diff options
author | Vlastimil Babka <caster@gentoo.org> | 2008-01-21 21:58:37 +0000 |
---|---|---|
committer | Vlastimil Babka <caster@gentoo.org> | 2008-01-21 21:58:37 +0000 |
commit | a8e6c5f711f0711a9158c444f9128715f01253ff (patch) | |
tree | f0a49c1212902f14e7aaaef56b87092b12e3c980 /games-strategy | |
parent | x86 stable, bug #206736 (diff) | |
download | gentoo-2-a8e6c5f711f0711a9158c444f9128715f01253ff.tar.gz gentoo-2-a8e6c5f711f0711a9158c444f9128715f01253ff.tar.bz2 gentoo-2-a8e6c5f711f0711a9158c444f9128715f01253ff.zip |
Remove dependency on whole dev-java/ant.
(Portage version: 2.1.4)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/freecol/ChangeLog | 7 | ||||
-rw-r--r-- | games-strategy/freecol/freecol-0.5.3.ebuild | 9 |
2 files changed, 10 insertions, 6 deletions
diff --git a/games-strategy/freecol/ChangeLog b/games-strategy/freecol/ChangeLog index 2d488e8a68ca..1919f71eb076 100644 --- a/games-strategy/freecol/ChangeLog +++ b/games-strategy/freecol/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/freecol -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/freecol/ChangeLog,v 1.25 2007/10/27 14:01:55 angelos Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freecol/ChangeLog,v 1.26 2008/01/21 21:58:37 caster Exp $ + + 21 Jan 2008; Vlastimil Babka <caster@gentoo.org> freecol-0.5.3.ebuild: + Remove dependency on whole dev-java/ant. 27 Oct 2007; Christoph Mende <angelos@gentoo.org> freecol-0.7.1.ebuild: Stable on amd64 wrt bug #190643 diff --git a/games-strategy/freecol/freecol-0.5.3.ebuild b/games-strategy/freecol/freecol-0.5.3.ebuild index 6b598ab025ec..288087525431 100644 --- a/games-strategy/freecol/freecol-0.5.3.ebuild +++ b/games-strategy/freecol/freecol-0.5.3.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/freecol/freecol-0.5.3.ebuild,v 1.4 2007/05/25 21:08:28 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freecol/freecol-0.5.3.ebuild,v 1.5 2008/01/21 21:58:37 caster Exp $ + +WANT_ANT_TASKS="ant-nodeps" inherit eutils java-pkg-2 java-ant-2 games @@ -14,8 +16,7 @@ KEYWORDS="amd64 ~ppc x86" IUSE="" RDEPEND=">=virtual/jre-1.5" -DEPEND=">=virtual/jdk-1.5 - dev-java/ant" +DEPEND=">=virtual/jdk-1.5" S=${WORKDIR}/${PN} |