summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2018-03-22 21:18:55 +0000
committerJames Le Cuirot <chewi@gentoo.org>2018-11-12 21:14:12 +0000
commit2c603701e6c909a5e90bb4eb58cd53a191908f75 (patch)
treedd7fe9a59835b862d812819522869b6573416453
parentsys-boot/plymouth-openrc-plugin: EAPI revbump, fixes (diff)
downloadgentoo-2c603701e6c909a5e90bb4eb58cd53a191908f75.tar.gz
gentoo-2c603701e6c909a5e90bb4eb58cd53a191908f75.tar.bz2
gentoo-2c603701e6c909a5e90bb4eb58cd53a191908f75.zip
java-ant-2.eclass: Drop sys-apps/portage build dependency
This comes via java-utils-2.eclass. It originates from 2006 and should arguably have never been added. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
-rw-r--r--eclass/java-ant-2.eclass6
1 files changed, 2 insertions, 4 deletions
diff --git a/eclass/java-ant-2.eclass b/eclass/java-ant-2.eclass
index 8da5971844a0..1fd4feb39134 100644
--- a/eclass/java-ant-2.eclass
+++ b/eclass/java-ant-2.eclass
@@ -56,12 +56,10 @@ if [[ $? != 0 ]]; then
die "java-pkg_ant-tasks-depend() failed"
fi
-# We need some tools from javatoolkit. We also need portage 2.1 for phase hooks
-# and ant dependencies constructed above. Python is there for
-# java-ant_remove-taskdefs
+# We need some tools from javatoolkit. We also need ant dependencies
+# constructed above.
JAVA_ANT_E_DEPEND="${JAVA_ANT_E_DEPEND}
${ANT_TASKS_DEPEND}
- ${JAVA_PKG_PORTAGE_DEP}
>=dev-java/javatoolkit-0.3.0-r2"
# this eclass must be inherited after java-pkg-2 or java-pkg-opt-2