summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-10-11 15:32:02 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2024-10-12 20:08:11 +0300
commit22d21f3b5662564ef37a9a7f811279767a12a6e9 (patch)
treed8e539244c1d3bb6b97429947692fc197326e2e5 /dev-java/brotli-dec/brotli-dec-0.1.2.ebuild
parentdev-java/bnd-util: dekeyword arm (diff)
downloadgentoo-22d21f3b5662564ef37a9a7f811279767a12a6e9.tar.gz
gentoo-22d21f3b5662564ef37a9a7f811279767a12a6e9.tar.bz2
gentoo-22d21f3b5662564ef37a9a7f811279767a12a6e9.zip
dev-java/brotli-dec: 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/brotli-dec/brotli-dec-0.1.2.ebuild')
-rw-r--r--dev-java/brotli-dec/brotli-dec-0.1.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/brotli-dec/brotli-dec-0.1.2.ebuild b/dev-java/brotli-dec/brotli-dec-0.1.2.ebuild
index acbd619b97b7..9ae93d4e45db 100644
--- a/dev-java/brotli-dec/brotli-dec-0.1.2.ebuild
+++ b/dev-java/brotli-dec/brotli-dec-0.1.2.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=7
@@ -14,7 +14,7 @@ SRC_URI="https://repo1.maven.org/maven2/org/brotli/dec/${PV}/dec-${PV}-sources.j
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ppc64 x86"
+KEYWORDS="amd64 arm64 ppc64 x86"
BDEPEND="app-arch/unzip"
DEPEND=">=virtual/jdk-1.8:*"