diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-10-29 11:33:05 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-10-29 11:33:05 +0000 |
commit | a34b37e150fded2e9dae71c6a24cdbcd0d1bad72 (patch) | |
tree | 9ddcb6c1f608986cfa6d36c371e073f14711f2af | |
parent | drop ugly has_version and epatch combo (diff) | |
download | gentoo-2-a34b37e150fded2e9dae71c6a24cdbcd0d1bad72.tar.gz gentoo-2-a34b37e150fded2e9dae71c6a24cdbcd0d1bad72.tar.bz2 gentoo-2-a34b37e150fded2e9dae71c6a24cdbcd0d1bad72.zip |
Stable on amd64 wrt bug #342847
(Portage version: 2.2.0_alpha2/cvs/Linux x86_64)
-rw-r--r-- | mail-client/thunderbird/ChangeLog | 6 | ||||
-rw-r--r-- | mail-client/thunderbird/thunderbird-3.1.6.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/mail-client/thunderbird/ChangeLog b/mail-client/thunderbird/ChangeLog index 8e0676fa66b5..4a3126438680 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.47 2010/10/29 06:36:27 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/ChangeLog,v 1.48 2010/10/29 11:33:05 hwoarang Exp $ + + 29 Oct 2010; Markos Chandras <hwoarang@gentoo.org> + thunderbird-3.1.6.ebuild: + Stable on amd64 wrt bug #342847 29 Oct 2010; Jeroen Roovers <jer@gentoo.org> thunderbird-3.1.6.ebuild: Stable for PPC (bug #342847). diff --git a/mail-client/thunderbird/thunderbird-3.1.6.ebuild b/mail-client/thunderbird/thunderbird-3.1.6.ebuild index 8ab5dd4999e4..578721f0f295 100644 --- a/mail-client/thunderbird/thunderbird-3.1.6.ebuild +++ b/mail-client/thunderbird/thunderbird-3.1.6.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.6.ebuild,v 1.2 2010/10/29 06:36:27 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/thunderbird-3.1.6.ebuild,v 1.3 2010/10/29 11:33:05 hwoarang Exp $ EAPI="3" WANT_AUTOCONF="2.1" @@ -19,7 +19,7 @@ MY_P="${P/_rc/rc}" DESCRIPTION="Thunderbird Mail Client" HOMEPAGE="http://www.mozilla.com/en-US/thunderbird/" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +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" |