diff options
author | Jory Pratt <anarchy@gentoo.org> | 2010-10-14 02:09:52 +0000 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2010-10-14 02:09:52 +0000 |
commit | ca52f6b6429f983f47e6c3647029ae9fd28b3f35 (patch) | |
tree | 8420b313d3f6891c51a16f393a21be9fc3585ef1 /mail-client | |
parent | use scons-utils (diff) | |
download | gentoo-2-ca52f6b6429f983f47e6c3647029ae9fd28b3f35.tar.gz gentoo-2-ca52f6b6429f983f47e6c3647029ae9fd28b3f35.tar.bz2 gentoo-2-ca52f6b6429f983f47e6c3647029ae9fd28b3f35.zip |
drop cups useflag/dep making printing always enabled
(Portage version: 2.1.9.17/cvs/Linux x86_64)
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/thunderbird/ChangeLog | 5 | ||||
-rw-r--r-- | mail-client/thunderbird/thunderbird-3.1.4.ebuild | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/mail-client/thunderbird/ChangeLog b/mail-client/thunderbird/ChangeLog index adbb66609945..43959ca418e2 100644 --- a/mail-client/thunderbird/ChangeLog +++ b/mail-client/thunderbird/ChangeLog @@ -1,6 +1,9 @@ # 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.38 2010/09/26 17:18:52 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/ChangeLog,v 1.39 2010/10/14 02:09:52 anarchy Exp $ + + 14 Oct 2010; Jory A. Pratt <anarchy@gentoo.org> thunderbird-3.1.4.ebuild: + drop cups useflag/dep making printing always enabled *thunderbird-3.1.4 (26 Sep 2010) diff --git a/mail-client/thunderbird/thunderbird-3.1.4.ebuild b/mail-client/thunderbird/thunderbird-3.1.4.ebuild index 98f345c81f23..6e98acd1c7fa 100644 --- a/mail-client/thunderbird/thunderbird-3.1.4.ebuild +++ b/mail-client/thunderbird/thunderbird-3.1.4.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.4.ebuild,v 1.1 2010/09/26 17:18:52 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/thunderbird-3.1.4.ebuild,v 1.2 2010/10/14 02:09:52 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 +cups bindist libnotify +lightning mozdom system-sqlite wifi" +IUSE="+alsa ldap +crypt bindist libnotify +lightning mozdom system-sqlite wifi" PATCH="${PN}-3.1-patches-1.1" REL_URI="http://releases.mozilla.org/pub/mozilla.org/${PN}/releases" @@ -52,7 +52,6 @@ RDEPEND=">=sys-devel/binutils-2.16.1 x11-libs/cairo[X] x11-libs/pango[X] alsa? ( media-libs/alsa-lib ) - cups? ( net-print/cups ) libnotify? ( >=x11-libs/libnotify-0.4 ) system-sqlite? ( >=dev-db/sqlite-3.6.22-r2[fts3,secure-delete] ) wifi? ( net-wireless/wireless-tools ) @@ -164,7 +163,6 @@ 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 |