summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-08-09 15:43:54 +0000
committerAron Griffis <agriffis@gentoo.org>2004-08-09 15:43:54 +0000
commit84c0a449e5d2ff471c46a8153848fb1c284f25db (patch)
tree64a7908c4fa725d0ddf9dd3569235b97263093d1 /eclass
parent~amd64 (Manifest recommit) (diff)
downloadgentoo-2-84c0a449e5d2ff471c46a8153848fb1c284f25db.tar.gz
gentoo-2-84c0a449e5d2ff471c46a8153848fb1c284f25db.tar.bz2
gentoo-2-84c0a449e5d2ff471c46a8153848fb1c284f25db.zip
restrict mozplaintext to mozilla and mozilla-thunderbird
Diffstat (limited to 'eclass')
-rw-r--r--eclass/mozilla.eclass6
1 files changed, 4 insertions, 2 deletions
diff --git a/eclass/mozilla.eclass b/eclass/mozilla.eclass
index 994a7efa47ad..13e0c7e8a17b 100644
--- a/eclass/mozilla.eclass
+++ b/eclass/mozilla.eclass
@@ -1,6 +1,6 @@
# 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.9 2004/08/09 15:36:12 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mozilla.eclass,v 1.10 2004/08/09 15:43:54 agriffis Exp $
ECLASS=mozilla
INHERITED="$INHERITED $ECLASS"
@@ -9,7 +9,9 @@ IUSE="java gnome gtk2 ldap debug xinerama xprint"
# Internal USE flags that I do not really want to advertise ...
IUSE="${IUSE} moznoxft"
[[ ${PN} == mozilla || ${PN} == mozilla-firefox ]] && \
- IUSE="${IUSE} mozdevelop mozplaintext mozxmlterm"
+ IUSE="${IUSE} mozdevelop mozxmlterm"
+[[ ${PN} == mozilla || ${PN} == mozilla-thunderbird ]] && \
+ IUSE="${IUSE} mozplaintext"
[[ ${PN} == mozilla ]] && \
IUSE="${IUSE} mozsvg"