From 463397cf1e064185110fe57c568d73f99a06f5d1 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 17 Feb 2021 10:35:54 +0000 Subject: gentoo resync : 17.02.2021 --- profiles/arch/alpha/package.use.mask | 8 ++++---- profiles/arch/amd64/package.use.mask | 4 ++++ profiles/arch/amd64/x32/package.mask | 4 ++++ profiles/arch/arm/package.use.mask | 5 +++++ profiles/arch/arm/package.use.stable.mask | 4 ---- profiles/arch/arm64/package.use.mask | 6 +++++- profiles/arch/powerpc/package.use.mask | 5 +++++ profiles/arch/powerpc/ppc32/package.mask | 8 ++++++++ profiles/arch/powerpc/ppc64/package.use.mask | 11 +++++++++++ profiles/arch/x86/package.use.mask | 4 ++++ 10 files changed, 50 insertions(+), 9 deletions(-) create mode 100644 profiles/arch/powerpc/ppc32/package.mask (limited to 'profiles/arch') diff --git a/profiles/arch/alpha/package.use.mask b/profiles/arch/alpha/package.use.mask index f47274412989..cd55d83df5b4 100644 --- a/profiles/arch/alpha/package.use.mask +++ b/profiles/arch/alpha/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Andreas Sturmlechner (2021-02-14) +# sci-libs/cholmod is not keyworded. +sci-libs/umfpack cholmod + # Sam James (2021-02-06) # media-sound/sndio is not yet keyworded here # bug #769098, bug #769122 @@ -311,10 +315,6 @@ net-misc/networkmanager wext # dev-lua/lgi lacks alpha keyword, bug #551540 dev-libs/libpeas lua -# Michał Górny (2015-02-22) -# Dependency not keyworded for some reason. -media-libs/gegl umfpack - # Johannes Huber (2015-01-28) # Missing keyword on dev-libs/botan app-crypt/qca botan diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index d3a8665f737f..70fd79bfa87a 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# Thomas Deutschmann (2021-02-17) +# Unmask PCRE JIT support where dev-libs/libpcre2[jit] is available +dev-lang/php -jit + # Jaco Kroon (2021-01-08) # blocksruntime (clang -fblocks requirement) for asterisk is available on this # architecture. diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask index 52b5218cbd29..1888a9c5fe89 100644 --- a/profiles/arch/amd64/x32/package.mask +++ b/profiles/arch/amd64/x32/package.mask @@ -1,6 +1,10 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Bernd Waibel (2021-02-13) +# Is reverse-dependency of dev-qt/qtwebengine +media-gfx/freecad + # Andreas Sturmlechner (2021-02-09) # Requires net-libs/nodejs, plus mask all reverse-dependencies. dev-qt/qtwebengine diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask index f8d0a0addcf3..d42968826c4a 100644 --- a/profiles/arch/arm/package.use.mask +++ b/profiles/arch/arm/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James (2021-02-17) +# Unmask dev-libs/libpcre2[jit] support on PHP +# where available +dev-lang/php -jit + # Sam James (2021-02-06) # media-sound/sndio is not yet keyworded here # bug #769098, bug #769122 diff --git a/profiles/arch/arm/package.use.stable.mask b/profiles/arch/arm/package.use.stable.mask index d5528ca4ba87..4d2134256170 100644 --- a/profiles/arch/arm/package.use.stable.mask +++ b/profiles/arch/arm/package.use.stable.mask @@ -6,10 +6,6 @@ # bug #769767, bug #769764 mail-client/claws-mail gdata -# Michał Górny (2021-02-07) -# app-text/libgepub is not yet stable here, and it has huuuge deps. -xfce-extra/tumbler epub - # Andreas Sturmlechner (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/package.use.mask b/profiles/arch/arm64/package.use.mask index 70e3e03944a0..fb168be7cbc9 100644 --- a/profiles/arch/arm64/package.use.mask +++ b/profiles/arch/arm64/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Thomas Deutschmann (2021-02-17) +# Unmask PCRE JIT support where dev-libs/libpcre2[jit] is available +dev-lang/php -jit + # Sam James (2021-02-06) # media-sound/sndio is not yet keyworded here # bug #769098, bug #769122 @@ -385,7 +389,7 @@ dev-java/icedtea -shenandoah app-portage/g-sorcery bson # Thomas Deutschmann (2017-03-01) -# Unkeyworded depedencies +# Unkeyworded dependencies app-admin/rsyslog mongodb # Michael Weber (2017-03-01) diff --git a/profiles/arch/powerpc/package.use.mask b/profiles/arch/powerpc/package.use.mask index ad9623552671..d9d428c991f0 100644 --- a/profiles/arch/powerpc/package.use.mask +++ b/profiles/arch/powerpc/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James (2021-02-17) +# Unmask dev-libs/libpcre2[jit] support on PHP +# where available +dev-lang/php -jit + # Joonas Niilola (2021-01-15) # Dependency not keyworded on this arch. app-text/enchant voikko diff --git a/profiles/arch/powerpc/ppc32/package.mask b/profiles/arch/powerpc/ppc32/package.mask new file mode 100644 index 000000000000..ba036c8865b5 --- /dev/null +++ b/profiles/arch/powerpc/ppc32/package.mask @@ -0,0 +1,8 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Sergei Trofimovich (2021-02-17) +# Not ported to ppc32. See ALL_.*_SUPPORTED_ARCH +# in compiler-rt/cmake/. Bug #708344 +sys-libs/compiler-rt +sys-libs/compiler-rt-sanitizers diff --git a/profiles/arch/powerpc/ppc64/package.use.mask b/profiles/arch/powerpc/ppc64/package.use.mask index dd7d4a711105..8eb5b3eb93b4 100644 --- a/profiles/arch/powerpc/ppc64/package.use.mask +++ b/profiles/arch/powerpc/ppc64/package.use.mask @@ -1,6 +1,17 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James (2021-02-14) +# Brings in a large number of unkeyworded +# (broad) deps. Not keywording yet. +# bug #769956 +dev-util/diffoscope R pascal + +# Sam James (2021-02-14) +# Haskell isn't keyworded on ppc64 +# bug #769956, bug #583400 +dev-util/diffoscope haskell + # Michał Górny (2020-12-21) # Sanitizers supported on this architecture. sys-libs/compiler-rt-sanitizers -asan -lsan -msan -tsan diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 5578286c72e7..a1d435524cb5 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Thomas Deutschmann (2021-02-17) +# Unmask PCRE JIT support where dev-libs/libpcre2[jit] is available +dev-lang/php -jit + # Jaco Kroon (2021-01-22) # blocksruntime (clang -fblocks requirement) for asterisk is available on this # architecture. -- cgit v1.2.3