diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-05-13 14:22:15 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-05-13 14:22:15 +0000 |
commit | c7e96f90000e5c582b0652ea553feaf373988362 (patch) | |
tree | dfe79779001cf69ae431e8d62278343c5adc4215 /www-client | |
parent | Add missing WANT_AUTOCONF, bug 177012 (diff) | |
download | gentoo-2-c7e96f90000e5c582b0652ea553feaf373988362.tar.gz gentoo-2-c7e96f90000e5c582b0652ea553feaf373988362.tar.bz2 gentoo-2-c7e96f90000e5c582b0652ea553feaf373988362.zip |
Add missing WANT_AUTOCONF, bug 177012
(Portage version: 2.1.2.7)
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/seamonkey/seamonkey-1.1.1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www-client/seamonkey/seamonkey-1.1.1.ebuild b/www-client/seamonkey/seamonkey-1.1.1.ebuild index b94ac00775ac..c97c4a70f0f8 100644 --- a/www-client/seamonkey/seamonkey-1.1.1.ebuild +++ b/www-client/seamonkey/seamonkey-1.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-1.1.1.ebuild,v 1.14 2007/05/13 14:19:55 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-1.1.1.ebuild,v 1.15 2007/05/13 14:22:15 armin76 Exp $ WANT_AUTOCONF="2.1" @@ -74,8 +74,7 @@ src_unpack() { fi cd ${S} - # Needed by some of the patches - WANT_AUTOCONF=2.1 eautoreconf || die "Failed running eautoreconf" + eautoreconf } src_compile() { |