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
commit9ef45bee85d20ddcf66b4a47f9ba4b64785b859f (patch)
tree1880134593a34e814988dcc34a2eccd266bdffab /mail-client
parentbug fixes, nss/nspr system changes (diff)
downloadhistorical-9ef45bee85d20ddcf66b4a47f9ba4b64785b859f.tar.gz
historical-9ef45bee85d20ddcf66b4a47f9ba4b64785b859f.tar.bz2
historical-9ef45bee85d20ddcf66b4a47f9ba4b64785b859f.zip
small changes in 1.5-r1
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'mail-client')
-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..f26205958dee 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 175afc2aeb5f8307c42c40aabf360545 mozilla-thunderbird-1.5-r1.ebuild 4874
+RMD160 6371c08eb2c03a0bfb937a3e6aadc9b70ebfc9c8 mozilla-thunderbird-1.5-r1.ebuild 4874
+SHA256 60f7d8cbb510426406bb9dc45041dd588b742bf40aaafb0c8066f9136c085d8c 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