This repository has been archived by the owner on May 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #268 from flatcar-linux/krnowak/update-profiles
Update profiles and fix some fallout
- Loading branch information
Showing
583 changed files
with
4,819 additions
and
5,932 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,6 @@ src_prepare() { | |
# going to include this so let's try to carry it forward. | ||
# Contact me if it needs updating. Bug #486782. | ||
# Anthony G. Basile <[email protected]>. | ||
use elibc_uclibc && epatch "${FILESDIR}"/${PN}-fix-clone-uclibc.patch | ||
|
||
# Remove profiled make files. | ||
find -name '*_p.mk' -delete | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- pciutils ([3.7.0](https://github.com/pciutils/pciutils/commit/864aecdea9c7db626856d8d452f6c784316a878c)) | ||
- usbutils ([014](https://github.com/gregkh/usbutils/commit/57fb18e59cce31a50a1ca62d1e192512c905ba00)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Copyright 1999-2020 Gentoo Authors | ||
# Copyright 1999-2021 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
ARCH="alpha" | ||
|
@@ -23,11 +23,6 @@ LIBDIR_alpha="lib" | |
# Defaults for video drivers | ||
VIDEO_CARDS="fbdev glint mga nv r128 radeon" | ||
|
||
# Chris Gianelloni <[email protected]> (2007-02-05) | ||
# Defaults for audio drivers. These are copied from x86 (minus modems), since | ||
# Alpha supports the same busses. | ||
ALSA_CARDS="ali5451 als4000 bt87x ca0106 cmipci emu10k1 ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 maestro3 trident usb-audio via82xx ymfpci" | ||
|
||
# Tobias Klausmann <[email protected]> (2018-06-25) | ||
# Enable USE=libtirpc by default, to ease dependency resolution during | ||
# the stabilization of glibc-2.26. Bug 657148 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,96 @@ | ||
# Copyright 1999-2021 Gentoo Authors | ||
# Copyright 1999-2022 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
# Michał Górny <[email protected]> (2021-12-30) | ||
# Don't apply stable masks to python-exec since we're forcing every | ||
# impl there anyway. Please keep this in sync with use.mask. | ||
dev-lang/python-exec -python_targets_python3_10 | ||
|
||
# Vadim Misbakh-Soloviov <[email protected]> (2021-12-09) | ||
# ts-cli requires rust to be built, and rust is unavailable here ATM. | ||
dev-libs/tree-sitter ts-cli | ||
|
||
# Sam James <[email protected]> (2021-11-05) | ||
# Avoid keywording unnecessary depenencies for now, bug #804115 | ||
dev-python/scipy pythran | ||
|
||
# Sam James <[email protected]> (2021-11-05) | ||
# Test suite is very fragile and doesn't even run on amd64. | ||
# No real point in running it here right now, bug #804115. | ||
dev-cpp/eigen test | ||
|
||
# Arthur Zamarin <[email protected]> (2021-10-24) | ||
# dev-ruby/furo isn't keyworded here | ||
dev-python/argon2-cffi doc | ||
|
||
# Sam James <[email protected]> (2021-09-12) | ||
# dev-ruby/asciidoctor isn't keyworded here | ||
dev-util/ccache doc | ||
|
||
# David Seifert <[email protected]> (2021-09-04) | ||
# dev-lang/go not keyworded here | ||
sys-libs/libcap tools | ||
|
||
# Marek Szuba <[email protected]> (2021-08-17) | ||
# net-wireless/rtl-sdr not keyworded here | ||
sys-apps/rng-tools rtlsdr | ||
|
||
# Marek Szuba <[email protected]> (2021-08-11) | ||
# dev-ruby/thor not keyworded here | ||
app-text/htmltidy test | ||
|
||
# Matt Turner <[email protected]> (2021-07-23) | ||
# gui-libs/gtk is not keyworded | ||
net-libs/gssdp gtk | ||
|
||
# Lars Wendler <[email protected]> (2021-07-09) | ||
# dev-libs/libbpf is not keyworded for alpha (yet?) | ||
sys-apps/iproute2 bpf | ||
|
||
# Matt Turner <[email protected]> (2021-06-10) | ||
# dev-python/django is not keyworded here | ||
dev-python/diskcache test | ||
|
||
# Miroslav Šulc <[email protected]> (2021-03-13) | ||
# virtual/jdk isn't keyworded here | ||
media-libs/rubberband jni | ||
|
||
# Sam James <[email protected]> (2021-03-11) | ||
# media-libs/libheif isn't keyworded here | ||
# media-libs/libavif isn't keyworded here | ||
media-libs/gd avif heif | ||
|
||
# Sam James <[email protected]> (2021-02-26) | ||
# dev-libs/efl not keyworded here | ||
# and is a desktop application mainly | ||
# bug #773178 | ||
app-crypt/pinentry efl | ||
|
||
# Andreas Sturmlechner <[email protected]> (2021-02-14) | ||
# sci-libs/cholmod is not keyworded. | ||
sci-libs/umfpack cholmod | ||
|
||
# Sam James <[email protected]> (2021-02-22) | ||
# media-sound/sndio is not yet keyworded here | ||
# bug #769098, bug #769122 | ||
media-libs/openal sndio | ||
media-video/ffmpeg sndio | ||
media-sound/moc sndio | ||
media-sound/mpd sndio | ||
media-libs/libsdl2 sndio | ||
media-libs/libao sndio | ||
|
||
# Sam James <[email protected]> (2021-01-19) | ||
# Avoid pulling in a large unkeyworded dep | ||
# which is largely a desktop application | ||
# bug #766186 | ||
app-text/dblatex inkscape | ||
|
||
# Sam James <[email protected]> (2021-01-19) | ||
# app-text/dblatex not yet keyworded | ||
# bug #766186 | ||
dev-util/ragel doc | ||
|
||
# Joonas Niilola <[email protected]> (2021-01-15) | ||
# Dependency not keyworded on this arch. | ||
app-text/enchant voikko | ||
|
@@ -147,7 +237,7 @@ app-arch/rpm test | |
|
||
# Tomáš Mózes <[email protected]> (2018-06-05) | ||
# Unkeyworded dependencies. | ||
app-admin/syslog-ng amqp kafka | ||
app-admin/syslog-ng amqp kafka mongodb | ||
|
||
# Thomas Deutschmann <[email protected]> (2018-06-02) | ||
# Needs dev-ruby/asciidoctor which has a lot of unstable deps | ||
|
@@ -182,7 +272,7 @@ x11-themes/qtcurve plasma | |
dev-db/mariadb numa | ||
|
||
# Gilles Dartiguelongue <[email protected]> (2017-08-16) | ||
# missing keyword on dev-python/dbusmock, bug #620024 | ||
# missing keyword on dev-python/python-dbusmock, bug #620024 | ||
>=gnome-base/gnome-settings-daemon-3.24 test | ||
|
||
# Michał Górny <[email protected]> (2017-08-08) | ||
|
@@ -193,11 +283,6 @@ net-libs/gnutls test-full | |
# Requires USE=bluetooth that is masked in this profile. | ||
media-sound/pulseaudio native-headset | ||
|
||
# Robin H. Johnson <[email protected]> (2017-08-05) | ||
# Upstream Git is switching to PCRE2 w/ JIT. | ||
# This is not available on some arches, where a fallback to PCRE1 without JIT is used. | ||
dev-vcs/git pcre-jit | ||
|
||
# Tobias Klausmann <[email protected]> (2017-05-18) | ||
# Stack protector code is not ported to alpha (and may not ever be) | ||
>=sys-devel/gcc-6 ssp | ||
|
@@ -256,10 +341,6 @@ media-video/ffmpeg openh264 | |
# sys-cluster/ceph is not broken per se, but a maintenance burden. | ||
net-analyzer/rrdtool rados | ||
|
||
# James Le Cuirot <[email protected]> (2016-01-30) | ||
# scrollview requires Java, which is unsupported on Alpha. | ||
app-text/tesseract scrollview | ||
|
||
# Matt Turner <[email protected]> (2015-11-15) | ||
# Missing keywords | ||
dev-util/perf numa | ||
|
@@ -288,10 +369,6 @@ net-misc/networkmanager wext | |
# dev-lua/lgi lacks alpha keyword, bug #551540 | ||
dev-libs/libpeas lua | ||
|
||
# Michał Górny <[email protected]> (2015-02-22) | ||
# Dependency not keyworded for some reason. | ||
media-libs/gegl umfpack | ||
|
||
# Johannes Huber <[email protected]> (2015-01-28) | ||
# Missing keyword on dev-libs/botan | ||
app-crypt/qca botan | ||
|
@@ -319,10 +396,6 @@ app-accessibility/orca braille | |
# media-libs/x265 doesn't work on alpha (bug 519046) | ||
media-video/ffmpeg x265 | ||
|
||
# Tobias Klausmann <[email protected] (2014-07-16) | ||
# neither dietlibc nor klibc will likely ever build/work on alpha, bug #487672 | ||
>=sys-fs/dmraid-1.0.0_rc16-r3 dietlibc klibc | ||
|
||
# Pacho Ramos <[email protected]> (2014-02-22) | ||
# Missing keywords, bug #495250 | ||
>=gnome-base/gnome-extra-apps-3.10 tracker | ||
|
Oops, something went wrong.