diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-09-20 14:49:59 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-09-20 14:49:59 +0000 |
commit | 1f7b282150261c2784ac095c0effd5b3aa1c6fff (patch) | |
tree | ec19d435aa7c069ca9d621fafc74979bcbca1208 /games-util | |
parent | remove gtk2 use flag (diff) | |
download | gentoo-2-1f7b282150261c2784ac095c0effd5b3aa1c6fff.tar.gz gentoo-2-1f7b282150261c2784ac095c0effd5b3aa1c6fff.tar.bz2 gentoo-2-1f7b282150261c2784ac095c0effd5b3aa1c6fff.zip |
sync IUSE
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/gamepick/gamepick-0.30.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-util/gamepick/gamepick-0.30.ebuild b/games-util/gamepick/gamepick-0.30.ebuild index 859311222d54..8cd7a1bba782 100644 --- a/games-util/gamepick/gamepick-0.30.ebuild +++ b/games-util/gamepick/gamepick-0.30.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-util/gamepick/gamepick-0.30.ebuild,v 1.3 2005/08/23 20:38:26 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/gamepick/gamepick-0.30.ebuild,v 1.4 2005/09/20 14:49:59 mr_bones_ Exp $ inherit eutils games @@ -11,7 +11,7 @@ SRC_URI="http://www.rillion.net/gamepick/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -IUSE="gtk2" +IUSE="" DEPEND="=x11-libs/gtk+-2*" |