diff options
-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:*" |