diff options
author | Sam James (sam_c) <sam@cmpct.info> | 2020-05-31 13:40:10 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-06-01 12:01:04 +0300 |
commit | 9e605dfa1245b23f62c2ffcad80fc0c47550815b (patch) | |
tree | 2f34f0c32aa2c7616a91d5f805a8c3667330d981 /profiles | |
parent | media-video/subliminal: add DISTUTILS_USE_SETUPTOOLS=rdepend to 2.1.0 (diff) | |
download | gentoo-9e605dfa1245b23f62c2ffcad80fc0c47550815b.tar.gz gentoo-9e605dfa1245b23f62c2ffcad80fc0c47550815b.tar.bz2 gentoo-9e605dfa1245b23f62c2ffcad80fc0c47550815b.zip |
arm64: Cleanup package.use.mask
Remove unneeded masks where keywording has
since taken place.
Some have been moved to package.use.stable.mask.
Signed-off-by: Sam James (sam_c) <sam@cmpct.info>
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/arm64/package.use.mask | 35 | ||||
-rw-r--r-- | profiles/arch/arm64/package.use.stable.mask | 6 |
2 files changed, 6 insertions, 35 deletions
diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index 182f6726eaec..47ef29e7a98a 100644 --- a/profiles/arch/arm64/package.use.mask +++ b/profiles/arch/arm64/package.use.mask @@ -26,10 +26,6 @@ dev-python/joblib doc # dev-libs/mongo-c-driver is not keyworded net-dialup/freeradius mongodb -# Benda Xu <heroxbd@gentoo.org> (2020-01-26) -# Unkeyworded dep. -dev-python/matplotlib wxwidgets - # Michał Górny <mgorny@gentoo.org> (2020-01-11) # Unkeyworded dep. kde-apps/cantor julia @@ -144,10 +140,6 @@ dev-python/networkx pandas test dev-python/matplotlib doc net-libs/gnome-online-accounts gnome -# Tomáš Mózes <hydrapolic@gmail.com> (2018-06-19) -# Needs dev-libs/libmaxminddb which isn't keyworded -www-servers/nginx nginx_modules_http_geoip2 nginx_modules_stream_geoip2 - # Jan Vesely <jano.vesely@gmail.com> (2018-06-15) # Mesa clover only works on r600 or radeonsi GPUs. The corresponding # video_cards useflags are not available on arm @@ -202,7 +194,6 @@ mate-base/mate help mate-base/mate-applets-meta appindicator sensors mate-extra/caja-extensions gajim net-fs/samba dmapi -net-misc/ntpsec rclock_oncore rclock_pps sci-libs/gdal armadillo netcdf sys-fs/btrfs-progs reiserfs www-client/chromium widevine @@ -225,18 +216,10 @@ dev-python/networkx scipy dev-ruby/haml test media-libs/opencv contribdnn -# Matthew Thode <prometheanfire@gentoo.org> (2018-02-16) -# USE=test requires dev-db/mongodb which is not keyworded -dev-python/pymongo test - # Michał Górny <mgorny@gentoo.org> (2018-02-16) # USE=test-full requires USE=pkcs11 that is use.masked. net-libs/gnutls test-full -# Matthew Thode <prometheanfire@gentoo.org> (2018-02-13) -# USE=scipy requires scipy, which is not keyworded yet -dev-python/networkx scipy - # Mart Raudsepp <leio@gentoo.org> (2018-02-13) # USE=dmraid requires sys-fs/dmraid that is not keyworded yet. sys-libs/libblockdev dmraid @@ -267,10 +250,6 @@ dev-libs/dbus-c++ ecore app-office/libreoffice coinmp eds postgres libreoffice_extensions_scripting-beanshell libreoffice_extensions_scripting-javascript libreoffice_extensions_wiki-publisher # Michał Górny <mgorny@gentoo.org> (2018-01-23) -# Requires app-accessibility/brltty that is not keyworded here. -app-emulation/qemu accessibility - -# Michał Górny <mgorny@gentoo.org> (2018-01-23) # Requires app-emulation/xen that is not keyworded here. app-emulation/libvirt xen @@ -329,11 +308,6 @@ app-emulation/libvirt virtualbox gnome-base/nautilus previewer app-crypt/libsecret test -# Michał Górny <mgorny@gentoo.org> (2017-06-28) -# app-misc/dtach & dev-tcltk/tcllib are not keyworded, and tests are -# restricted anyway, so no point in pursuing it right now. -app-shells/bash-completion test - # Alexis Ballier <aballier@gentoo.org> (2017-06-21) # net-fs/openafs-kernel does not recognize arm64 properly # Need to check if this has a chance to work with in-kernel drivers @@ -343,10 +317,6 @@ app-crypt/heimdal afs # Only available on some architectures. dev-java/icedtea -shenandoah -# Jason Zaman <perfinion@gentoo.org> (2017-05-09) -# x11-libs/libXpresent is not keyworded on arm64 -xfce-base/xfwm4 xpresent - # James Le Cuirot <chewi@gentoo.org> (2017-04-25) # Oracle doesn't include VisualVM on this platform. dev-java/oracle-jdk-bin visualvm @@ -478,11 +448,6 @@ app-accessibility/speech-dispatcher flite # gobject-introspection[doctool], bug #411761 dev-libs/gobject-introspection -doctool -# Anthony G. Basile <blueness@gentoo.org> (2011-12-21) -# Mask the vde flag on tinc because net-misc/vde is not -# keyworded for arm -net-vpn/tinc vde - # Tobias Klausmann <klausman@gentoo.org> (2011-11-02) # libpcre jit is not supported on alpha dev-libs/libpcre jit diff --git a/profiles/arch/arm64/package.use.stable.mask b/profiles/arch/arm64/package.use.stable.mask index 65cbcca74608..faef4d27b998 100644 --- a/profiles/arch/arm64/package.use.stable.mask +++ b/profiles/arch/arm64/package.use.stable.mask @@ -1,6 +1,12 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <sam@cmpct.info> (2020-05-31) +# Deps not yet stable +dev-python/pymongo test +app-shells/bash-completion test +net-misc/ntpsec rclock_oncore rclock_pps + # Mikle Kolyada <zlogene@gentoo,org> (2020-03-19) # deps not yet stable kde-apps/umbrello php |