From 1f143bd0ea87868085b92b0d0d546c9d03bead6a Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Thu, 17 Oct 2024 17:28:02 +0300 Subject: [PATCH] dev-java/junit-dataprovider: dekeyword x86 After a message to gentoo-dev ML, and no reply from any user on x86, we decided to dekeyword most Java packages from x86, and reverse dependencies of them. Signed-off-by: Arthur Zamarin --- dev-java/junit-dataprovider/junit-dataprovider-2.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/junit-dataprovider/junit-dataprovider-2.9.ebuild b/dev-java/junit-dataprovider/junit-dataprovider-2.9.ebuild index 87a8777511929..650cba22a78f0 100644 --- a/dev-java/junit-dataprovider/junit-dataprovider-2.9.ebuild +++ b/dev-java/junit-dataprovider/junit-dataprovider-2.9.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://github.com/TNG/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 arm64 ppc64 x86" +KEYWORDS="amd64 arm64 ppc64" CP_DEPEND="dev-java/findbugs-annotations:0"