summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-03-28 07:05:10 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-03-28 07:05:10 +0000
commit306716e2a46dd6ed744a8e4de31dd3925ac33a67 (patch)
tree1e0088e02c365aaa150c8b89e5e55cd70ab6058b /games-strategy
parentversion bump (bug #45388) (Manifest recommit) (diff)
downloadgentoo-2-306716e2a46dd6ed744a8e4de31dd3925ac33a67.tar.gz
gentoo-2-306716e2a46dd6ed744a8e4de31dd3925ac33a67.tar.bz2
gentoo-2-306716e2a46dd6ed744a8e4de31dd3925ac33a67.zip
remove unused sdl from IUSE
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/freeciv/ChangeLog5
-rw-r--r--games-strategy/freeciv/freeciv-1.14.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/games-strategy/freeciv/ChangeLog b/games-strategy/freeciv/ChangeLog
index ef9d46ad5071..82547f279e9c 100644
--- a/games-strategy/freeciv/ChangeLog
+++ b/games-strategy/freeciv/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-strategy/freeciv
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v 1.12 2004/03/19 09:52:04 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v 1.13 2004/03/28 07:05:10 mr_bones_ Exp $
+
+ 27 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> freeciv-1.14.1.ebuild:
+ remove unused sdl from IUSE
19 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> freeciv-1.14.1.ebuild:
fix ugly depend screw up with readline
diff --git a/games-strategy/freeciv/freeciv-1.14.1.ebuild b/games-strategy/freeciv/freeciv-1.14.1.ebuild
index 5481ec721196..e7643c243757 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.9 2004/03/19 09:52:04 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-1.14.1.ebuild,v 1.10 2004/03/28 07:05:10 mr_bones_ Exp $
inherit games
@@ -14,7 +14,7 @@ SRC_URI="ftp://ftp.freeciv.org/freeciv/stable/${MY_P}.tar.bz2
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ppc sparc amd64"
-IUSE="X Xaw3d gtk gtk2 sdl nls readline"
+IUSE="X Xaw3d gtk gtk2 nls readline"
RDEPEND="X? ( virtual/x11 )
Xaw3d? ( x11-libs/Xaw3d )