diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-01-06 22:13:58 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-01-06 22:14:14 +0200 |
commit | 708ee4f993019baec9efdbccc068cdc6c84be757 (patch) | |
tree | ab583d16a8a1a928c38a6fc56adffbeeed34360d /dev-java | |
parent | dev-java/jmh-core: Keyword 1.21 arm, #830681 (diff) | |
download | gentoo-708ee4f993019baec9efdbccc068cdc6c84be757.tar.gz gentoo-708ee4f993019baec9efdbccc068cdc6c84be757.tar.bz2 gentoo-708ee4f993019baec9efdbccc068cdc6c84be757.zip |
dev-java/jopt-simple: Keyword 4.6 arm, #830681
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/jopt-simple/jopt-simple-4.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/jopt-simple/jopt-simple-4.6.ebuild b/dev-java/jopt-simple/jopt-simple-4.6.ebuild index 197957670e4c..aaf03a76da0c 100644 --- a/dev-java/jopt-simple/jopt-simple-4.6.ebuild +++ b/dev-java/jopt-simple/jopt-simple-4.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ HOMEPAGE="https://pholser.github.com/jopt-simple/" SRC_URI="https://github.com/pholser/${PN}/tarball/${P} -> ${P}.tar.gz" LICENSE="MIT" SLOT="4.6" -KEYWORDS="amd64 ppc64 x86" +KEYWORDS="amd64 ~arm ppc64 x86" RDEPEND=">=virtual/jre-1.6" DEPEND=">=virtual/jdk-1.6" |