diff options
author | Thomas Matthijs <axxo@gentoo.org> | 2005-07-08 10:52:58 +0000 |
---|---|---|
committer | Thomas Matthijs <axxo@gentoo.org> | 2005-07-08 10:52:58 +0000 |
commit | e7a6564726a1620e28a46fce76e138deab7d83ec (patch) | |
tree | 17dad8406c8e1b8c46ab72d1b73745916c118aeb /dev-java | |
parent | New version: 2.8.5. Removing obsolete ebuilds/patches. (diff) | |
download | gentoo-2-e7a6564726a1620e28a46fce76e138deab7d83ec.tar.gz gentoo-2-e7a6564726a1620e28a46fce76e138deab7d83ec.tar.bz2 gentoo-2-e7a6564726a1620e28a46fce76e138deab7d83ec.zip |
fix ant dep
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/tagunit/tagunit-1.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/tagunit/tagunit-1.0.1.ebuild b/dev-java/tagunit/tagunit-1.0.1.ebuild index c9afea646cb7..50dd08628838 100644 --- a/dev-java/tagunit/tagunit-1.0.1.ebuild +++ b/dev-java/tagunit/tagunit-1.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/tagunit/tagunit-1.0.1.ebuild,v 1.9 2005/04/30 21:17:18 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/tagunit/tagunit-1.0.1.ebuild,v 1.10 2005/07/08 10:52:58 axxo Exp $ inherit java-pkg @@ -15,7 +15,7 @@ IUSE="doc jikes source" DEPEND=">=virtual/jdk-1.3 app-arch/unzip - dev-java/ant-core + >=dev-java/ant-core-1.6 jikes? ( >=dev-java/jikes-1.17 ) source? ( app-arch/zip )" RDEPEND=">=virtual/jdk-1.3 |