diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-07-14 07:17:17 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-07-14 07:17:17 +0000 |
commit | 0f2c131a33020e074c4eb895e206b40690b28e0e (patch) | |
tree | 79571fb3305b8532833e0ad0f0076a98076421a3 /games-strategy | |
parent | version bump - ebuild supplied by Thomas Matthijs via bug #96647 (diff) | |
download | gentoo-2-0f2c131a33020e074c4eb895e206b40690b28e0e.tar.gz gentoo-2-0f2c131a33020e074c4eb895e206b40690b28e0e.tar.bz2 gentoo-2-0f2c131a33020e074c4eb895e206b40690b28e0e.zip |
fix dep
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/triplea/triplea-0.6.0.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-strategy/triplea/triplea-0.6.0.1.ebuild b/games-strategy/triplea/triplea-0.6.0.1.ebuild index f5f0dd7b3095..ea3fa0be7e8c 100644 --- a/games-strategy/triplea/triplea-0.6.0.1.ebuild +++ b/games-strategy/triplea/triplea-0.6.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/games-strategy/triplea/triplea-0.6.0.1.ebuild,v 1.1 2005/07/14 07:16:27 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/triplea/triplea-0.6.0.1.ebuild,v 1.2 2005/07/14 07:17:17 mr_bones_ Exp $ inherit java-utils java-pkg games @@ -19,6 +19,7 @@ RDEPEND=">=virtual/jre-1.4 dev-java/backport-util-concurrent" DEPEND=">=virtual/jdk-1.4 + dev-java/ant-core app-arch/unzip jikes? ( >=dev-java/jikes-1.17 ) ${RDEPEND}" |