dep correction
authorJory Pratt <anarchy@gentoo.org>
Thu, 15 Jun 2006 00:55:02 +0000 (00:55 +0000)
committerJory Pratt <anarchy@gentoo.org>
Thu, 15 Jun 2006 00:55:02 +0000 (00:55 +0000)
Package-Manager: portage-2.1

mail-client/mozilla-thunderbird/Manifest
mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.4.ebuild

index b4db667db52c6c9a130b6785f896f1a28d76d296..1abb2072358a70cc2ff53cf92cb07b4ad2e472ec 100644 (file)
@@ -76,10 +76,10 @@ EBUILD mozilla-thunderbird-1.0.7.ebuild 5632 RMD160 8bd50c2ff4f286eb3d8712bfe438
 MD5 55697b53bd932c2ea9c20d3d5e3b771e mozilla-thunderbird-1.0.7.ebuild 5632
 RMD160 8bd50c2ff4f286eb3d8712bfe438ec9c9ef17864 mozilla-thunderbird-1.0.7.ebuild 5632
 SHA256 72668acde3d6f126b387f99b6ec45e23721618b4d1cd96dc728165d2f9a288c0 mozilla-thunderbird-1.0.7.ebuild 5632
-EBUILD mozilla-thunderbird-1.5.0.4.ebuild 5824 RMD160 e0677a29759ba5bd3503e0aa7aba054e46d91204 SHA1 85f5d40591131f24e117b5fbbb0a887d5e83d219 SHA256 74575b8e7f3a1ad4d9ccfe6c205cbf98e7f04dfcea82566657a836f656ee51e7
-MD5 6f0d09c9f5d40e5e71248213687cb8f9 mozilla-thunderbird-1.5.0.4.ebuild 5824
-RMD160 e0677a29759ba5bd3503e0aa7aba054e46d91204 mozilla-thunderbird-1.5.0.4.ebuild 5824
-SHA256 74575b8e7f3a1ad4d9ccfe6c205cbf98e7f04dfcea82566657a836f656ee51e7 mozilla-thunderbird-1.5.0.4.ebuild 5824
+EBUILD mozilla-thunderbird-1.5.0.4.ebuild 5823 RMD160 c93b2e474b98020fedacad4d421bd8163468c513 SHA1 913afcf524c47420efacf3d6ba881c05d2bad8a2 SHA256 3192ba4c50db98ae13b878a935310a2cb6a6b2ac270ae1229c8f78696235efcb
+MD5 f284aea97bdada9e175a375b606c87e7 mozilla-thunderbird-1.5.0.4.ebuild 5823
+RMD160 c93b2e474b98020fedacad4d421bd8163468c513 mozilla-thunderbird-1.5.0.4.ebuild 5823
+SHA256 3192ba4c50db98ae13b878a935310a2cb6a6b2ac270ae1229c8f78696235efcb mozilla-thunderbird-1.5.0.4.ebuild 5823
 MISC ChangeLog 18782 RMD160 1c1dede298ab556dc4ceaf9c088f00c53b6d1f21 SHA1 27f25d6291c902fe2e7fe70bf7b2461b762db17c SHA256 6025d93a06d30833d892932acdf6de94f7f9eb5a55dae04fea99d7514f3009b2
 MD5 a8d8fa4242c62ac50e6d3ffe95276fe7 ChangeLog 18782
 RMD160 1c1dede298ab556dc4ceaf9c088f00c53b6d1f21 ChangeLog 18782
index 24e508c6a56713d0d2ea9d7d1eb95d7683411cd7..21e69ee252ea51ec24db45ef34eb9be65756606a 100644 (file)
@@ -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"
 }