commit: f74a37913deb157c6844db0ff72fe4235bcbfb6f Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net> AuthorDate: Sun Mar 10 20:10:52 2024 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Sun Mar 10 21:10:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f74a3791
profiles/base: mask USE=test for ant-ivy, rhino and tomcat Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net> Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> profiles/base/package.use.mask | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index ad45544c8aa9..2d8e5122e540 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,13 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Volkmar W. Pogatzki <[email protected]> (2024-03-10) +# These packages have RESTRICT="test" and depend on dev-java/ant-junit +# which is going away. Remove this mask when ebuilds are updated. +dev-java/ant-ivy test +dev-java/rhino test +www-servers/tomcat test + # Guilherme Amadio <[email protected]> (2024-03-09) # Requires manually installing dependencies, see bug #791802 # Please use MYCMAKEARGS instead.
