diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-07-07 11:55:54 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-07-07 11:55:54 +0000 |
commit | 280bb55e8d6df03153cabcb05dedffe265c965a4 (patch) | |
tree | c6749e8889ddfbfef7477bf860e1c02d366acbb9 /x11-misc/gwhere | |
parent | sync IUSE (-debug) (diff) | |
download | gentoo-2-280bb55e8d6df03153cabcb05dedffe265c965a4.tar.gz gentoo-2-280bb55e8d6df03153cabcb05dedffe265c965a4.tar.bz2 gentoo-2-280bb55e8d6df03153cabcb05dedffe265c965a4.zip |
sync IUSE (+gtk)
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'x11-misc/gwhere')
-rw-r--r-- | x11-misc/gwhere/gwhere-0.1.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/gwhere/gwhere-0.1.6.ebuild b/x11-misc/gwhere/gwhere-0.1.6.ebuild index 0442a093ec13..358726232824 100644 --- a/x11-misc/gwhere/gwhere-0.1.6.ebuild +++ b/x11-misc/gwhere/gwhere-0.1.6.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/x11-misc/gwhere/gwhere-0.1.6.ebuild,v 1.1 2005/06/17 11:27:46 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gwhere/gwhere-0.1.6.ebuild,v 1.2 2005/07/07 11:55:54 agriffis Exp $ DESCRIPTION="Removable media cataloger made with GTK+" HOMEPAGE="http://www.gwhere.org/" @@ -10,7 +10,7 @@ KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" LICENSE="GPL-2" SLOT="0" -IUSE="nls gtk2" +IUSE="gtk gtk2 nls" DEPEND="!gtk2? ( >=x11-libs/gtk+-1.2 ) gtk2? ( >=x11-libs/gtk+-2 ) |