summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-11-16 16:00:29 +0000
committerAron Griffis <agriffis@gentoo.org>2004-11-16 16:00:29 +0000
commitf87626cd8db889bf6f58276b458bd095f7c85bc1 (patch)
treecbec87ab3ec0be556b6b2d39da55529c5f7a66d6 /eclass/mozconfig.eclass
parentBump (Manifest recommit) (diff)
downloadgentoo-2-f87626cd8db889bf6f58276b458bd095f7c85bc1.tar.gz
gentoo-2-f87626cd8db889bf6f58276b458bd095f7c85bc1.tar.bz2
gentoo-2-f87626cd8db889bf6f58276b458bd095f7c85bc1.zip
remove IUSE=gtk2 since we only support gtk2 now
Diffstat (limited to 'eclass/mozconfig.eclass')
-rw-r--r--eclass/mozconfig.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/mozconfig.eclass b/eclass/mozconfig.eclass
index 721c1248b703..b2abcba467f8 100644
--- a/eclass/mozconfig.eclass
+++ b/eclass/mozconfig.eclass
@@ -1,13 +1,13 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig.eclass,v 1.2 2004/11/14 03:25:58 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig.eclass,v 1.3 2004/11/16 16:00:29 agriffis Exp $
#
# mozconfig.eclass: the new mozilla.eclass
ECLASS=mozconfig
INHERITED="$INHERITED $ECLASS"
-IUSE="java gnome gtk2 ldap debug xinerama xprint moznoxft"
+IUSE="java gnome ldap debug xinerama xprint moznoxft"
case ${PN} in
mozilla) IUSE="${IUSE} mozdevelop mozxmlterm mozsvg" ;;
*firefox) IUSE="${IUSE} mozdevelop mozxmlterm" ;;