diff options
author | Sam James <sam@gentoo.org> | 2023-07-18 18:20:07 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-07-18 18:20:07 +0100 |
commit | f4b9ce188f6eaf30f825ab716c45039e2985d2c4 (patch) | |
tree | 04cbadbe5b72b2ae5d0b016f5509596ae69a6377 /dev-java | |
parent | dev-java/identicon: Keyword 1.0 arm64, #906822 (diff) | |
download | gentoo-f4b9ce188f6eaf30f825ab716c45039e2985d2c4.tar.gz gentoo-f4b9ce188f6eaf30f825ab716c45039e2985d2c4.tar.bz2 gentoo-f4b9ce188f6eaf30f825ab716c45039e2985d2c4.zip |
dev-java/jbcrypt: Keyword 0.4 arm64, #906822
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/jbcrypt/jbcrypt-0.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-java/jbcrypt/jbcrypt-0.4.ebuild b/dev-java/jbcrypt/jbcrypt-0.4.ebuild index f86b32344947..4ce6f97059a6 100644 --- a/dev-java/jbcrypt/jbcrypt-0.4.ebuild +++ b/dev-java/jbcrypt/jbcrypt-0.4.ebuild @@ -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 ~x86" +KEYWORDS="amd64 ~arm64 ~x86" DEPEND=">=virtual/jdk-1.8:*" RDEPEND=">=virtual/jre-1.8:*" |