summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2005-09-20 14:54:05 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2005-09-20 14:54:05 +0000
commit7ba82a96ad20e8d94e50c8cadc0a28f3a0738059 (patch)
tree591a6a286ae6ad26ac7b8aafc583b04fa90424d1 /games-board/ggz-gtk-games/ggz-gtk-games-0.0.9.ebuild
parentUpdated mono dependency, bug #106640. Thanks to Frederick Martin. (diff)
downloadgentoo-2-7ba82a96ad20e8d94e50c8cadc0a28f3a0738059.tar.gz
gentoo-2-7ba82a96ad20e8d94e50c8cadc0a28f3a0738059.tar.bz2
gentoo-2-7ba82a96ad20e8d94e50c8cadc0a28f3a0738059.zip
Removed gtk2 flag per bug #106560.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'games-board/ggz-gtk-games/ggz-gtk-games-0.0.9.ebuild')
-rw-r--r--games-board/ggz-gtk-games/ggz-gtk-games-0.0.9.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/games-board/ggz-gtk-games/ggz-gtk-games-0.0.9.ebuild b/games-board/ggz-gtk-games/ggz-gtk-games-0.0.9.ebuild
index 41f6f1d02f9f..cf9e98bc6bde 100644
--- a/games-board/ggz-gtk-games/ggz-gtk-games-0.0.9.ebuild
+++ b/games-board/ggz-gtk-games/ggz-gtk-games-0.0.9.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-board/ggz-gtk-games/ggz-gtk-games-0.0.9.ebuild,v 1.2 2005/06/15 18:19:30 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/ggz-gtk-games/ggz-gtk-games-0.0.9.ebuild,v 1.3 2005/09/20 14:54:05 wolf31o2 Exp $
DESCRIPTION="These are the gtk versions of the games made by GGZ Gaming Zone"
HOMEPAGE="http://ggz.sourceforge.net/"
@@ -9,15 +9,13 @@ SRC_URI="http://ftp.ggzgamingzone.org/pub/ggz/${PV}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~ppc ~x86"
-IUSE="gtk2"
+IUSE=""
DEPEND=">=games-board/ggz-gtk-client-${PV}
- gtk2? ( =x11-libs/gtk+-2* )
- !gtk2? ( =x11-libs/gtk+-1* )"
+ =x11-libs/gtk+-2*"
src_compile() {
myconf="--enable-gtk2"
- use gtk2 || myconf="--enable-gtk"
econf ${myconf} || die
make || die