diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-03-16 17:26:39 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-03-16 17:26:39 +0000 |
commit | af04cdf053c955bf0e63940d4fa063149140ef13 (patch) | |
tree | 3662fc9ecf04b46b8ce402de848176c1715eddcf /games-strategy/freeciv | |
parent | Version bump, closes #44580. (diff) | |
download | gentoo-2-af04cdf053c955bf0e63940d4fa063149140ef13.tar.gz gentoo-2-af04cdf053c955bf0e63940d4fa063149140ef13.tar.bz2 gentoo-2-af04cdf053c955bf0e63940d4fa063149140ef13.zip |
fix DEPEND/RDEPEND #44816
Diffstat (limited to 'games-strategy/freeciv')
-rw-r--r-- | games-strategy/freeciv/freeciv-1.14.1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games-strategy/freeciv/freeciv-1.14.1.ebuild b/games-strategy/freeciv/freeciv-1.14.1.ebuild index 440f9f072183..fb6ef7248edd 100644 --- a/games-strategy/freeciv/freeciv-1.14.1.ebuild +++ b/games-strategy/freeciv/freeciv-1.14.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-1.14.1.ebuild,v 1.7 2004/02/03 19:22:08 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-1.14.1.ebuild,v 1.8 2004/03/16 17:26:16 vapier Exp $ inherit games @@ -13,11 +13,10 @@ SRC_URI="ftp://ftp.freeciv.org/freeciv/stable/${MY_P}.tar.bz2 LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc sparc amd64" +KEYWORDS="x86 ppc sparc amd64" IUSE="X Xaw3d gtk gtk2 sdl nls readline" -RDEPEND=" - X? ( virtual/x11 ) +RDEPEND="X? ( virtual/x11 ) Xaw3d? ( x11-libs/Xaw3d ) readline ( sys-libs/readline ) >=sys-devel/bison-1.35 |