diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-11 15:43:50 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-12 20:08:39 +0300 |
commit | 5c63a6bd3464836699843223c1da36a9e09b77d8 (patch) | |
tree | 5ffa75d5b42d9fea617f42d7d866d650c876bd87 /dev-java/jbcrypt | |
parent | dev-java/jaxws-api: dekeyword arm (diff) | |
download | gentoo-5c63a6bd3464836699843223c1da36a9e09b77d8.tar.gz gentoo-5c63a6bd3464836699843223c1da36a9e09b77d8.tar.bz2 gentoo-5c63a6bd3464836699843223c1da36a9e09b77d8.zip |
dev-java/jbcrypt: 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/jbcrypt')
-rw-r--r-- | dev-java/jbcrypt/jbcrypt-0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/jbcrypt/jbcrypt-0.4.ebuild b/dev-java/jbcrypt/jbcrypt-0.4.ebuild index 67f22649a8e5..9726e931a1a1 100644 --- a/dev-java/jbcrypt/jbcrypt-0.4.ebuild +++ b/dev-java/jbcrypt/jbcrypt-0.4.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 @@ HOMEPAGE="https://www.mindrot.org/projects/jBCrypt" SRC_URI="https://www.mindrot.org/files/jBCrypt/jBCrypt-${PV}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 ~x86" DEPEND=">=virtual/jdk-1.8:*" RDEPEND=">=virtual/jre-1.8:*" |