From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1A4B2158041 for ; Sun, 10 Mar 2024 21:10:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 624EDE2A63; Sun, 10 Mar 2024 21:10:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4147FE2A5F for ; Sun, 10 Mar 2024 21:10:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5815D33C1EB for ; Sun, 10 Mar 2024 21:10:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A223F1528 for ; Sun, 10 Mar 2024 21:10:36 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1710105009.f74a37913deb157c6844db0ff72fe4235bcbfb6f.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/package.use.mask X-VCS-Directories: profiles/base/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: f74a37913deb157c6844db0ff72fe4235bcbfb6f X-VCS-Branch: master Date: Sun, 10 Mar 2024 21:10:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a84185ba-eb6b-442a-bb18-1781dd7fd2f6 X-Archives-Hash: 4c1bcfac55f51a896c049d480757c795 commit: f74a37913deb157c6844db0ff72fe4235bcbfb6f Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Sun Mar 10 20:10:52 2024 +0000 Commit: Miroslav Šulc gentoo 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 pogatzki.net> Signed-off-by: Miroslav Šulc 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 (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 (2024-03-09) # Requires manually installing dependencies, see bug #791802 # Please use MYCMAKEARGS instead.