From c3ccc238e426df66b4c7f9779d77592dac807930 Mon Sep 17 00:00:00 2001 From: Aron Griffis Date: Tue, 16 Nov 2004 16:00:29 +0000 Subject: remove IUSE=gtk2 since we only support gtk2 now --- eclass/mozconfig.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eclass') 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" ;; -- cgit v1.2.3-65-gdbad