diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-03-11 13:42:17 +0000 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-03-11 13:45:20 +0000 |
commit | 22269bf65ec65beb9f2e64268cc8e8f207048a8c (patch) | |
tree | 9fafa1f2db1bf7697557cf813652d347942d545c /profiles | |
parent | dev-python/ruamel-yaml-0.16.13-r1: enable tests (diff) | |
download | gentoo-22269bf65ec65beb9f2e64268cc8e8f207048a8c.tar.gz gentoo-22269bf65ec65beb9f2e64268cc8e8f207048a8c.tar.bz2 gentoo-22269bf65ec65beb9f2e64268cc8e8f207048a8c.zip |
profiles: mask dev-python/ruamel-yaml[test] on arches lacking required dependency keywords
Looks like dev-python/ruamel-std-pathlib is the only package which
needs work here.
Bug: https://bugs.gentoo.org/775242
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/arm/package.use.mask | 5 | ||||
-rw-r--r-- | profiles/arch/hppa/package.use.mask | 5 | ||||
-rw-r--r-- | profiles/arch/ia64/package.use.mask | 5 | ||||
-rw-r--r-- | profiles/arch/powerpc/ppc32/package.use.mask | 5 | ||||
-rw-r--r-- | profiles/arch/powerpc/ppc64/package.use.mask | 5 | ||||
-rw-r--r-- | profiles/arch/sparc/package.use.mask | 5 |
6 files changed, 30 insertions, 0 deletions
diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask index fad7960ee4f9..c9727321f2ce 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 +# Marek Szuba <marecki@gentoo.org> (2021-03-11) +# Awaiting keywording of dev-python/ruamel-std-pathlib +# on this arch (Bug #775242) +dev-python/ruamel-yaml test + # Sam James <sam@gentoo.org> (2021-02-17) # Unmask dev-libs/libpcre2[jit] support on PHP # where available diff --git a/profiles/arch/hppa/package.use.mask b/profiles/arch/hppa/package.use.mask index e7ce41e7519c..1ae06260e379 100644 --- a/profiles/arch/hppa/package.use.mask +++ b/profiles/arch/hppa/package.use.mask @@ -4,6 +4,11 @@ # NOTE: When masking a USE flag due to missing keywords, please file a keyword # request bug for the hppa arch. +# Marek Szuba <marecki@gentoo.org> (2021-03-11) +# Awaiting keywording of dev-python/ruamel-std-pathlib +# on this arch (Bug #775242) +dev-python/ruamel-yaml test + # Sam James <sam@gentoo.org> (2021-03-06) # media-libs/libheif isn't keyworded here media-libs/gd heif diff --git a/profiles/arch/ia64/package.use.mask b/profiles/arch/ia64/package.use.mask index 9a98fd803be4..357166824def 100644 --- a/profiles/arch/ia64/package.use.mask +++ b/profiles/arch/ia64/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Marek Szuba <marecki@gentoo.org> (2021-03-11) +# Awaiting keywording of dev-python/ruamel-std-pathlib +# on this arch (Bug #775242) +dev-python/ruamel-yaml test + # Sam James <sam@gentoo.org> (2021-03-06) # media-libs/libheif isn't keyworded here media-libs/gd heif diff --git a/profiles/arch/powerpc/ppc32/package.use.mask b/profiles/arch/powerpc/ppc32/package.use.mask index 9d92d38e42bb..6767aa5dfc87 100644 --- a/profiles/arch/powerpc/ppc32/package.use.mask +++ b/profiles/arch/powerpc/ppc32/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Marek Szuba <marecki@gentoo.org> (2021-03-11) +# Awaiting keywording of dev-python/ruamel-std-pathlib +# on this arch (Bug #775242) +dev-python/ruamel-yaml test + # Sam James <sam@gentoo.org> (2021-03-06) # media-libs/libheif isn't keyworded here media-libs/gd heif diff --git a/profiles/arch/powerpc/ppc64/package.use.mask b/profiles/arch/powerpc/ppc64/package.use.mask index 9707c7f5f922..fbee7f294634 100644 --- a/profiles/arch/powerpc/ppc64/package.use.mask +++ b/profiles/arch/powerpc/ppc64/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Marek Szuba <marecki@gentoo.org> (2021-03-11) +# Awaiting keywording of dev-python/ruamel-std-pathlib +# on this arch (Bug #775242) +dev-python/ruamel-yaml test + # Georgy Yakovlev <gyakovlev@gentoo.org> (2021-02-25) # depends on ring crate, which is not so portable # https://github.com/briansmith/ring/issues/389 diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index b5e5d965bcb2..3adeac572890 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Marek Szuba <marecki@gentoo.org> (2021-03-11) +# Awaiting keywording of dev-python/ruamel-std-pathlib +# on this arch (Bug #775242) +dev-python/ruamel-yaml test + # Sam James <sam@gentoo.org> (2021-03-06) # media-libs/libheif isn't keyworded here media-libs/gd heif |