commit: 4cd85c6a4f8e891c33261b9c1ec2e7a13fd01e88
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 24 13:44:27 2016 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Jan 24 13:44:27 2016 +0000
URL: https://gitweb.gentoo.org/proj/java.git/commit/?id=4cd85c6a
dev-java/icedtea: Remove some ant leftovers from v3
Package-Manager: portage-2.2.27
dev-java/icedtea/icedtea-3.0.0_pre07-r2.ebuild | 7 -------
1 file changed, 7 deletions(-)
diff --git a/dev-java/icedtea/icedtea-3.0.0_pre07-r2.ebuild
b/dev-java/icedtea/icedtea-3.0.0_pre07-r2.ebuild
index 62170aa..909a568 100644
--- a/dev-java/icedtea/icedtea-3.0.0_pre07-r2.ebuild
+++ b/dev-java/icedtea/icedtea-3.0.0_pre07-r2.ebuild
@@ -129,7 +129,6 @@ RDEPEND="${COMMON_DEP}
)
selinux? ( sec-policy/selinux-java )"
-# Only ant-core-1.8.1 has fixed ant -diagnostics when xerces+xalan are not
present.
# ca-certificates, perl and openssl are used for the cacerts keystore
generation
# xext headers have two variants depending on version - bug #288855
# autoconf - as long as we use eautoreconf, version restrictions for bug
#294918
@@ -302,12 +301,6 @@ src_configure() {
}
src_compile() {
- # Would use GENTOO_VM otherwise.
- export ANT_RESPECT_JAVA_HOME=TRUE
-
- # With ant >=1.8.2 all required tasks are part of ant-core
- export ANT_TASKS="none"
-
emake
}