diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2006-09-02 23:59:59 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2006-09-02 23:59:59 +0000 |
commit | 48feb4faaf9aa33398eea3c0ca9a083adf0def5f (patch) | |
tree | 48f4b56ef3016b83acd92984f5fac2df064a9777 /mail-client | |
parent | Stable on ia64. (diff) | |
download | gentoo-2-48feb4faaf9aa33398eea3c0ca9a083adf0def5f.tar.gz gentoo-2-48feb4faaf9aa33398eea3c0ca9a083adf0def5f.tar.bz2 gentoo-2-48feb4faaf9aa33398eea3c0ca9a083adf0def5f.zip |
Stable on ia64.
(Portage version: 2.1.1_rc1-r2)
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/mozilla-thunderbird/ChangeLog | 6 | ||||
-rw-r--r-- | mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.5.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/mail-client/mozilla-thunderbird/ChangeLog b/mail-client/mozilla-thunderbird/ChangeLog index f2ca09050cab..e7f5ca22394b 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.127 2006/08/12 03:12:33 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/ChangeLog,v 1.128 2006/09/02 23:59:59 kloeri Exp $ + + 03 Sep 2006; Bryan Østergaard <kloeri@gentoo.org> + mozilla-thunderbird-1.5.0.5.ebuild: + Stable on ia64. 13 Aug 2006; Joshua Kinard <kumba@gentoo.org> mozilla-thunderbird-1.5.0.5.ebuild: diff --git a/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.5.ebuild b/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.5.ebuild index 33c8d490ad9e..2d3d85cc8839 100644 --- a/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.5.ebuild +++ b/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.5.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.5.ebuild,v 1.6 2006/08/12 03:12:33 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.5.ebuild,v 1.7 2006/09/02 23:59:59 kloeri Exp $ unset ALLOWED_FLAGS # stupid extra-functions.sh ... bug 49179 inherit flag-o-matic toolchain-funcs eutils mozconfig-2 mozilla-launcher makeedit multilib autotools @@ -12,7 +12,7 @@ HOMEPAGE="http://www.mozilla.org/projects/thunderbird/" SRC_URI="http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/${PV}/source/thunderbird-${PV}-source.tar.bz2 mirror://gentoo/${P}-patches-${PVER}.tar.bz2" -KEYWORDS="amd64 ~ia64 mips ppc sparc x86" +KEYWORDS="amd64 ia64 mips ppc sparc x86" SLOT="0" LICENSE="MPL-1.1 NPL-1.1" IUSE="ldap crypt" |