diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-07-15 00:51:33 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-07-15 00:51:33 +0000 |
commit | 6335b71476389b5e69a712ebe4b52357a4d3b4af (patch) | |
tree | f3af6c2ddad076a1cc58d49e77aac4b596f9ecb8 /eclass/mozconfig.eclass | |
parent | 068 release (diff) | |
download | gentoo-2-6335b71476389b5e69a712ebe4b52357a4d3b4af.tar.gz gentoo-2-6335b71476389b5e69a712ebe4b52357a4d3b4af.tar.bz2 gentoo-2-6335b71476389b5e69a712ebe4b52357a4d3b4af.zip |
sync IUSE (-java -ldap +ipv6 +truetype)
Diffstat (limited to 'eclass/mozconfig.eclass')
-rw-r--r-- | eclass/mozconfig.eclass | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/eclass/mozconfig.eclass b/eclass/mozconfig.eclass index b6c485cacfe0..6b2edb5b639b 100644 --- a/eclass/mozconfig.eclass +++ b/eclass/mozconfig.eclass @@ -1,15 +1,10 @@ # 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.15 2005/07/11 21:09:50 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig.eclass,v 1.16 2005/07/15 00:51:33 agriffis Exp $ # # mozconfig.eclass: the new mozilla.eclass - -IUSE="java gnome ldap debug xinerama xprint moznoxft" -case ${PN} in - mozilla) IUSE="${IUSE} mozdevelop mozxmlterm mozsvg" ;; - *firefox) IUSE="${IUSE} mozdevelop mozxmlterm" ;; -esac +IUSE="debug gnome ipv6 moznoxft truetype xinerama xprint" RDEPEND="virtual/x11 !moznoxft? ( virtual/xft ) |