commit: 6d774da8bba9ab41ca4d03f6c864293596588f42 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> AuthorDate: Sat Mar 13 11:04:46 2021 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Sat Mar 13 11:05:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d774da8
profiles/arch/*: added package.use.mask for media-libs/rubberband[jni] Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> profiles/arch/alpha/package.use.mask | 4 ++++ profiles/arch/hppa/package.use.mask | 4 ++++ profiles/arch/ia64/package.use.mask | 4 ++++ profiles/arch/powerpc/package.use.mask | 4 ++++ profiles/arch/sparc/package.use.mask | 4 ++++ 5 files changed, 20 insertions(+) diff --git a/profiles/arch/alpha/package.use.mask b/profiles/arch/alpha/package.use.mask index 8da07dbfd83..de2c3f23825 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 +# Miroslav Šulc <[email protected]> (2021-03-13) +# virtual/jdk isn't keyworded here +media-libs/rubberband jni + # Sam James <[email protected]> (2021-03-11) # media-libs/libheif isn't keyworded here # media-libs/libavif isn't keyworded here diff --git a/profiles/arch/hppa/package.use.mask b/profiles/arch/hppa/package.use.mask index 5dee8c8714b..986a57ed27c 100644 --- a/profiles/arch/hppa/package.use.mask +++ b/profiles/arch/hppa/package.use.mask @@ -4,6 +4,10 @@ # NOTE: When masking a USE flag due to missing keywords, please file a keyword # request bug for the hppa arch. +# Miroslav Šulc <[email protected]> (2021-03-13) +# virtual/jdk isn't keyworded here +media-libs/rubberband jni + # Marek Szuba <[email protected]> (2021-03-11) # Awaiting keywording of dev-python/ruamel-std-pathlib # on this arch (Bug #775242) diff --git a/profiles/arch/ia64/package.use.mask b/profiles/arch/ia64/package.use.mask index d1e17a416ce..c67025d1fbe 100644 --- a/profiles/arch/ia64/package.use.mask +++ b/profiles/arch/ia64/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Miroslav Šulc <[email protected]> (2021-03-13) +# virtual/jdk isn't keyworded here +media-libs/rubberband jni + # Marek Szuba <[email protected]> (2021-03-11) # Awaiting keywording of dev-python/ruamel-std-pathlib # on this arch (Bug #775242) diff --git a/profiles/arch/powerpc/package.use.mask b/profiles/arch/powerpc/package.use.mask index 16422cf5363..10a462f783b 100644 --- a/profiles/arch/powerpc/package.use.mask +++ b/profiles/arch/powerpc/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Miroslav Šulc <[email protected]> (2021-03-13) +# virtual/jdk isn't keyworded here +media-libs/rubberband jni + # Patrick McLean <[email protected]> (2021-02-25) # Requires unkeyworded dev-libs/pmdk, mask until keyworded sys-cluster/ceph pmdk rbd-rwl diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index 187886b8fa0..d32ecbd87f1 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Miroslav Šulc <[email protected]> (2021-03-13) +# virtual/jdk isn't keyworded here +media-libs/rubberband jni + # Viorel Munteanu <[email protected]> (2020-03-11) # new package dev-libs/libthreadar has no keywords app-backup/dar threads
