summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-08-09 02:15:19 +0000
committerAron Griffis <agriffis@gentoo.org>2004-08-09 02:15:19 +0000
commit451713e8c6736207d82f74588c3dc36d56d69642 (patch)
tree46350197ed4331f7ee90ea76f0ac8f0de2c25517 /eclass
parentBump, and remove an older version. (diff)
downloadhistorical-451713e8c6736207d82f74588c3dc36d56d69642.tar.gz
historical-451713e8c6736207d82f74588c3dc36d56d69642.tar.bz2
historical-451713e8c6736207d82f74588c3dc36d56d69642.zip
IUSE="mozdevelop mozplaintext mozxmlterm" only on moz/ff, not tb
Diffstat (limited to 'eclass')
-rw-r--r--eclass/mozilla.eclass7
1 files changed, 5 insertions, 2 deletions
diff --git a/eclass/mozilla.eclass b/eclass/mozilla.eclass
index 725d9f92756f..6e0d03542eaa 100644
--- a/eclass/mozilla.eclass
+++ b/eclass/mozilla.eclass
@@ -1,13 +1,16 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mozilla.eclass,v 1.7 2004/08/08 19:05:11 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mozilla.eclass,v 1.8 2004/08/09 02:15:19 agriffis Exp $
ECLASS=mozilla
INHERITED="$INHERITED $ECLASS"
IUSE="java gnome gtk2 ldap debug xinerama xprint"
# Internal USE flags that I do not really want to advertise ...
-IUSE="${IUSE} mozsvg moznoxft mozdevelop mozplaintext mozxmlterm"
+IUSE="${IUSE} mozsvg moznoxft"
+if [[ ${PN} == mozilla || ${PN} == mozilla-firefox ]]; then
+ IUSE="${IUSE} mozdevelop mozplaintext mozxmlterm"
+fi
RDEPEND="virtual/x11
!moznoxft ( virtual/xft )