diff options
author | 2011-09-16 19:35:05 +0000 | |
---|---|---|
committer | 2011-09-16 19:35:05 +0000 | |
commit | e2711b2866d427fd17e27df01040c731fe083a08 (patch) | |
tree | e02969281d9c98a627e60e5dc22066092eccbc98 /dev-java/netbeans-apisupport/netbeans-apisupport-7.0.1.ebuild | |
parent | Correct the LICENSEs. (diff) | |
download | gentoo-2-e2711b2866d427fd17e27df01040c731fe083a08.tar.gz gentoo-2-e2711b2866d427fd17e27df01040c731fe083a08.tar.bz2 gentoo-2-e2711b2866d427fd17e27df01040c731fe083a08.zip |
dev-java/netbeans-apisupport: fixed jdk dependency
(Portage version: 2.1.10.18/cvs/Linux x86_64)
Diffstat (limited to 'dev-java/netbeans-apisupport/netbeans-apisupport-7.0.1.ebuild')
-rw-r--r-- | dev-java/netbeans-apisupport/netbeans-apisupport-7.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/netbeans-apisupport/netbeans-apisupport-7.0.1.ebuild b/dev-java/netbeans-apisupport/netbeans-apisupport-7.0.1.ebuild index f700e46f1778..e492f274eff4 100644 --- a/dev-java/netbeans-apisupport/netbeans-apisupport-7.0.1.ebuild +++ b/dev-java/netbeans-apisupport/netbeans-apisupport-7.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/netbeans-apisupport/netbeans-apisupport-7.0.1.ebuild,v 1.1 2011/08/05 09:48:26 fordfrog Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/netbeans-apisupport/netbeans-apisupport-7.0.1.ebuild,v 1.2 2011/09/16 19:35:05 fordfrog Exp $ EAPI="4" WANT_ANT_TASKS="ant-nodeps" @@ -21,7 +21,7 @@ CDEPEND="~dev-java/netbeans-harness-${PV} ~dev-java/netbeans-ide-${PV} ~dev-java/netbeans-java-${PV} ~dev-java/netbeans-platform-${PV}" -DEPEND=">=virtual/jdk-1.6 +DEPEND="virtual/jdk:1.6 app-arch/unzip ${CDEPEND} dev-java/javahelp:0" |