diff options
author | Andreas Schuerch <nativemad@gentoo.org> | 2012-05-02 06:10:44 +0000 |
---|---|---|
committer | Andreas Schuerch <nativemad@gentoo.org> | 2012-05-02 06:10:44 +0000 |
commit | e4e7c8d721f5f8f277a99519b13aebc006e1ccc3 (patch) | |
tree | e8039da873f855853aa3173b0cb5ba96fff06f45 /mail-client | |
parent | Added stubbed function patch to fix building with e2fsprogs-1.42. (diff) | |
download | gentoo-2-e4e7c8d721f5f8f277a99519b13aebc006e1ccc3.tar.gz gentoo-2-e4e7c8d721f5f8f277a99519b13aebc006e1ccc3.tar.bz2 gentoo-2-e4e7c8d721f5f8f277a99519b13aebc006e1ccc3.zip |
x86 stable, see bug 413657. Thanks Mikle Kolyada.
(Portage version: 2.1.10.49/cvs/Linux i686)
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/thunderbird/ChangeLog | 6 | ||||
-rw-r--r-- | mail-client/thunderbird/thunderbird-10.0.4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/mail-client/thunderbird/ChangeLog b/mail-client/thunderbird/ChangeLog index 7521639260fa..d21c5823d2a5 100644 --- a/mail-client/thunderbird/ChangeLog +++ b/mail-client/thunderbird/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-client/thunderbird # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/ChangeLog,v 1.137 2012/04/30 16:57:20 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/ChangeLog,v 1.138 2012/05/02 06:10:44 nativemad Exp $ + + 02 May 2012; Andreas Schuerch <nativemad@gentoo.org> + thunderbird-10.0.4.ebuild: + x86 stable, see bug 413657. Thanks Mikle Kolyada. *thunderbird-12.0.1 (30 Apr 2012) diff --git a/mail-client/thunderbird/thunderbird-10.0.4.ebuild b/mail-client/thunderbird/thunderbird-10.0.4.ebuild index 9a11dbd30901..4491d2ccb06e 100644 --- a/mail-client/thunderbird/thunderbird-10.0.4.ebuild +++ b/mail-client/thunderbird/thunderbird-10.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/thunderbird-10.0.4.ebuild,v 1.2 2012/04/30 12:26:26 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/thunderbird-10.0.4.ebuild,v 1.3 2012/05/02 06:10:44 nativemad Exp $ EAPI="3" WANT_AUTOCONF="2.1" @@ -30,7 +30,7 @@ inherit flag-o-matic toolchain-funcs mozconfig-3 makeedit multilib autotools pax DESCRIPTION="Thunderbird Mail Client" HOMEPAGE="http://www.mozilla.com/en-US/thunderbird/" -KEYWORDS="~alpha amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" SLOT="0" LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )" IUSE="bindist gconf +crashreporter +crypt +ipc +lightning +minimal mozdom +webm" |