commit: 9e605dfa1245b23f62c2ffcad80fc0c47550815b Author: Sam James (sam_c) <sam <AT> cmpct <DOT> info> AuthorDate: Sun May 31 13:40:10 2020 +0000 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org> CommitDate: Mon Jun 1 09:01:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e605dfa
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 <AT> cmpct.info> Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org> profiles/arch/arm64/package.use.mask | 35 ----------------------------- 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 182f6726eae..47ef29e7a98 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 <[email protected]> (2020-01-26) -# Unkeyworded dep. -dev-python/matplotlib wxwidgets - # Michał Górny <[email protected]> (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 <[email protected]> (2018-06-19) -# Needs dev-libs/libmaxminddb which isn't keyworded -www-servers/nginx nginx_modules_http_geoip2 nginx_modules_stream_geoip2 - # Jan Vesely <[email protected]> (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 <[email protected]> (2018-02-16) -# USE=test requires dev-db/mongodb which is not keyworded -dev-python/pymongo test - # Michał Górny <[email protected]> (2018-02-16) # USE=test-full requires USE=pkcs11 that is use.masked. net-libs/gnutls test-full -# Matthew Thode <[email protected]> (2018-02-13) -# USE=scipy requires scipy, which is not keyworded yet -dev-python/networkx scipy - # Mart Raudsepp <[email protected]> (2018-02-13) # USE=dmraid requires sys-fs/dmraid that is not keyworded yet. sys-libs/libblockdev dmraid @@ -266,10 +249,6 @@ dev-libs/dbus-c++ ecore # mask app-office/libreoffice java extensions app-office/libreoffice coinmp eds postgres libreoffice_extensions_scripting-beanshell libreoffice_extensions_scripting-javascript libreoffice_extensions_wiki-publisher -# Michał Górny <[email protected]> (2018-01-23) -# Requires app-accessibility/brltty that is not keyworded here. -app-emulation/qemu accessibility - # Michał Górny <[email protected]> (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 <[email protected]> (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 <[email protected]> (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 <[email protected]> (2017-05-09) -# x11-libs/libXpresent is not keyworded on arm64 -xfce-base/xfwm4 xpresent - # James Le Cuirot <[email protected]> (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 <[email protected]> (2011-12-21) -# Mask the vde flag on tinc because net-misc/vde is not -# keyworded for arm -net-vpn/tinc vde - # Tobias Klausmann <[email protected]> (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 65cbcca7460..faef4d27b99 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 <[email protected]> (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
