mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-java/qdox: remove src_prepare() from the ebuild
Closes: https://bugs.gentoo.org/977600 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Part-of: https://codeberg.org/gentoo/gentoo/pulls/1178 Merges: https://codeberg.org/gentoo/gentoo/pulls/1178 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
996b6f599e
commit
56cc4f7a3a
@@ -39,11 +39,6 @@ JAVA_TEST_GENTOO_CLASSPATH="asm assertj-core junit-5 mockito"
|
||||
JAVA_TEST_RESOURCE_DIRS="src/test/resources"
|
||||
JAVA_TEST_SRC_DIR="src/test/java"
|
||||
|
||||
src_prepare() {
|
||||
default # bug #780585
|
||||
java-pkg-2_src_prepare
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
einfo "Running jflex"
|
||||
"$(java-config -J)" -cp "$(java-pkg_getjars --build-only jflex):$(java-pkg_getjars --build-only javacup)" \
|
||||
|
||||
Reference in New Issue
Block a user