commit: 958c55e0a6905c19ad5440599bdb4d5e9583c840 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Jan 19 16:47:25 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Jan 19 16:49:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=958c55e0
profiles/arch/*/p.use.mask: move app-text/enchant[test] masks to arches This makes individual unmasking later after testing. For consistency, we'd need to move from base to arch/base but not needed here. Bug: https://bugs.gentoo.org/766147 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/alpha/package.use.mask | 7 +++++++ profiles/arch/arm/package.use.mask | 7 +++++++ profiles/arch/arm64/package.use.mask | 7 +++++++ profiles/arch/hppa/package.use.mask | 7 +++++++ profiles/arch/ia64/package.use.mask | 7 +++++++ profiles/arch/mips/package.use.mask | 7 +++++++ profiles/arch/powerpc/ppc32/package.use.mask | 7 +++++++ profiles/arch/powerpc/ppc64/package.use.mask | 7 +++++++ profiles/arch/riscv/package.use.mask | 7 +++++++ profiles/arch/sparc/package.use.mask | 7 +++++++ profiles/base/package.use.mask | 5 ----- 11 files changed, 70 insertions(+), 5 deletions(-) diff --git a/profiles/arch/alpha/package.use.mask b/profiles/arch/alpha/package.use.mask index 71c911c5c9e..deac5bb664f 100644 --- a/profiles/arch/alpha/package.use.mask +++ b/profiles/arch/alpha/package.use.mask @@ -1,6 +1,13 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2011-01-19) +# Joonas Niilola <[email protected]> (2021-01-10) +# Test-dep needs keywording on multiple arches, best to just mask it +# globally for now. Resolves issue by b5248bbb1b5 +# bug #766147 +app-text/enchant test + # Joonas Niilola <[email protected]> (2021-01-15) # Dependency not keyworded on this arch. app-text/enchant voikko diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask index e21118fd763..8861e7dc83d 100644 --- a/profiles/arch/arm/package.use.mask +++ b/profiles/arch/arm/package.use.mask @@ -1,6 +1,13 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2011-01-19) +# Joonas Niilola <[email protected]> (2021-01-10) +# Test-dep needs keywording on multiple arches, best to just mask it +# globally for now. Resolves issue by b5248bbb1b5 +# bug #766147 +app-text/enchant test + # Sam James <[email protected]> (2020-01-17) # gnuefi + systemd-boot works on arm # bug #729720 diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index 45be38d0b40..a5095873d0d 100644 --- a/profiles/arch/arm64/package.use.mask +++ b/profiles/arch/arm64/package.use.mask @@ -1,6 +1,13 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2011-01-19) +# Joonas Niilola <[email protected]> (2021-01-10) +# Test-dep needs keywording on multiple arches, best to just mask it +# globally for now. Resolves issue by b5248bbb1b5 +# bug #766147 +app-text/enchant test + # Sam James <[email protected]> (2020-01-17) # gnuefi + systemd-boot works on arm64 # bug #729720 diff --git a/profiles/arch/hppa/package.use.mask b/profiles/arch/hppa/package.use.mask index 6666f3d038b..31e54dac1ce 100644 --- a/profiles/arch/hppa/package.use.mask +++ b/profiles/arch/hppa/package.use.mask @@ -4,6 +4,13 @@ # NOTE: When masking a USE flag due to missing keywords, please file a keyword # request bug for the hppa arch. +# Sam James <[email protected]> (2011-01-19) +# Joonas Niilola <[email protected]> (2021-01-10) +# Test-dep needs keywording on multiple arches, best to just mask it +# globally for now. Resolves issue by b5248bbb1b5 +# bug #766147 +app-text/enchant test + # Joonas Niilola <[email protected]> (2021-01-15) # Dependency not keyworded on this arch. app-text/enchant voikko diff --git a/profiles/arch/ia64/package.use.mask b/profiles/arch/ia64/package.use.mask index 76366953279..400be194846 100644 --- a/profiles/arch/ia64/package.use.mask +++ b/profiles/arch/ia64/package.use.mask @@ -1,6 +1,13 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2011-01-19) +# Joonas Niilola <[email protected]> (2021-01-10) +# Test-dep needs keywording on multiple arches, best to just mask it +# globally for now. Resolves issue by b5248bbb1b5 +# bug #766147 +app-text/enchant test + # Joonas Niilola <[email protected]> (2021-01-15) # Dependency not keyworded on this arch. app-text/enchant voikko diff --git a/profiles/arch/mips/package.use.mask b/profiles/arch/mips/package.use.mask index 3ecdfdf765c..854284fe16e 100644 --- a/profiles/arch/mips/package.use.mask +++ b/profiles/arch/mips/package.use.mask @@ -1,6 +1,13 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2011-01-19) +# Joonas Niilola <[email protected]> (2021-01-10) +# Test-dep needs keywording on multiple arches, best to just mask it +# globally for now. Resolves issue by b5248bbb1b5 +# bug #766147 +app-text/enchant test + # Joonas Niilola <[email protected]> (2021-01-15) # Dependency not keyworded on this arch. app-text/enchant voikko diff --git a/profiles/arch/powerpc/ppc32/package.use.mask b/profiles/arch/powerpc/ppc32/package.use.mask index 4f6b100665d..84f25bdf320 100644 --- a/profiles/arch/powerpc/ppc32/package.use.mask +++ b/profiles/arch/powerpc/ppc32/package.use.mask @@ -1,6 +1,13 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2011-01-19) +# Joonas Niilola <[email protected]> (2021-01-10) +# Test-dep needs keywording on multiple arches, best to just mask it +# globally for now. Resolves issue by b5248bbb1b5 +# bug #766147 +app-text/enchant test + # Florian Schmaus <[email protected]> (2020-12-03) # Rubber's testsuite depends on media-gfx/asymptote and # dev-tex/pythontex which are not keyworded on ppc. diff --git a/profiles/arch/powerpc/ppc64/package.use.mask b/profiles/arch/powerpc/ppc64/package.use.mask index bc14bad2787..6425f6b545f 100644 --- a/profiles/arch/powerpc/ppc64/package.use.mask +++ b/profiles/arch/powerpc/ppc64/package.use.mask @@ -1,6 +1,13 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2011-01-19) +# Joonas Niilola <[email protected]> (2021-01-10) +# Test-dep needs keywording on multiple arches, best to just mask it +# globally for now. Resolves issue by b5248bbb1b5 +# bug #766147 +app-text/enchant test + # Michał Górny <[email protected]> (2020-12-21) # Sanitizers supported on this architecture. sys-libs/compiler-rt-sanitizers -asan -lsan -msan -tsan diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask index f69a25a297d..20e568f9c24 100644 --- a/profiles/arch/riscv/package.use.mask +++ b/profiles/arch/riscv/package.use.mask @@ -1,6 +1,13 @@ # Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2011-01-19) +# Joonas Niilola <[email protected]> (2021-01-10) +# Test-dep needs keywording on multiple arches, best to just mask it +# globally for now. Resolves issue by b5248bbb1b5 +# bug #766147 +app-text/enchant test + # Joonas Niilola <[email protected]> (2021-01-15) # Dependency not keyworded on this arch. app-text/enchant voikko diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index 9b8836c4320..18d050d3cf9 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -1,6 +1,13 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2011-01-19) +# Joonas Niilola <[email protected]> (2021-01-10) +# Test-dep needs keywording on multiple arches, best to just mask it +# globally for now. Resolves issue by b5248bbb1b5 +# bug #766147 +app-text/enchant test + # Joonas Niilola <[email protected]> (2021-01-15) # Dependency not keyworded on this arch. app-text/enchant voikko diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 7c363cd606f..1523482ee63 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -10,11 +10,6 @@ # Requires masked media-sound/mp3_check. app-cdr/burncdda mp3 -# Joonas Niilola <[email protected]> (2021-01-10) -# Test-dep needs keywording on multiple arches, best to just mask it -# globally for now. Resolves issue by b5248bbb1b5 -app-text/enchant test - # Brian Evans <[email protected]> (2021-01-07) # Block test deps on packages until they can be updated # Old phpunit does not work with new PHP and last is vulnerable
