summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJory Pratt <anarchy@gentoo.org>2006-02-01 22:23:50 +0000
committerJory Pratt <anarchy@gentoo.org>2006-02-01 22:23:50 +0000
commit192ba456e46c8f6255ea8fc5a16377f4be581d9e (patch)
tree36fe0ce38a0127eb8890e210fdadd812c2804bcf /mail-client/mozilla-thunderbird
parentbug fixes, nss/nspr system changes (diff)
downloadgentoo-2-192ba456e46c8f6255ea8fc5a16377f4be581d9e.tar.gz
gentoo-2-192ba456e46c8f6255ea8fc5a16377f4be581d9e.tar.bz2
gentoo-2-192ba456e46c8f6255ea8fc5a16377f4be581d9e.zip
small changes in 1.5-r1
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'mail-client/mozilla-thunderbird')
-rw-r--r--mail-client/mozilla-thunderbird/Manifest6
-rw-r--r--mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5-r1.ebuild8
2 files changed, 9 insertions, 5 deletions
diff --git a/mail-client/mozilla-thunderbird/Manifest b/mail-client/mozilla-thunderbird/Manifest
index 8227059636a4..76e194ef0a02 100644
--- a/mail-client/mozilla-thunderbird/Manifest
+++ b/mail-client/mozilla-thunderbird/Manifest
@@ -79,9 +79,9 @@ SHA256 ac325d486022d7dda7b935b55288725659b36ceda2b71ea7fb8869aab790ac7a mozilla-
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
-MD5 3761b06a46cbdf3e3121b85e80d42072 mozilla-thunderbird-1.5-r1.ebuild 4747
-RMD160 bb97ecfab818cf48b520e3965a706fca04969e07 mozilla-thunderbird-1.5-r1.ebuild 4747
-SHA256 4407d4eeb131edeffd041af4ba5f887b054bdb38b8d6be15b390fb5d117d844e mozilla-thunderbird-1.5-r1.ebuild 4747
+MD5 619862827c44263ee2f5f99a28015ada mozilla-thunderbird-1.5-r1.ebuild 4874
+RMD160 0f20b5ae83ee595eb8989bd510f14617129b1051 mozilla-thunderbird-1.5-r1.ebuild 4874
+SHA256 1cc14e8861a0543b859d7fe41982b56812adc58257b0a649f90415ed96ea34d7 mozilla-thunderbird-1.5-r1.ebuild 4874
MD5 51c5ba513cf3d2726c09d6981e922299 mozilla-thunderbird-1.5.ebuild 5760
RMD160 f532d9a7838e3310b85ac19720b5979adaf181ab mozilla-thunderbird-1.5.ebuild 5760
SHA256 65edb632fc9feb8c6fe6668564ccf1f18422f2e948da0f5c585d6c24cd8a59e9 mozilla-thunderbird-1.5.ebuild 5760
diff --git a/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5-r1.ebuild b/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5-r1.ebuild
index c9c7ca017f09..629f3c3350d9 100644
--- a/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5-r1.ebuild
+++ b/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5-r1.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-r1.ebuild,v 1.1 2006/02/01 22:21:18 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5-r1.ebuild,v 1.2 2006/02/01 22:23:50 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
@@ -18,7 +18,9 @@ SLOT="0"
LICENSE="MPL-1.1 NPL-1.1"
IUSE="ldap crypt"
-RDEPEND=">=www-client/mozilla-launcher-1.39"
+RDEPEND=">=www-client/mozilla-launcher-1.39
+ >=dev-libs/nss-3.10
+ >=dev-libs/nspr-4.6.1"
PDEPEND="crypt? ( x11-plugins/enigmail ) "
@@ -76,6 +78,8 @@ src_compile() {
mozconfig_annotate '' --enable-extensions=default
mozconfig_annotate '' --with-default-mozilla-five-home=${MOZILLA_FIVE_HOME}
mozconfig_annotate '' --with-user-appdir=.thunderbird
+ mozconfig_annotate '' --with-system-nspr
+ mozconfig_annotate '' --with-system-nss
# Finalize and report settings
mozconfig_final