diff options
author | Jory Pratt <anarchy@gentoo.org> | 2010-08-02 16:22:10 +0000 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2010-08-02 16:22:10 +0000 |
commit | cae60d4046b970f4bee4712a5b74f9502cc5981c (patch) | |
tree | 3ff475ff9b8f0d0c1cdae2342d30b6165cefbae0 /mail-client | |
parent | Describe more accurately what the init.d script is doing and not doing. (diff) | |
download | gentoo-2-cae60d4046b970f4bee4712a5b74f9502cc5981c.tar.gz gentoo-2-cae60d4046b970f4bee4712a5b74f9502cc5981c.tar.bz2 gentoo-2-cae60d4046b970f4bee4712a5b74f9502cc5981c.zip |
Fix patchset to apply double buffer patch
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/thunderbird/ChangeLog | 6 | ||||
-rw-r--r-- | mail-client/thunderbird/thunderbird-3.1.1-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/mail-client/thunderbird/ChangeLog b/mail-client/thunderbird/ChangeLog index bd9e1d687ee5..7b379209abaa 100644 --- a/mail-client/thunderbird/ChangeLog +++ b/mail-client/thunderbird/ChangeLog @@ -1,6 +1,10 @@ # 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.23 2010/08/01 16:25:23 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/ChangeLog,v 1.24 2010/08/02 16:22:10 anarchy Exp $ + + 02 Aug 2010; Jory A. Pratt <anarchy@gentoo.org> + thunderbird-3.1.1-r2.ebuild: + Fix patchset to apply double buffer patch 01 Aug 2010; Raúl Porcel <armin76@gentoo.org> thunderbird-3.1.1-r2.ebuild: diff --git a/mail-client/thunderbird/thunderbird-3.1.1-r2.ebuild b/mail-client/thunderbird/thunderbird-3.1.1-r2.ebuild index 785a46fc82d9..25e199c23853 100644 --- a/mail-client/thunderbird/thunderbird-3.1.1-r2.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-r2.ebuild,v 1.2 2010/08/01 16:25:23 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/thunderbird-3.1.1-r2.ebuild,v 1.3 2010/08/02 16:22:10 anarchy Exp $ EAPI="3" WANT_AUTOCONF="2.1" @@ -23,7 +23,7 @@ KEYWORDS="alpha ~amd64 ~arm ia64 ~ppc ~ppc64 sparc ~x86 ~x86-fbsd ~amd64-linux ~ SLOT="0" LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )" IUSE="+alsa ldap +cups +crypt bindist libnotify +lightning mozdom system-sqlite wifi" -PATCH="${PN}-3.1-patches-0.2" +PATCH="${PN}-3.1-patches-0.6" REL_URI="http://releases.mozilla.org/pub/mozilla.org/${PN}/releases" SRC_URI="${REL_URI}/${MY_PV}/source/${MY_P}.source.tar.bz2 |