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 | 1484f2fa9f3c4369e3ee45430fee6045d78e6146 (patch) | |
tree | 1fdf1d19054a9c9435de701acfb8ccfc6906985a /dev-java/jmh-core | |
parent | dev-python/cython: Stabilize 0.29.25 ppc, #830653 (diff) | |
download | gentoo-1484f2fa9f3c4369e3ee45430fee6045d78e6146.tar.gz gentoo-1484f2fa9f3c4369e3ee45430fee6045d78e6146.tar.bz2 gentoo-1484f2fa9f3c4369e3ee45430fee6045d78e6146.zip |
dev-java/jmh-core: Keyword 1.21 arm, #830681
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-java/jmh-core')
-rw-r--r-- | dev-java/jmh-core/jmh-core-1.21.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/jmh-core/jmh-core-1.21.ebuild b/dev-java/jmh-core/jmh-core-1.21.ebuild index ad044bba454e..a22acd2f7d1a 100644 --- a/dev-java/jmh-core/jmh-core-1.21.ebuild +++ b/dev-java/jmh-core/jmh-core-1.21.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,7 +16,7 @@ HOMEPAGE="https://openjdk.java.net/projects/code-tools/jmh" SRC_URI="https://hg.openjdk.java.net/code-tools/${MY_PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~x86" # jopt *must* be 4.6, see https://mail.openjdk.java.net/pipermail/jmh-dev/2016-October/002395.html CP_DEPEND=" |