commit: 22269bf65ec65beb9f2e64268cc8e8f207048a8c Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Thu Mar 11 13:42:17 2021 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Thu Mar 11 13:45:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22269bf6
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 <AT> gentoo.org> profiles/arch/arm/package.use.mask | 5 +++++ profiles/arch/hppa/package.use.mask | 5 +++++ profiles/arch/ia64/package.use.mask | 5 +++++ profiles/arch/powerpc/ppc32/package.use.mask | 5 +++++ profiles/arch/powerpc/ppc64/package.use.mask | 5 +++++ profiles/arch/sparc/package.use.mask | 5 +++++ 6 files changed, 30 insertions(+) diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask index fad7960ee4f..c9727321f2c 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 <[email protected]> (2021-03-11) +# Awaiting keywording of dev-python/ruamel-std-pathlib +# on this arch (Bug #775242) +dev-python/ruamel-yaml test + # Sam James <[email protected]> (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 e7ce41e7519..1ae06260e37 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 <[email protected]> (2021-03-11) +# Awaiting keywording of dev-python/ruamel-std-pathlib +# on this arch (Bug #775242) +dev-python/ruamel-yaml test + # Sam James <[email protected]> (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 9a98fd803be..357166824de 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 <[email protected]> (2021-03-11) +# Awaiting keywording of dev-python/ruamel-std-pathlib +# on this arch (Bug #775242) +dev-python/ruamel-yaml test + # Sam James <[email protected]> (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 9d92d38e42b..6767aa5dfc8 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 <[email protected]> (2021-03-11) +# Awaiting keywording of dev-python/ruamel-std-pathlib +# on this arch (Bug #775242) +dev-python/ruamel-yaml test + # Sam James <[email protected]> (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 9707c7f5f92..fbee7f29463 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 <[email protected]> (2021-03-11) +# Awaiting keywording of dev-python/ruamel-std-pathlib +# on this arch (Bug #775242) +dev-python/ruamel-yaml test + # Georgy Yakovlev <[email protected]> (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 b5e5d965bcb..3adeac57289 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 <[email protected]> (2021-03-11) +# Awaiting keywording of dev-python/ruamel-std-pathlib +# on this arch (Bug #775242) +dev-python/ruamel-yaml test + # Sam James <[email protected]> (2021-03-06) # media-libs/libheif isn't keyworded here media-libs/gd heif
