Skip to content

Commit

Permalink
dev-java/javassist: use hamcrest instead of hamcrest-library
Browse files Browse the repository at this point in the history
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
  • Loading branch information
vaukai committed Dec 24, 2023
1 parent 8690823 commit 3c7cc92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-java/javassist/javassist-3.30.2.ebuild
Expand Up @@ -19,7 +19,7 @@ SLOT="3"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"

DEPEND=">=virtual/jdk-11:*
test? ( dev-java/hamcrest-library:1.3 )"
test? ( dev-java/hamcrest:0 )"

RDEPEND=">=virtual/jre-1.8:*"

Expand All @@ -38,7 +38,7 @@ JAVA_MAIN_CLASS="javassist.CtClass"
JAVA_NEEDS_TOOLS=1
JAVA_SRC_DIR="src/main"

JAVA_TEST_GENTOO_CLASSPATH="hamcrest-library-1.3,junit-4"
JAVA_TEST_GENTOO_CLASSPATH="hamcrest,junit-4"
JAVA_TEST_RESOURCE_DIRS="src/test/resources"
JAVA_TEST_RUN_ONLY="javassist.JvstTest" # pom.xml, line 167
JAVA_TEST_SRC_DIR="src/test"
Expand Down

0 comments on commit 3c7cc92

Please sign in to comment.