commit: 6ddf5f8ce48aa432dc456b65b14a2815bc9ded80 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Oct 6 17:38:13 2020 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Oct 6 21:11:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ddf5f8c
profiles/arch/arm64/use.mask: cleanup Cleanup obsolete use masks and shift to use.stable.mask where possible. Signed-off-by: Sam James <sam <AT> gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/17825 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/arm64/package.use.stable.mask | 4 ++++ profiles/arch/arm64/use.mask | 16 ---------------- profiles/arch/arm64/use.stable.mask | 12 ++++++++++++ 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/profiles/arch/arm64/package.use.stable.mask b/profiles/arch/arm64/package.use.stable.mask index fb1aec2198f..868528e96ac 100644 --- a/profiles/arch/arm64/package.use.stable.mask +++ b/profiles/arch/arm64/package.use.stable.mask @@ -1,6 +1,10 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2020-10-06) +# Not yet stable on arm64. +media-plugins/gst-plugins-meta dvb vpx + # Andreas Sturmlechner <[email protected]> (2020-10-05) # media-libs/libffado is not stable yet, which itself has unstable and # unmaintained/broken dependencies. bug #746722 diff --git a/profiles/arch/arm64/use.mask b/profiles/arch/arm64/use.mask index 0796842e8b5..0e855143556 100644 --- a/profiles/arch/arm64/use.mask +++ b/profiles/arch/arm64/use.mask @@ -77,7 +77,6 @@ cblas-external amr # No hardware to test by the team -dvb ios ipod @@ -86,10 +85,6 @@ ipod dmi # Stuff we don't want -fuse -R -octave -xindy mpi lasi hardened @@ -98,14 +93,10 @@ prelude mssql # havent tested yet -libproxy darcs afs -lirc -lm-sensors scanner zvbi -fluidsynth sid mms ieee1394 @@ -113,22 +104,15 @@ pm-utils darcs bs2b ladspa -ldns ggi nut dvd fits -tokyocabinet -rtmp -vpx lpsol quvi -libtar zvbi -devil gts anthy -sdl # Unmask ARM-only video-cards -video_cards_exynos diff --git a/profiles/arch/arm64/use.stable.mask b/profiles/arch/arm64/use.stable.mask index d67964be5f1..b354d797198 100644 --- a/profiles/arch/arm64/use.stable.mask +++ b/profiles/arch/arm64/use.stable.mask @@ -4,6 +4,18 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Sam James <[email protected]> (2020-10-06) +# app-misc/lirc not stable yet +# dev-db/tokyocabinet not stable yet +# sci-mathematics/octave not stable yet +# dev-libs/libtar not stable yet +# net-libs/ldns not stable yet +lirc +tokyocabinet +octave +libtar +ldns + # Aaron Bauman <[email protected]> (2019-05-20) # Does not build on arm64 ocamlopt
