diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-03-08 21:17:33 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-03-08 21:39:27 +0100 |
commit | d2cd52c4c066ad5c7868316ed12acd59bdbbe676 (patch) | |
tree | 0e5f0192c615f41884941180403add4f5e737fc0 /dev-lang | |
parent | sci-mathematics/cadabra: enable python 3.11 support for unstable (diff) | |
download | gentoo-d2cd52c4c066ad5c7868316ed12acd59bdbbe676.tar.gz gentoo-d2cd52c4c066ad5c7868316ed12acd59bdbbe676.tar.bz2 gentoo-d2cd52c4c066ad5c7868316ed12acd59bdbbe676.zip |
dev-lang/fuzion: use java-pkg-2
Closes: https://bugs.gentoo.org/898146
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/fuzion/fuzion-0.080.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-lang/fuzion/fuzion-0.080.ebuild b/dev-lang/fuzion/fuzion-0.080.ebuild index fc6bd6f75d82..e5a5527a5bc8 100644 --- a/dev-lang/fuzion/fuzion-0.080.ebuild +++ b/dev-lang/fuzion/fuzion-0.080.ebuild @@ -3,6 +3,8 @@ EAPI=8 +inherit java-pkg-2 + DESCRIPTION="A language with a focus on simplicity, safety and correctness" HOMEPAGE="https://flang.dev/ https://github.com/tokiwa-software/fuzion/" @@ -26,7 +28,6 @@ src_compile () { } src_test() { - unset _JAVA_OPTIONS # Setting _JAVA_OPTIONS causes testsuite failures. emake -j1 run_tests_parallel } |