commit: 433aa899d48df281074c9e8551ed74308c0f6ea6 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sat May 31 15:31:45 2025 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sat May 31 15:31:45 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=433aa899
profiles/*: USE mask dev-ruby/minitest-hooks[test] This pulls in a very large dependency tree for little gain. See the referenced bug for an attempt to complete the dependency tree. Bug: https://bugs.gentoo.org/937954 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> profiles/arch/hppa/package.use.mask | 4 ++++ profiles/arch/mips/package.use.mask | 4 ++++ profiles/arch/powerpc/ppc32/package.use.mask | 4 ++++ profiles/arch/s390/package.use.mask | 4 ++++ 4 files changed, 16 insertions(+) diff --git a/profiles/arch/hppa/package.use.mask b/profiles/arch/hppa/package.use.mask index 74d51e643525..bf4a42108b4d 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. +# Hans de Graaff <[email protected]> (2025-05-31) +# Requires large parts of dev-ruby/rails to be keyworded. +dev-ruby/minitest-hooks test + # NRK <[email protected]> (2025-05-18) # app-arch/plzip is not keyworded app-alternatives/lzip plzip diff --git a/profiles/arch/mips/package.use.mask b/profiles/arch/mips/package.use.mask index 70ef3d3a31e9..9517963618ef 100644 --- a/profiles/arch/mips/package.use.mask +++ b/profiles/arch/mips/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Hans de Graaff <[email protected]> (2025-05-31) +# Requires large parts of dev-ruby/rails to be keyworded. +dev-ruby/minitest-hooks test + # NRK <[email protected]> (2025-05-18) # app-arch/plzip is not keyworded app-alternatives/lzip plzip diff --git a/profiles/arch/powerpc/ppc32/package.use.mask b/profiles/arch/powerpc/ppc32/package.use.mask index 97d0ae04d42e..786c07e7f0df 100644 --- a/profiles/arch/powerpc/ppc32/package.use.mask +++ b/profiles/arch/powerpc/ppc32/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Hans de Graaff <[email protected]> (2025-05-31) +# Requires large parts of dev-ruby/rails to be keyworded. +dev-ruby/minitest-hooks test + # Sam James <[email protected]> (2025-05-16) # gpio: dev-libs/libgpiod not keyworded here # modbus: dev-libs/libmodbus not keyworded here diff --git a/profiles/arch/s390/package.use.mask b/profiles/arch/s390/package.use.mask index c39330625630..0e30b676e2e7 100644 --- a/profiles/arch/s390/package.use.mask +++ b/profiles/arch/s390/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Hans de Graaff <[email protected]> (2025-05-31) +# Requires large parts of dev-ruby/rails to be keyworded. +dev-ruby/minitest-hooks test + # NRK <[email protected]> (2025-05-18) # app-arch/plzip is not keyworded app-alternatives/lzip plzip
