From b7ebc951da8800f711142f69d9d958bde67a112d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 28 Apr 2019 09:54:45 +0100 Subject: gentoo resync : 28.04.2019 --- profiles/arch/amd64-fbsd/package.use.mask | 17 +++++++ profiles/arch/amd64/package.use.mask | 13 +---- profiles/arch/amd64/package.use.stable.mask | 6 +-- profiles/arch/arm/armv7a/package.use.mask | 10 ---- profiles/arch/arm/package.use.mask | 15 ++++-- profiles/arch/arm/use.mask | 1 + profiles/arch/arm/use.stable.mask | 6 +-- profiles/arch/arm64/package.use.mask | 73 +++++------------------------ profiles/arch/arm64/package.use.stable.mask | 9 ++-- profiles/arch/arm64/parent | 1 - profiles/arch/arm64/use.mask | 13 ----- profiles/arch/arm64/use.stable.mask | 10 ++-- profiles/arch/base/package.use.mask | 8 +--- profiles/arch/base/use.mask | 1 + profiles/arch/powerpc/package.use.force | 5 ++ profiles/arch/powerpc/package.use.mask | 10 ++++ profiles/arch/s390/package.use.mask | 4 ++ profiles/arch/sh/package.use.mask | 4 ++ profiles/arch/sparc/package.use.mask | 12 ++--- profiles/arch/sparc/package.use.stable.mask | 10 ++-- profiles/arch/sparc/use.mask | 4 -- profiles/arch/sparc/use.stable.mask | 11 +++-- profiles/arch/x86-fbsd/package.use.mask | 9 ---- profiles/arch/x86/package.use.mask | 13 +---- profiles/arch/x86/package.use.stable.mask | 6 +-- 25 files changed, 92 insertions(+), 179 deletions(-) delete mode 100644 profiles/arch/arm/armv7a/package.use.mask (limited to 'profiles/arch') diff --git a/profiles/arch/amd64-fbsd/package.use.mask b/profiles/arch/amd64-fbsd/package.use.mask index ef07b2f1d642..a91e38fb7940 100644 --- a/profiles/arch/amd64-fbsd/package.use.mask +++ b/profiles/arch/amd64-fbsd/package.use.mask @@ -1,6 +1,23 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Thomas Deutschmann (18 Apr 2019) +# app-arch/zstd is not keyworded. +media-libs/tiff zstd + +# Lars Wendler (15 Apr 2019) +# dev-vcs/subversion lacks amd64-fbsd keyword +app-portage/layman subversion test +dev-vcs/git subversion + +# David Seifert (15 Apr 2019) +# app-arch/zstd is not keyworded. +dev-libs/boost zstd + +# Hans de Graaff (08 Apr 2019) +# Obsolete ruby version, no newer versions keyworded or stable. +dev-vcs/subversion ruby + # Michał Górny (20 Mar 2019) # Z3 fails to link on FreeBSD but linker produces no error messages. sys-devel/clang z3 diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 165771769678..16f29053d761 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # When you add an entry to the top of this file, add your name, the date, and @@ -33,11 +33,6 @@ net-vpn/strongswan -strongswan_plugins_rdrand # Vulkan is only available on amd64 at present. media-libs/libsdl2 -vulkan -# Thomas Deutschmann (12 Oct 2018) -# www-client/firefox and mail-client/thunderbird are -# available on amd64 -app-misc/tracker -firefox-bookmarks -thunderbird - # Michael Palimaka (12 Oct 2018) # Unmask arch-specific USE flags available on amd64 net-analyzer/testssl -bundled-openssl -kerberos @@ -250,12 +245,6 @@ media-sound/pulseaudio -webrtc-aec # Masked in base profile, supported on this arch gnustep-base/gnustep-make -libobjc2 -# Alexandre Rostovtsev (09 Jan 2012) -# jsc JIT compilation is supported only on amd64/arm/x86 and their prefixes, so -# it's masked in base profile and unmasked here (bug #396313). -net-libs/webkit-gtk -jit -www-client/midori -jit - # Davide Pesavento (30 Nov 2011) # The QML (V4) and JSC JITs are supported only on amd64/arm/x86, # so the flag is masked in the base profile and unmasked here. diff --git a/profiles/arch/amd64/package.use.stable.mask b/profiles/arch/amd64/package.use.stable.mask index 916674326ddf..9a134f645267 100644 --- a/profiles/arch/amd64/package.use.stable.mask +++ b/profiles/arch/amd64/package.use.stable.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # When you add an entry to the top of this file, add your name, the date, and @@ -83,10 +83,6 @@ dev-db/mariadb mroonga # and additional unstable dependencies gnustep-base/gnustep-make libobjc2 -# Pacho Ramos (08 Mar 2015) -# mayavi is broken, bug #500104 -dev-python/apptools test - # Michał Górny (30 Mar 2014) # Don't apply stable masks to python-exec since we're forcing every # impl there anyway. Please keep this in sync with use.stable.mask. diff --git a/profiles/arch/arm/armv7a/package.use.mask b/profiles/arch/arm/armv7a/package.use.mask deleted file mode 100644 index 873eb5b5f4ce..000000000000 --- a/profiles/arch/arm/armv7a/package.use.mask +++ /dev/null @@ -1,10 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -# Pacho Ramos (25 Jan 2015) -# jsc JIT compilation is supported only on amd64/arm/x86 and their prefixes, so -# it's masked in base profile and unmasked here (bug #396313). Only in arm7 profile -# because webkit-gtk only reliable tests webkit-gtk on this and JIT support is likely -# to break in several ways on every version bump on non-arm7 (#523400) -net-libs/webkit-gtk -jit -www-client/midori -jit diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask index 82ba63950d02..c5a95f877b11 100644 --- a/profiles/arch/arm/package.use.mask +++ b/profiles/arch/arm/package.use.mask @@ -1,6 +1,16 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Patrick McLean (15 Apr 2019) +# deps not available on platform +sys-cluster/ceph babeltrace lttng + +# Patrick McLean (15 Apr 2019) +# pending re-keyword request, bug 615400 +net-analyzer/rrdtool rados +sys-fs/multipath-tools rbd +www-servers/uwsgi uwsgi_plugins_rados + # Anthony G. Basile (16 Mar 2019) # to avoid a circular dependency dev-python/async_timeout test @@ -48,11 +58,6 @@ sys-devel/clang-runtime crt # due to dev-lang/rust requirement dev-ruby/capybara test -# Michał Górny (20 Sep 2018) -# dev-libs/libpfm not keyworded here (and unclear if it supports ARM). -# Bug #666651. -sys-devel/llvm exegesis - # Christian Ruppert (25 Aug 2018) # pre-built, no ARM support net-wireless/gr-osmosdr sdrplay diff --git a/profiles/arch/arm/use.mask b/profiles/arch/arm/use.mask index b53a31b84fd3..f43742a9f2af 100644 --- a/profiles/arch/arm/use.mask +++ b/profiles/arch/arm/use.mask @@ -3,6 +3,7 @@ # Unmask arm arch specific flags -cpu_flags_arm_iwmmxt +-cpu_flags_arm_iwmmxt2 # Michał Górny (16 Jul 2018) # Python 3.7 support requires fresh versions of packages which are stuck diff --git a/profiles/arch/arm/use.stable.mask b/profiles/arch/arm/use.stable.mask index 89f0809db8d7..120f9a73381f 100644 --- a/profiles/arch/arm/use.stable.mask +++ b/profiles/arch/arm/use.stable.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # This file requires eapi 5 or later. New entries go on top. @@ -13,10 +13,6 @@ python_single_target_python3_7 # Not stable, bug #642822 qt5 -# Michael Palimaka (03 Jun 2017) -# Not yet stable. -elogind - # Andrey Grozin (16 May 2014) # No stable gcl gcl diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index b94c1ebc0719..be78cbcc409b 100644 --- a/profiles/arch/arm64/package.use.mask +++ b/profiles/arch/arm64/package.use.mask @@ -1,6 +1,16 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Patrick McLean (15 Apr 2019) +# pending re-keyword request, bug 615400 +net-analyzer/rrdtool rados +sys-fs/multipath-tools rbd +www-servers/uwsgi uwsgi_plugins_rados + +# Aaron Bauman (8 Apr 2019) +# app-text/dblatex not keyword yet +net-firewall/nftables doc + # Roy Bamford (19 Mar 2019) # Let kde-apps/akonadi use mysql. dev-qt/qtsql -mysql @@ -55,30 +65,17 @@ virtual/ffmpeg -sdl # It builds OK but is not yet in ::gentoo. bug #678404 kde-apps/cantor lua -# Mart Raudsepp (23 Feb 2019) -# app-text/gspell not keyworded yet -app-text/evince spell - # Davide Pesavento (27 Dec 2018) # The corresponding Qt5 modules are not keyworded on arm64, and we don't want to # keyword them solely because of PyQt5 while there are no other in-tree users. dev-python/PyQt5 networkauth -# Thomas Deutschmann (12 Oct 2018) -# Requires www-client/firefox which isn't yet keyworded on ARM64 -dev-ruby/capybara test - # Dirkjan Ochtman (29 Sep 2018) # Upstream doesn't build docs for tier 2 and lower architectures. # Bug #660512. dev-lang/rust doc dev-lang/rust-bin doc -# Michał Górny (20 Sep 2018) -# dev-libs/libpfm not keyworded here (and unclear if it supports ARM64). -# Bug #666651. -sys-devel/llvm exegesis - # Virgil Dupras (06 Sep 2018) # sci-electronics/ngspice not yet keyworded, bug #665416 # sci-libs/opencascade not yet keyworded @@ -92,14 +89,8 @@ sci-electronics/kicad occ oce ngspice (01 Sep 2018) -# media-libs/aribb24 not yet keyworded, bug #665048 -# net-libs/libmicrodns not yet keyworded, bug #653800 # media-libs/dav1d is not yet keyworded -media-video/vlc aribsub chromecast dav1d - -# Matthew Thode (30 Aug 2018) -# Needs pillow and it's deps to build docs ->=dev-python/stevedore-1.28.0 doc +media-video/vlc dav1d # Tomáš Mózes (10 Aug 2018) # Needs dev-libs/libmaxminddb which isn't keyworded @@ -114,10 +105,6 @@ dev-python/networkx pandas test dev-python/matplotlib doc net-libs/gnome-online-accounts gnome -# Thomas Deutschmann (04 Jul 2018) -# dev-libs/xxhash not keyworded for arm64 -app-admin/rsyslog xxhash - # Tomáš Mózes (19 Jun 2018) # Needs dev-libs/libmaxminddb which isn't keyworded www-servers/nginx nginx_modules_http_geoip2 nginx_modules_stream_geoip2 @@ -169,10 +156,6 @@ sys-devel/clang-runtime crt # Boost.Context can be built on arm64 dev-libs/boost -context -# Michał Górny (12 Mar 2018) -# Requires masked net-misc/curl with libressl. -dev-libs/libgit2 libressl - # Michał Górny (03 Mar 2018) # Requires masked dependent flags. net-fs/samba addc addns ads cluster python test @@ -232,10 +215,6 @@ dev-python/networkx scipy # USE=dmraid requires sys-fs/dmraid that is not keyworded yet. sys-libs/libblockdev dmraid -# Mart Raudsepp (13 Feb 2018) -# USE=smartcard requires net-libs/gnutls-3[pkcs11] that is use.masked. -net-libs/glib-networking smartcard - # Mart Raudsepp (13 Feb 2018) # USE=sofalizer requires sci-libs/netcdf that is not keyworded yet. media-video/ffmpeg sofalizer @@ -419,10 +398,6 @@ dev-libs/appstream-glib stemmer # app-admin/hddtemp not keyworded app-admin/gkrellm hddtemp -# Mart Raudsepp (28 Jan 2017) -# media-libs/libcddb not keyworded yet -dev-libs/libcdio cddb - # Steev Klimaszewski (04 March 2016) # Chromium uses an internal tcmalloc that doesn't support this arch yet. www-client/chromium tcmalloc @@ -430,8 +405,7 @@ www-client/chromium tcmalloc # Mike Frysinger (20 Jul 2015) # Mart Raudsepp (04 Feb 2017) # Needs deps tested. -dev-python/pycurl curl_ssl_libressl -net-misc/curl curl_ssl_libressl metalink +net-misc/curl metalink # Mike Frysinger (16 Mar 2015) # Needs sci-physics/bullet tested #499974 @@ -495,7 +469,7 @@ net-misc/unison gtk # Chí-Thanh Christopher Nguyễn (20 Feb 2013) # Mask flags of calligra and dependencies due to lack of keywords -app-office/calligra openexr spacenav +app-office/calligra spacenav media-gfx/pstoedit emf # Michał Górny (01 Feb 2013) @@ -532,20 +506,11 @@ app-accessibility/speech-dispatcher flite # mask app-office/libreoffice java extensions app-office/libreoffice libreoffice_extensions_scripting-beanshell libreoffice_extensions_scripting-javascript libreoffice_extensions_wiki-publisher -# Markus Meier (25 Jul 2012) -# no stable media-video/vlc yet, bug #401313 -media-libs/phonon vlc - # Alexandre Rostovtsev (12 Apr 2012) # Temporary mask-in-base, unmask-in-arch for dev-python/mako keywording for # gobject-introspection[doctool], bug #411761 dev-libs/gobject-introspection -doctool -# Alexandre Rostovtsev (09 Jan 2012) -# jsc JIT compilation is supported only on amd64/arm/x86 and their prefixes, so -# it's masked in base profile and unmasked here (bug #396313). -net-libs/webkit-gtk -jit - # Anthony G. Basile (Dec 21, 2011) # Mask the vde flag on tinc because net-misc/vde is not # keyworded for arm @@ -559,14 +524,6 @@ dev-libs/libpcre jit # unkeyworded deps for bug 379657 and bug 379651 app-admin/packagekit-base entropy -# Robin H. Johnson (03 Sep 2011) -# Remove this for your arch after you keyword dev-utils/google-perftools and virtual/gsasl (bug #381737) -dev-libs/libmemcached sasl - -# Sebastian Pipping (22 Feb 2011) -# No media-sound/lilypond here, yet (bug #356069) -app-text/asciidoc test - # Jim Ramsay (5 Nov 2008) # app-admin/gkrellm may pull in net-libs/libntlm, which is not keyworded app-admin/gkrellm ntlm @@ -578,10 +535,6 @@ dev-libs/boost mpi media-sound/sox ladspa media-plugins/gst-plugins-meta aac dts dv lame libvisual taglib vcd wavpack -# Ultrabug (05 Sept 2011) -# missing keyword for net-libs/zeromq -app-admin/rsyslog zeromq - # Ian Whyman (05 Sept 2017) # missing keywords dev-lang/duktape media-libs/lastfmlib net-misc/gerbera javascript lastfm diff --git a/profiles/arch/arm64/package.use.stable.mask b/profiles/arch/arm64/package.use.stable.mask index b7139fe65c98..ddfa051c219b 100644 --- a/profiles/arch/arm64/package.use.stable.mask +++ b/profiles/arch/arm64/package.use.stable.mask @@ -5,10 +5,6 @@ # media-libs/libsdl is not stable yet dev-libs/zziplib sdl -# Mart Raudsepp (18 Feb 2019) -# app-text/aspell not stable yet -app-misc/mc spell - # Andreas Sturmlechner (10 Feb 2019) # kde-frameworks/kconfig is not stable for arm64 net-libs/libproxy kde @@ -68,8 +64,8 @@ app-portage/layman cvs subversion test app-text/xmlto latex dev-libs/apr-util freetds odbc sys-apps/man-pages l10n_fr -sys-apps/systemd cryptsetup policykit qrcode -sys-auth/pambase consolekit pam_krb5 pam_ssh passwdqc +sys-apps/systemd cryptsetup qrcode +sys-auth/pambase pam_krb5 pam_ssh passwdqc sys-block/thin-provisioning-tools test sys-devel/distcc gssapi sys-devel/gettext cvs @@ -101,3 +97,4 @@ dev-libs/libverto tevent # systemtap is not yet stable on arm64 dev-libs/glib systemtap sys-libs/glibc systemtap +sys-devel/gcc systemtap diff --git a/profiles/arch/arm64/parent b/profiles/arch/arm64/parent index 7663f5297bb4..eb001c6e8ab8 100644 --- a/profiles/arch/arm64/parent +++ b/profiles/arch/arm64/parent @@ -1,2 +1 @@ -../../features/multilib ../base diff --git a/profiles/arch/arm64/use.mask b/profiles/arch/arm64/use.mask index a3637255455b..e730f1ed5372 100644 --- a/profiles/arch/arm64/use.mask +++ b/profiles/arch/arm64/use.mask @@ -47,10 +47,6 @@ opencl # dev-db/qdbm is net yet keyworded qdbm -# Michał Górny (17 Feb 2018) -# net-dialup/freeradius{,-client} not keyworded. -radius - # Mart Raudsepp (13 Feb 2018) # net-libs/libsmi not tested on arm64 yet smi @@ -72,18 +68,10 @@ valgrind # net-wireless/wimax not tested wimax -# Markus Meier (21 Aug 2010) -# app-antivirus/clamav not tested -clamav - # Kacper Kowalik (9 Aug 2010) # cblas-external as virtual/cblas is also masked cblas-external -# Raúl Porcel -# Fails to build/work -openexr - # Samuli Suominen # media-libs/amrnb and media-libs/amrwb not tested. amr @@ -114,7 +102,6 @@ prelude mssql # havent tested yet -ruby ctypes-python libproxy pkcs11 diff --git a/profiles/arch/arm64/use.stable.mask b/profiles/arch/arm64/use.stable.mask index 72ed92e00335..e56a98f53154 100644 --- a/profiles/arch/arm64/use.stable.mask +++ b/profiles/arch/arm64/use.stable.mask @@ -4,9 +4,9 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask -# Andreas Sturmlechner (31 Mar 2019) -# sys-auth/elogind not stable yet. bug #682158 -elogind +# Andreas Sturmlechner (20 Apr 2019) +# sys-auth/consolekit will not be stabilised anymore. +consolekit # Mart Raudsepp (07 Feb 2019) # app-misc/tracker not stable yet @@ -65,10 +65,6 @@ postgres # dev-lang/tk is not stable here. tk -# Mart Raudsepp (24 Dec 2017) -# dev-libs/libressl not marked stable yet -libressl - # Mart Raudsepp (04 Feb 2017) # dev-vcs/subversion not marked stable yet subversion diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index 9de0da048308..c80bc9f0d7f1 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Sergei Trofimovich (16 Mar 2019) @@ -214,12 +214,6 @@ media-sound/pulseaudio webrtc-aec # mips only use flags >=sci-libs/fftw-3 zbus -# Alexandre Rostovtsev (09 Jan 2012) -# jsc JIT compilation is supported only on amd64/arm/x86 and their prefixes, so -# it's masked here and unmasked in individual profiles (bug #396313). -net-libs/webkit-gtk jit -www-client/midori jit - # Samuli Suominen (06 Dec 2011) # NuppelVideo is available on x86 only media-video/transcode nuv pic diff --git a/profiles/arch/base/use.mask b/profiles/arch/base/use.mask index b9c56f8de544..f1ee795b436e 100644 --- a/profiles/arch/base/use.mask +++ b/profiles/arch/base/use.mask @@ -90,6 +90,7 @@ cpu_flags_arm_aes cpu_flags_arm_crc32 cpu_flags_arm_edsp cpu_flags_arm_iwmmxt +cpu_flags_arm_iwmmxt2 cpu_flags_arm_neon cpu_flags_arm_sha1 cpu_flags_arm_sha2 diff --git a/profiles/arch/powerpc/package.use.force b/profiles/arch/powerpc/package.use.force index a010945c966c..511015cf60e5 100644 --- a/profiles/arch/powerpc/package.use.force +++ b/profiles/arch/powerpc/package.use.force @@ -1,6 +1,11 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Joonas Niilola (12 Jan 2019) +# Force 'unwind' on for ppc and ppc64 with dev-libs/efl +# #668486, #657750 +dev-libs/efl unwind + # Sergei Trofimovich (25 Dec 2018) # Enable powerpc target by default. dev-lang/rust llvm_targets_PowerPC diff --git a/profiles/arch/powerpc/package.use.mask b/profiles/arch/powerpc/package.use.mask index 8fc5fa04d409..582f16ad927a 100644 --- a/profiles/arch/powerpc/package.use.mask +++ b/profiles/arch/powerpc/package.use.mask @@ -1,6 +1,16 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Patrick McLean (15 Apr 2019) +# deps not available on platform +sys-cluster/ceph babeltrace lttng oath + +# Patrick McLean (15 Apr 2019) +# pending re-keyword request, bug 615400 +net-analyzer/rrdtool rados +sys-fs/multipath-tools rbd +www-servers/uwsgi uwsgi_plugins_rados + # Virgil Dupras (03 Mar 2019) # Tests fail with jpeg2k flag. Bug #662686 dev-python/pillow jpeg2k diff --git a/profiles/arch/s390/package.use.mask b/profiles/arch/s390/package.use.mask index 0f375c55af0d..9be59ffbb2d9 100644 --- a/profiles/arch/s390/package.use.mask +++ b/profiles/arch/s390/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Hans de Graaff (08 Apr 2019) +# Obsolete ruby version, no newer versions keyworded or stable. +dev-vcs/subversion ruby + # Mikle Kolyada (03 Jun 2018) # Not tested app-crypt/pinentry fltk diff --git a/profiles/arch/sh/package.use.mask b/profiles/arch/sh/package.use.mask index 79b8394eae6a..cd2e9a3eb8c9 100644 --- a/profiles/arch/sh/package.use.mask +++ b/profiles/arch/sh/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Hans de Graaff (08 Apr 2019) +# Obsolete ruby version, no newer versions keyworded or stable. +dev-vcs/subversion ruby + # Michał Górny (08 Aug 2017) # Required VIDEO_CARDS=i965/radeonsi, both masked in this profile. media-libs/mesa vulkan diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index 263ceeae41a8..02618bcf7b32 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sergei Trofimovich (20 Apr 2019) +# No ffmpeg keywords on sparc +media-sound/dir2ogg aac wma + # Sergei Trofimovich (28 Sep 2018) # No stable nftables yet. Let new iptables stabilization # to pick nftables up. Meanwhile keep old iptables off @@ -33,10 +37,6 @@ net-analyzer/monitoring-plugins game # keyworded (bug #597174) net-analyzer/rrdtool rados -# Sergei Trofimovich (09 Nov 2017) -# pulls in many dev-ruby/asciidoctor dependencies (bug #599048) -net-misc/chrony html - # Mart Raudsepp (02 Sep 2017) # Failure to re-keyword ffmpeg/gst-plugins-libav in a timely # fashion; bugs #574786, #608868, #610810 @@ -276,10 +276,6 @@ net-misc/modemmanager qmi # remove mask if/when media-gfx/argyllcms is keywored here. x11-misc/colord argyllcms extra-print-profiles -# Alexandre Rostovtsev (31 Dec 2012) -# requires firefox, which is not keyworded on sparc -app-misc/tracker firefox-bookmarks - # Alexandre Rostovtsev (31 Dec 2012) # requires app-office/unoconv, which requires virtual/ooo, which is not # keyworded here. Remove mask if this situation changes. diff --git a/profiles/arch/sparc/package.use.stable.mask b/profiles/arch/sparc/package.use.stable.mask index fc5fd4edaa83..a80126cb3d1e 100644 --- a/profiles/arch/sparc/package.use.stable.mask +++ b/profiles/arch/sparc/package.use.stable.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# Sergei Trofimovich (27 Apr 2019) +# No stable dev-lang/spidermonkey on sparc, bug #668558. +dev-python/nevow test + # Sergei Trofimovich (31 Mar 2019) # No stable dovecot on net-mail/dovecot, bug #634822. mail-filter/maildrop dovecot @@ -45,12 +49,6 @@ media-sound/mp3splt-gtk gstreamer net-im/pidgin gstreamer media-libs/libcanberra gstreamer -# Hans de Graaff (13 Aug 2017) -# Drop stable ruby on sparc -app-admin/augeas test -app-text/texlive context l10n_ja -sys-block/thin-provisioning-tools test - # Pacho Ramos (02 Aug 2015) # Missing keywords dev-python/pyquery test diff --git a/profiles/arch/sparc/use.mask b/profiles/arch/sparc/use.mask index 5f5a439987e3..6383c98f0d44 100644 --- a/profiles/arch/sparc/use.mask +++ b/profiles/arch/sparc/use.mask @@ -6,10 +6,6 @@ # This file contains a list of useflags that cannot be used on sparc. -# Andreas Sturmlechner (31 Mar 2019) -# sys-auth/elogind is not yet keyworded here. bug #681200 -elogind - # Sergei Trofimovich (12 Dec 2018) # mongodb is not keyworded on sparc mongodb diff --git a/profiles/arch/sparc/use.stable.mask b/profiles/arch/sparc/use.stable.mask index 0561b74ffd51..61d3d1245087 100644 --- a/profiles/arch/sparc/use.stable.mask +++ b/profiles/arch/sparc/use.stable.mask @@ -4,6 +4,13 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Andreas Sturmlechner (23 Apr 2019) +openal + +# Andreas Sturmlechner (09 Apr 2019) +# sys-auth/elogind not stable yet. bug #682158 +elogind + # Sergei Trofimovich (02 Feb 2019) # clamav has no stable versions yet clamav @@ -13,10 +20,6 @@ clamav python_targets_python3_7 python_single_target_python3_7 -# Hans de Graaff (13 Aug 2017) -# Drop stable ruby on sparc -ruby - # Andrey Grozin (25 Jun 2014) # no stable version on sparc ecls diff --git a/profiles/arch/x86-fbsd/package.use.mask b/profiles/arch/x86-fbsd/package.use.mask index 8d7639315abc..9646560833b5 100644 --- a/profiles/arch/x86-fbsd/package.use.mask +++ b/profiles/arch/x86-fbsd/package.use.mask @@ -42,15 +42,6 @@ dev-qt/qtchooser test # Missing keyword on dev-libs/botan app-crypt/qca botan -# Justin Lecher (18 Mar 2010) -# Unkeyworded deps -net-im/gajim kde - -# Alexandre Rostovtsev (09 Jan 2012) -# jsc JIT compilation is supported only on amd64/arm/x86 and their prefixes, so -# it's masked in base profile and unmasked here (bug #396313). -net-libs/webkit-gtk -jit - # Pacho Ramos (18 Mar 2011) # Missing keywords on deps (GNOME related packages) dev-libs/totem-pl-parser quvi diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 90514058b93c..5e038ed152ee 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # This file requires >=portage-2.1.1 @@ -28,11 +28,6 @@ net-vpn/strongswan -strongswan_plugins_rdrand -strongswan_plugins_padlock # Requires dev-db/mongodb which has dropped x86 support net-analyzer/zmap mongo -# Thomas Deutschmann (12 Oct 2018) -# www-client/firefox and mail-client/thunderbird is -# available on x86 -app-misc/tracker -firefox-bookmarks -thunderbird - # Michael Palimaka (12 Oct 2018) # Unmask arch-specific USE flag available on x86 net-analyzer/testssl -bundled-openssl @@ -244,12 +239,6 @@ gnustep-base/gnustep-make -libobjc2 # https://lists.freedesktop.org/archives/spice-devel/2015-September/021846.html app-emulation/qemu spice -# Alexandre Rostovtsev (09 Jan 2012) -# jsc JIT compilation is supported only on amd64/arm/x86 and their prefixes, so -# it's masked in base profile and unmasked here (bug #396313). -net-libs/webkit-gtk -jit -www-client/midori -jit - # Samuli Suominen (06 Dec 2011) # NuppelVideo support is x86 only media-video/transcode -nuv -pic diff --git a/profiles/arch/x86/package.use.stable.mask b/profiles/arch/x86/package.use.stable.mask index 2b5b8406df6f..2b9d1765672f 100644 --- a/profiles/arch/x86/package.use.stable.mask +++ b/profiles/arch/x86/package.use.stable.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # When you add an entry to the top of this file, add your name, the date, and @@ -78,10 +78,6 @@ gnustep-base/gnustep-make libobjc2 # Dependencies not yet stable dev-cpp/eigen test -# Pacho Ramos (08 Mar 2015) -# mayavi is broken, bug #500104 -dev-python/apptools test - # Michał Górny (30 Mar 2014) # Don't apply stable masks to python-exec since we're forcing every # impl there anyway. Please keep this in sync with use.stable.mask. -- cgit v1.2.3