diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-11-16 16:00:29 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-11-16 16:00:29 +0000 |
commit | c3ccc238e426df66b4c7f9779d77592dac807930 (patch) | |
tree | b1169134b0dfb68f16b98c3fb550c878de8a7521 /eclass | |
parent | Bump (diff) | |
download | historical-c3ccc238e426df66b4c7f9779d77592dac807930.tar.gz historical-c3ccc238e426df66b4c7f9779d77592dac807930.tar.bz2 historical-c3ccc238e426df66b4c7f9779d77592dac807930.zip |
remove IUSE=gtk2 since we only support gtk2 now
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/mozconfig.eclass | 4 |
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" ;; |