diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-03 22:31:26 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-03 22:31:26 +0000 |
commit | a4178ff5c85b03703a3150f05c9a77d9e03f0755 (patch) | |
tree | 77bf19685b59ee30f56b7ccfc66558cb6ae04c6b /games-strategy/freeciv | |
parent | ~amd64 (diff) | |
download | historical-a4178ff5c85b03703a3150f05c9a77d9e03f0755.tar.gz historical-a4178ff5c85b03703a3150f05c9a77d9e03f0755.tar.bz2 historical-a4178ff5c85b03703a3150f05c9a77d9e03f0755.zip |
Fix use invocation
Diffstat (limited to 'games-strategy/freeciv')
-rw-r--r-- | games-strategy/freeciv/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/freeciv/freeciv-1.14.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-strategy/freeciv/ChangeLog b/games-strategy/freeciv/ChangeLog index 82547f279e9c..f28e56eb4a96 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.13 2004/03/28 07:05:10 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v 1.14 2004/06/03 22:23:02 agriffis Exp $ + + 03 Jun 2004; Aron Griffis <agriffis@gentoo.org> freeciv-1.14.1.ebuild: + Fix use invocation 27 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> freeciv-1.14.1.ebuild: remove unused sdl from IUSE diff --git a/games-strategy/freeciv/freeciv-1.14.1.ebuild b/games-strategy/freeciv/freeciv-1.14.1.ebuild index e7643c243757..8aae5de062ee 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.10 2004/03/28 07:05:10 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-1.14.1.ebuild,v 1.11 2004/06/03 22:23:02 agriffis Exp $ inherit games @@ -47,7 +47,7 @@ src_compile() { local myclient="no" use X && myclient="xaw" use Xaw3d && myclient="xaw3d" - if [ `use gtk` ] ; then + if use gtk ; then use gtk2 \ && myclient="gtk-2.0" \ || myclient="gtk" |