summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-10-11 15:44:17 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2024-10-12 20:08:40 +0300
commit2bb264dfede03d10296176ca3fd554ebbd44d3ae (patch)
treed6705c18f188c1d6775a793800dafbf6057f80d6 /dev-java/jcommander
parentdev-java/jclasslib: dekeyword arm (diff)
downloadgentoo-2bb264dfede03d10296176ca3fd554ebbd44d3ae.tar.gz
gentoo-2bb264dfede03d10296176ca3fd554ebbd44d3ae.tar.bz2
gentoo-2bb264dfede03d10296176ca3fd554ebbd44d3ae.zip
dev-java/jcommander: 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/jcommander')
-rw-r--r--dev-java/jcommander/jcommander-1.64-r1.ebuild4
-rw-r--r--dev-java/jcommander/jcommander-1.82.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-java/jcommander/jcommander-1.64-r1.ebuild b/dev-java/jcommander/jcommander-1.64-r1.ebuild
index 3fc26c3aa562..a5e29b6c5809 100644
--- a/dev-java/jcommander/jcommander-1.64-r1.ebuild
+++ b/dev-java/jcommander/jcommander-1.64-r1.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
@@ -16,7 +16,7 @@ S="${WORKDIR}/${P}"
LICENSE="Apache-2.0"
SLOT="1.64"
-KEYWORDS="amd64 ~arm arm64 ppc64 x86"
+KEYWORDS="amd64 arm64 ppc64 x86"
DEPEND=">=virtual/jdk-1.8:*"
RDEPEND=">=virtual/jre-1.8:*"
diff --git a/dev-java/jcommander/jcommander-1.82.ebuild b/dev-java/jcommander/jcommander-1.82.ebuild
index b859e3a9c46a..aa707fd8b897 100644
--- a/dev-java/jcommander/jcommander-1.82.ebuild
+++ b/dev-java/jcommander/jcommander-1.82.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/cbeust/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ppc64 x86"
+KEYWORDS="amd64 arm64 ppc64 x86"
DEPEND="
>=virtual/jdk-1.8:*