diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-11 15:37:31 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-12 20:08:25 +0300 |
commit | 3e0914352c47c3969734194af02176b779b0bc0d (patch) | |
tree | 9a0e536a793815bcc9e4dddbe4f5246ac223d34e /dev-java/hawtjni-runtime | |
parent | dev-java/hashcash: dekeyword arm (diff) | |
download | gentoo-3e0914352c47c3969734194af02176b779b0bc0d.tar.gz gentoo-3e0914352c47c3969734194af02176b779b0bc0d.tar.bz2 gentoo-3e0914352c47c3969734194af02176b779b0bc0d.zip |
dev-java/hawtjni-runtime: 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/hawtjni-runtime')
-rw-r--r-- | dev-java/hawtjni-runtime/hawtjni-runtime-1.18.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/hawtjni-runtime/hawtjni-runtime-1.18.ebuild b/dev-java/hawtjni-runtime/hawtjni-runtime-1.18.ebuild index 06b8d00654ba..54fa550717af 100644 --- a/dev-java/hawtjni-runtime/hawtjni-runtime-1.18.ebuild +++ b/dev-java/hawtjni-runtime/hawtjni-runtime-1.18.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/fusesource/hawtjni/archive/hawtjni-project-${PV}.tar LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ppc64 x86" +KEYWORDS="amd64 arm64 ppc64 x86" DEPEND=">=virtual/jdk-1.8:*" RDEPEND=">=virtual/jre-1.8:*" |