summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-10-11 15:56:31 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2024-10-12 20:09:09 +0300
commit2d68711e50753625ebd6cabfa5298fe0f0e51df4 (patch)
treedbdc38410f36e25236fca649fd7af596a5c46b02 /dev-java/zstd-jni
parentdev-java/xz-java: dekeyword arm (diff)
downloadgentoo-2d68711e50753625ebd6cabfa5298fe0f0e51df4.tar.gz
gentoo-2d68711e50753625ebd6cabfa5298fe0f0e51df4.tar.bz2
gentoo-2d68711e50753625ebd6cabfa5298fe0f0e51df4.zip
dev-java/zstd-jni: 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/zstd-jni')
-rw-r--r--dev-java/zstd-jni/zstd-jni-1.5.2.5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/zstd-jni/zstd-jni-1.5.2.5.ebuild b/dev-java/zstd-jni/zstd-jni-1.5.2.5.ebuild
index 39ac7859fae4..a1eb63566648 100644
--- a/dev-java/zstd-jni/zstd-jni-1.5.2.5.ebuild
+++ b/dev-java/zstd-jni/zstd-jni-1.5.2.5.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
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/luben/zstd-jni/archive/c$(ver_rs 3 -).tar.gz -> ${P}
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ppc64 x86"
+KEYWORDS="amd64 arm64 ppc64 x86"
RDEPEND=">=virtual/jre-1.8:*"
DEPEND=">=virtual/jdk-1.8:*"