summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/thunderbird/ChangeLog8
-rw-r--r--mail-client/thunderbird/thunderbird-3.1.1-r2.ebuild (renamed from mail-client/thunderbird/thunderbird-3.1.1-r1.ebuild)8
2 files changed, 11 insertions, 5 deletions
diff --git a/mail-client/thunderbird/ChangeLog b/mail-client/thunderbird/ChangeLog
index 96b2e0b11bae..e3ae70925c77 100644
--- a/mail-client/thunderbird/ChangeLog
+++ b/mail-client/thunderbird/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for mail-client/thunderbird
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/ChangeLog,v 1.21 2010/07/31 21:42:20 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/ChangeLog,v 1.22 2010/08/01 16:07:26 anarchy Exp $
+
+*thunderbird-3.1.1-r2 (01 Aug 2010)
+
+ 01 Aug 2010; Jory A. Pratt <anarchy@gentoo.org>
+ -thunderbird-3.1.1-r1.ebuild, +thunderbird-3.1.1-r2.ebuild:
+ Fix bug #325469, new useflag to control printing support
*thunderbird-3.1.1-r1 (31 Jul 2010)
diff --git a/mail-client/thunderbird/thunderbird-3.1.1-r1.ebuild b/mail-client/thunderbird/thunderbird-3.1.1-r2.ebuild
index 7f643937adc6..2681b88e623f 100644
--- a/mail-client/thunderbird/thunderbird-3.1.1-r1.ebuild
+++ b/mail-client/thunderbird/thunderbird-3.1.1-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/thunderbird-3.1.1-r1.ebuild,v 1.1 2010/07/31 21:42:20 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/thunderbird-3.1.1-r2.ebuild,v 1.1 2010/08/01 16:07:26 anarchy Exp $
EAPI="3"
WANT_AUTOCONF="2.1"
@@ -22,7 +22,7 @@ HOMEPAGE="http://www.mozilla.com/en-US/thunderbird/"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
SLOT="0"
LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )"
-IUSE="alsa ldap crypt bindist libnotify lightning mozdom system-sqlite wifi"
+IUSE="+alsa ldap +cups +crypt bindist libnotify +lightning mozdom system-sqlite wifi"
PATCH="${PN}-3.1-patches-0.2"
REL_URI="http://releases.mozilla.org/pub/mozilla.org/${PN}/releases"
@@ -51,12 +51,11 @@ RDEPEND=">=sys-devel/binutils-2.16.1
>=app-text/hunspell-1.2
x11-libs/cairo[X]
x11-libs/pango[X]
-
alsa? ( media-libs/alsa-lib )
libnotify? ( >=x11-libs/libnotify-0.4 )
system-sqlite? ( >=dev-db/sqlite-3.6.22-r2[fts3,secure-delete] )
wifi? ( net-wireless/wireless-tools )
-
+ cups? ( net-print/cups[gnutls] )
!x11-plugins/lightning"
PDEPEND="crypt? ( >=x11-plugins/enigmail-1.1 )"
@@ -162,6 +161,7 @@ src_configure() {
mozconfig_use_enable !bindist official-branding
mozconfig_use_enable alsa ogg
mozconfig_use_enable alsa wave
+ mozconfig_use_enable cups printing
# Bug #72667
if use mozdom; then