summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Laue <brad@gentoo.org>2003-07-30 17:50:31 +0000
committerBrad Laue <brad@gentoo.org>2003-07-30 17:50:31 +0000
commiteaae568dcd5adec14b3cc3bd5daa746f6ea58dfa (patch)
tree2c4ce77652fbc009a2248a0feefb187ae5ee9af3 /net-www/mozilla
parentadded ~alpha, ~sparc and ~ppc keywords (diff)
downloadgentoo-2-eaae568dcd5adec14b3cc3bd5daa746f6ea58dfa.tar.gz
gentoo-2-eaae568dcd5adec14b3cc3bd5daa746f6ea58dfa.tar.bz2
gentoo-2-eaae568dcd5adec14b3cc3bd5daa746f6ea58dfa.zip
fix mozaccess USE flag
Diffstat (limited to 'net-www/mozilla')
-rw-r--r--net-www/mozilla/Manifest2
-rw-r--r--net-www/mozilla/mozilla-1.4-r2.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/net-www/mozilla/Manifest b/net-www/mozilla/Manifest
index c192c3ea5bbd..935f1928b61e 100644
--- a/net-www/mozilla/Manifest
+++ b/net-www/mozilla/Manifest
@@ -5,8 +5,8 @@ MD5 06de6d313b27b10d540ae810f89a8fec mozilla-1.3-r2.ebuild 16663
MD5 ce23390351fe8020387d93ee29e09a3d metadata.xml 160
MD5 06815eeb4e5cfd06cfb24c5874e17a01 mozilla-1.4-r1.ebuild 16452
MD5 27cf2174fa016adac153572ff3004140 mozilla-1.4.ebuild 16513
-MD5 226e9a227a4d28ee07d29dafdb1ee799 mozilla-1.4-r2.ebuild 16520
MD5 6ba5806d04ae205bf7e02cc1a4e6d834 ChangeLog 19666
+MD5 99dfa9d6491b271579518e35bc6d945d mozilla-1.4-r2.ebuild 16512
MD5 2245cc4f37902e2c6dd188f72874fbb3 files/10mozilla 60
MD5 cf872ecce56e05c488ae7f41b50dec31 files/digest-mozilla-1.0.1-r3 281
MD5 eccaf421f7e91faad5f835cadca4263e files/digest-mozilla-1.1-r1 202
diff --git a/net-www/mozilla/mozilla-1.4-r2.ebuild b/net-www/mozilla/mozilla-1.4-r2.ebuild
index 56beb1c6126a..84ce1edf5580 100644
--- a/net-www/mozilla/mozilla-1.4-r2.ebuild
+++ b/net-www/mozilla/mozilla-1.4-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.4-r2.ebuild,v 1.3 2003/07/26 17:10:00 brad Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.4-r2.ebuild,v 1.4 2003/07/30 17:50:24 brad Exp $
IUSE="java crypt ipv6 gtk2 ssl ldap gnome"
# Internal USE flags that I do not really want to advertise ...
@@ -258,7 +258,7 @@ src_compile() {
then
myext="${myext},xmlterm"
fi
- if [ -n "`use mozaccess-builtin`" ]
+ if [ -n "`use mozaccess`" ]
then
myext="${myext},access-builtin"
fi