summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-java/jbcrypt/jbcrypt-0.4.ebuild')
-rw-r--r--dev-java/jbcrypt/jbcrypt-0.4.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-java/jbcrypt/jbcrypt-0.4.ebuild b/dev-java/jbcrypt/jbcrypt-0.4.ebuild
index 164af8eea9a8..cde1c1bd8355 100644
--- a/dev-java/jbcrypt/jbcrypt-0.4.ebuild
+++ b/dev-java/jbcrypt/jbcrypt-0.4.ebuild
@@ -10,8 +10,9 @@ JAVA_TESTING_FRAMEWORKS="junit"
inherit java-pkg-2 java-pkg-simple
DESCRIPTION="Java implementation of OpenBSD's Blowfish password hashing code"
-HOMEPAGE="https://www.mindrot.org/projects/jBCrypt"
+HOMEPAGE="https://www.mindrot.org/projects/jBCrypt/"
SRC_URI="https://www.mindrot.org/files/jBCrypt/jBCrypt-${PV}.tar.gz"
+S="${WORKDIR}/jBCrypt-${PV}"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 ~arm64"
@@ -19,8 +20,6 @@ KEYWORDS="amd64 ~arm64"
DEPEND=">=virtual/jdk-1.8:*"
RDEPEND=">=virtual/jre-1.8:*"
-S="${WORKDIR}/jBCrypt-${PV}"
-
JAVA_SRC_DIR="src"
JAVA_TEST_SRC_DIR="test"
JAVA_TEST_GENTOO_CLASSPATH="junit"