summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-10-17 17:32:25 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2024-10-17 18:31:47 +0300
commit20c9411475afc61f59e1b116f9683551941dac05 (patch)
treedd511ddd57216d51ca420262c2ad911ec45e3201
parentdev-java/rxtx: dekeyword x86 (diff)
downloadgentoo-20c9411475afc61f59e1b116f9683551941dac05.tar.gz
gentoo-20c9411475afc61f59e1b116f9683551941dac05.tar.bz2
gentoo-20c9411475afc61f59e1b116f9683551941dac05.zip
dev-java/saslprep: dekeyword x86
After a message to gentoo-dev ML, and no reply from any user on x86, we decided to dekeyword most Java packages from x86, and reverse dependencies of them. Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--dev-java/saslprep/saslprep-1.1-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/saslprep/saslprep-1.1-r1.ebuild b/dev-java/saslprep/saslprep-1.1-r1.ebuild
index c36809a99c83..9fc2ec1f9f2f 100644
--- a/dev-java/saslprep/saslprep-1.1-r1.ebuild
+++ b/dev-java/saslprep/saslprep-1.1-r1.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://repo1.maven.org/maven2/com/ongres/stringprep/saslprep/${PV}/sas
LICENSE="BSD-2"
SLOT="0"
-KEYWORDS="amd64 ppc64 x86"
+KEYWORDS="amd64 ppc64"
CP_DEPEND="dev-java/stringprep:0"
DEPEND=">=virtual/jdk-1.8:*