diff options
author | 2024-10-11 15:45:27 +0300 | |
---|---|---|
committer | 2024-10-12 20:08:42 +0300 | |
commit | a71e228ab2985aff4089beff3147044e8831da0f (patch) | |
tree | d04f2f383a98af4711c62aeb9bf4753062156474 /dev-java/jmh-core | |
parent | dev-java/jline: dekeyword arm (diff) | |
download | gentoo-a71e228ab2985aff4089beff3147044e8831da0f.tar.gz gentoo-a71e228ab2985aff4089beff3147044e8831da0f.tar.bz2 gentoo-a71e228ab2985aff4089beff3147044e8831da0f.zip |
dev-java/jmh-core: 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/jmh-core')
-rw-r--r-- | dev-java/jmh-core/jmh-core-1.37.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-java/jmh-core/jmh-core-1.37.ebuild b/dev-java/jmh-core/jmh-core-1.37.ebuild index 0fcaad366369..918d1dd398c1 100644 --- a/dev-java/jmh-core/jmh-core-1.37.ebuild +++ b/dev-java/jmh-core/jmh-core-1.37.ebuild @@ -16,7 +16,7 @@ S="${WORKDIR}/jmh-${PV}" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ppc64 x86" +KEYWORDS="amd64 arm64 ppc64 x86" CP_DEPEND=" dev-java/commons-math:3 |