diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2006-06-04 02:44:24 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2006-06-04 02:44:24 +0000 |
commit | 9f4f1398a4715cedd798e6cdc0591f143a169baa (patch) | |
tree | 3ead5a915160a6aeaa90c8094933e7ca80e34cdd /mail-client/mozilla-thunderbird | |
parent | Marking twisted-web-0.6.0 ppc64 stable as a dep to avahi per Mr Bones request (diff) | |
download | gentoo-2-9f4f1398a4715cedd798e6cdc0591f143a169baa.tar.gz gentoo-2-9f4f1398a4715cedd798e6cdc0591f143a169baa.tar.bz2 gentoo-2-9f4f1398a4715cedd798e6cdc0591f143a169baa.zip |
Stable on x86; bug #135254
(Portage version: 2.1_rc3-r5)
Diffstat (limited to 'mail-client/mozilla-thunderbird')
-rw-r--r-- | mail-client/mozilla-thunderbird/ChangeLog | 6 | ||||
-rw-r--r-- | mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/mail-client/mozilla-thunderbird/ChangeLog b/mail-client/mozilla-thunderbird/ChangeLog index f68e3bcc7a3d..ed4365cd8d58 100644 --- a/mail-client/mozilla-thunderbird/ChangeLog +++ b/mail-client/mozilla-thunderbird/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-client/mozilla-thunderbird # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/ChangeLog,v 1.116 2006/06/03 12:14:12 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/ChangeLog,v 1.117 2006/06/04 02:44:24 halcy0n Exp $ + + 04 Jun 2006; Mark Loeser <halcy0n@gentoo.org> + mozilla-thunderbird-1.5.0.4.ebuild: + Stable on x86; bug #135254 03 Jun 2006; <nixnut@gentoo.org> mozilla-thunderbird-1.5.0.4.ebuild: Stable on ppc; bug #135256 diff --git a/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.4.ebuild b/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.4.ebuild index bad665c79dec..7f1724656a40 100644 --- a/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.4.ebuild +++ b/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.4.ebuild,v 1.3 2006/06/03 12:14:12 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.4.ebuild,v 1.4 2006/06/04 02:44:24 halcy0n Exp $ unset ALLOWED_FLAGS # stupid extra-functions.sh ... bug 49179 inherit flag-o-matic toolchain-funcs eutils mozconfig-2 mozilla-launcher makeedit multilib autotools @@ -13,7 +13,7 @@ SRC_URI="http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/${PV}/sourc mirror://gentoo/${P}-patches-${PVER}.tar.bz2 http://dev.gentoo.org/~anarchy/dist/${P}-patches-${PVER}.tar.bz2" -KEYWORDS="amd64 ~ia64 ppc ~sparc ~x86" +KEYWORDS="amd64 ~ia64 ppc ~sparc x86" SLOT="0" LICENSE="MPL-1.1 NPL-1.1" IUSE="ldap crypt" |