commit: 60c2bcbc53d7860adae9b073f260f23fd6aa75f1 Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net> AuthorDate: Wed Jun 29 10:54:06 2022 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Fri Jul 22 17:36:35 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60c2bcbc
x86/package.use.mask: mask USE=test on >=dev-java/randomized-runner-2.8.0 Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/26060 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> profiles/arch/x86/package.use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 5fab53c509a8..39262bf42b35 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Volkmar W. Pogatzki <[email protected]> (2022-06-29) +# dev-java/assertj-core:3 not keyworded +>=dev-java/randomized-runner-2.8.0 test + # Conrad Kostecki <[email protected]> (2022-07-19) # www-servers/nginx currently only available on amd64/x86 www-servers/nginx -nginx_modules_http_security
