summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-10-11 15:54:53 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2024-10-12 20:09:05 +0300
commitf665e51d6c0a9343dbeef1fb10da22a801503d32 (patch)
tree1d591052f89ea7ffdc7daa16bcc6794709e228af /dev-java
parentdev-java/unbescape: dekeyword arm (diff)
downloadgentoo-f665e51d6c0a9343dbeef1fb10da22a801503d32.tar.gz
gentoo-f665e51d6c0a9343dbeef1fb10da22a801503d32.tar.bz2
gentoo-f665e51d6c0a9343dbeef1fb10da22a801503d32.zip
dev-java/univocity-parsers: 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')
-rw-r--r--dev-java/univocity-parsers/univocity-parsers-2.9.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/univocity-parsers/univocity-parsers-2.9.1.ebuild b/dev-java/univocity-parsers/univocity-parsers-2.9.1.ebuild
index 58e46ec195a5..a4033a241480 100644
--- a/dev-java/univocity-parsers/univocity-parsers-2.9.1.ebuild
+++ b/dev-java/univocity-parsers/univocity-parsers-2.9.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -15,7 +15,7 @@ SRC_URI="https://github.com/uniVocity/univocity-parsers/archive/refs/tags/v${PV}
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ppc64 x86"
+KEYWORDS="amd64 arm64 ppc64 x86"
DEPEND="
>=virtual/jdk-1.8:*