diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-11 15:33:44 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-12 20:08:15 +0300 |
commit | 9269d4ef482c890b86dcc1525ac3d18fd4ad4011 (patch) | |
tree | 9ddb4715e71f178757c66e6d27dc79e302721e02 /dev-java/commons-junit4/commons-junit4-1.2.17.ebuild | |
parent | dev-java/commons-io: dekeyword arm (diff) | |
download | gentoo-9269d4ef482c890b86dcc1525ac3d18fd4ad4011.tar.gz gentoo-9269d4ef482c890b86dcc1525ac3d18fd4ad4011.tar.bz2 gentoo-9269d4ef482c890b86dcc1525ac3d18fd4ad4011.zip |
dev-java/commons-junit4: dekeyword arm
After a message to gentoo-dev ML, and no reply from any user on arm,
we decided to dekeyword most Java packages from arm.
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-java/commons-junit4/commons-junit4-1.2.17.ebuild')
-rw-r--r-- | dev-java/commons-junit4/commons-junit4-1.2.17.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/commons-junit4/commons-junit4-1.2.17.ebuild b/dev-java/commons-junit4/commons-junit4-1.2.17.ebuild index d12acbb23c14..ae54c6dcfaa5 100644 --- a/dev-java/commons-junit4/commons-junit4-1.2.17.ebuild +++ b/dev-java/commons-junit4/commons-junit4-1.2.17.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/aunkrig/commons/archive/V${PV}.tar.gz -> unkrig-comm LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ppc64 x86" +KEYWORDS="amd64 arm64 ppc64 x86" CP_DEPEND=" ~dev-java/commons-nullanalysis-${PV}:0 |