diff options
author | Florian Schmaus <flow@gentoo.org> | 2023-01-06 18:16:43 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2023-01-06 18:16:43 +0100 |
commit | 81b89e9bca561a1f566b11c0170b7cf7b338aba5 (patch) | |
tree | 4a322a459e8d6a205d6c40b66ed6e1a042655928 | |
parent | gradle.eclass: update (diff) | |
download | java-81b89e9bca561a1f566b11c0170b7cf7b338aba5.tar.gz java-81b89e9bca561a1f566b11c0170b7cf7b338aba5.tar.bz2 java-81b89e9bca561a1f566b11c0170b7cf7b338aba5.zip |
dev-java/openjfx: re-add "unset ANT_HOME"
Signed-off-by: Florian Schmaus <flow@gentoo.org>
-rw-r--r-- | dev-java/openjfx/openjfx-11.0.11_p1.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-java/openjfx/openjfx-11.0.11_p1.ebuild b/dev-java/openjfx/openjfx-11.0.11_p1.ebuild index 8e6908ad..563a9b26 100644 --- a/dev-java/openjfx/openjfx-11.0.11_p1.ebuild +++ b/dev-java/openjfx/openjfx-11.0.11_p1.ebuild @@ -186,6 +186,9 @@ src_configure() { } src_compile() { + # FIXME: build.gradle believes $ANT_HOME/bin/ant shoud exist + unset ANT_HOME + egradle zips $(usex doc "" "--exclude-task javadoc") } |