summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJory Pratt <anarchy@gentoo.org>2006-06-15 00:55:02 +0000
committerJory Pratt <anarchy@gentoo.org>2006-06-15 00:55:02 +0000
commitc273b7a4f590e1fd4116ffcfe715b9a139d294b5 (patch)
tree20d79447109036ca518ab6fb829e82bfb859f558 /mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.4.ebuild
parentTwo silent changes: add a script for generating dhparam, and a Makefile for h... (diff)
downloadhistorical-c273b7a4f590e1fd4116ffcfe715b9a139d294b5.tar.gz
historical-c273b7a4f590e1fd4116ffcfe715b9a139d294b5.tar.bz2
historical-c273b7a4f590e1fd4116ffcfe715b9a139d294b5.zip
dep correction
Package-Manager: portage-2.1
Diffstat (limited to 'mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.4.ebuild')
-rw-r--r--mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.4.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.4.ebuild b/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.4.ebuild
index 24e508c6a567..21e69ee252ea 100644
--- a/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.4.ebuild
+++ b/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.4.ebuild,v 1.5 2006/06/06 17:05:58 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.4.ebuild,v 1.6 2006/06/15 00:55:02 anarchy Exp $
unset ALLOWED_FLAGS # stupid extra-functions.sh ... bug 49179
inherit flag-o-matic toolchain-funcs eutils mozconfig-2 mozilla-launcher makeedit multilib autotools
@@ -20,7 +20,8 @@ IUSE="ldap crypt"
RDEPEND=">=www-client/mozilla-launcher-1.39
>=dev-libs/nss-3.10
- >=dev-libs/nspr-4.6.1"
+ >=dev-libs/nspr-4.6.1
+ ~sys-devel/autoconf-2.13"
PDEPEND="crypt? ( x11-plugins/enigmail ) "
@@ -55,8 +56,7 @@ src_unpack() {
${S}/security/coreconf/arch.mk
fi
- WANT_AUTOCONF="2.13" \
- WANT_AUTOMAKE="2.13" \
+ WANT_AUTOCONF="2.1" \
eautoreconf || die "failed running autoreconf"
}