diff options
author | Jory Pratt <anarchy@gentoo.org> | 2006-04-29 11:35:15 +0000 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2006-04-29 11:35:15 +0000 |
commit | b36e838e2e560c3ecdc85bf479e7783c29d22cf4 (patch) | |
tree | 0a3def257a284197da88d8b95cd8512a4d8ca86f /mail-client | |
parent | stable wrt bug #130888 (diff) | |
download | gentoo-2-b36e838e2e560c3ecdc85bf479e7783c29d22cf4.tar.gz gentoo-2-b36e838e2e560c3ecdc85bf479e7783c29d22cf4.tar.bz2 gentoo-2-b36e838e2e560c3ecdc85bf479e7783c29d22cf4.zip |
stable wrt bug #130888
(Portage version: 2.1_pre9-r5)
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.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/mail-client/mozilla-thunderbird/ChangeLog b/mail-client/mozilla-thunderbird/ChangeLog index 9f50b601e16e..ec3c0c693c6e 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.109 2006/04/29 02:52:18 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/ChangeLog,v 1.110 2006/04/29 11:35:15 anarchy Exp $ + + 29 Apr 2006; Jory A. Pratt <anarchy@gentoo.org> + mozilla-thunderbird-1.5.0.2.ebuild: + stable wrt bug #130888 29 Apr 2006; Jory A. Pratt <anarchy@gentoo.org> mozilla-thunderbird-1.5.0.2.ebuild: diff --git a/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.2.ebuild b/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.2.ebuild index d726da640ef6..157f453c37d0 100644 --- a/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.2.ebuild +++ b/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.2.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.2.ebuild,v 1.3 2006/04/29 02:52:18 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.2.ebuild,v 1.4 2006/04/29 11:35:15 anarchy 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 ~x86" +KEYWORDS="amd64 ~ia64 ppc ~x86" SLOT="0" LICENSE="MPL-1.1 NPL-1.1" IUSE="ldap crypt" |