diff options
author | Volkmar W. Pogatzki <gentoo@pogatzki.net> | 2024-07-28 21:26:59 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2024-08-01 09:32:11 +0200 |
commit | 40069e31dfc02ce38c2b30ba0ed9544d386521bb (patch) | |
tree | 0fabfcf084dad05c8d68f024e3b578d9168c1870 /eclass | |
parent | dev-libs/blake3: add 1.5.3 (diff) | |
download | gentoo-40069e31dfc02ce38c2b30ba0ed9544d386521bb.tar.gz gentoo-40069e31dfc02ce38c2b30ba0ed9544d386521bb.tar.bz2 gentoo-40069e31dfc02ce38c2b30ba0ed9544d386521bb.zip |
java-utils-2.eclass: etestng use java-pkg_getjars --build-only
Closes: https://bugs.gentoo.org/936812
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/37772/commits/513f82dafdb7874b77da408068e9b2e90bfe0c36
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/java-utils-2.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/java-utils-2.eclass b/eclass/java-utils-2.eclass index 559342068cc0..9c657cc4c1f9 100644 --- a/eclass/java-utils-2.eclass +++ b/eclass/java-utils-2.eclass @@ -1926,7 +1926,7 @@ etestng() { local runner=org.testng.TestNG if [[ ${PN} != testng ]]; then - local cp=$(java-pkg_getjars --with-dependencies testng) + local cp=$(java-pkg_getjars --build-only --with-dependencies testng) else local cp=testng.jar fi |