summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-11-01 01:20:48 +0000
committerMike Frysinger <vapier@gentoo.org>2004-11-01 01:20:48 +0000
commit0c5bad640f12e539b7c67b615375aee8787fbeeb (patch)
treecbb964be4dfda6ee2cd78c474ccdf8bbdcbc29f2 /net-www
parentold (Manifest recommit) (diff)
downloadgentoo-2-0c5bad640f12e539b7c67b615375aee8787fbeeb.tar.gz
gentoo-2-0c5bad640f12e539b7c67b615375aee8787fbeeb.tar.bz2
gentoo-2-0c5bad640f12e539b7c67b615375aee8787fbeeb.zip
stop using old WANT_AUTOTOOL_#_# syntax
Diffstat (limited to 'net-www')
-rw-r--r--net-www/mozilla/mozilla-1.7-r1.ebuild4
-rw-r--r--net-www/mozilla/mozilla-1.7.2-r1.ebuild4
-rw-r--r--net-www/mozilla/mozilla-1.7.ebuild4
3 files changed, 6 insertions, 6 deletions
diff --git a/net-www/mozilla/mozilla-1.7-r1.ebuild b/net-www/mozilla/mozilla-1.7-r1.ebuild
index e1cbd9e3ccac..fceb9c94c8e1 100644
--- a/net-www/mozilla/mozilla-1.7-r1.ebuild
+++ b/net-www/mozilla/mozilla-1.7-r1.ebuild
@@ -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/net-www/mozilla/mozilla-1.7-r1.ebuild,v 1.6 2004/09/09 17:31:32 brad Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.7-r1.ebuild,v 1.7 2004/11/01 01:17:29 vapier Exp $
IUSE="java crypt ipv6 gtk2 ssl ldap gnome debug xinerama xprint"
# Internal USE flags that I do not really want to advertise ...
@@ -123,7 +123,7 @@ src_unpack() {
echo "${PV%_*}" >> config/milestone.txt # add version line
fi
- WANT_AUTOCONF_2_1=1 autoconf &> /dev/null
+ WANT_AUTOCONF=2.1 autoconf &> /dev/null
# Unpack the enigmail plugin
if use crypt && ! use moznomail; then
diff --git a/net-www/mozilla/mozilla-1.7.2-r1.ebuild b/net-www/mozilla/mozilla-1.7.2-r1.ebuild
index 73c792a59dbf..5d3c2612c83e 100644
--- a/net-www/mozilla/mozilla-1.7.2-r1.ebuild
+++ b/net-www/mozilla/mozilla-1.7.2-r1.ebuild
@@ -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/net-www/mozilla/mozilla-1.7.2-r1.ebuild,v 1.3 2004/09/09 17:31:32 brad Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.7.2-r1.ebuild,v 1.4 2004/11/01 01:17:29 vapier Exp $
unset ALLOWED_FLAGS # stupid extra-functions.sh ... bug 49179
inherit flag-o-matic gcc eutils nsplugins mozilla-launcher mozilla makeedit
@@ -57,7 +57,7 @@ src_unpack() {
# <azarah@gentoo.org> (23 Feb 2003)
epatch ${FILESDIR}/1.3/${PN}-1.3-fix-RAW-target.patch
- WANT_AUTOCONF_2_1=1 autoconf || die
+ WANT_AUTOCONF=2.1 autoconf || die
# Unpack the enigmail plugin
if use crypt && ! use moznomail; then
diff --git a/net-www/mozilla/mozilla-1.7.ebuild b/net-www/mozilla/mozilla-1.7.ebuild
index 0de44e7f7ad9..e89aed7f7c40 100644
--- a/net-www/mozilla/mozilla-1.7.ebuild
+++ b/net-www/mozilla/mozilla-1.7.ebuild
@@ -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/net-www/mozilla/mozilla-1.7.ebuild,v 1.14 2004/09/09 17:31:32 brad Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.7.ebuild,v 1.15 2004/11/01 01:17:29 vapier Exp $
IUSE="java crypt ipv6 gtk2 ssl ldap gnome debug xinerama xprint"
# Internal USE flags that I do not really want to advertise ...
@@ -121,7 +121,7 @@ src_unpack() {
echo "${PV%_*}" >> config/milestone.txt # add version line
fi
- WANT_AUTOCONF_2_1=1 autoconf &> /dev/null
+ WANT_AUTOCONF=2.1 autoconf &> /dev/null
# Unpack the enigmail plugin
if use crypt && ! use moznomail; then