diff options
author | Jory Pratt <anarchy@gentoo.org> | 2010-08-29 20:12:27 +0000 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2010-08-29 20:12:27 +0000 |
commit | 72f329ab3982e43e7cedb65c56f1318b108ea642 (patch) | |
tree | 57757d42fa63793599bf96c4af1c4fd425a05108 /mail-client | |
parent | Version bump. (diff) | |
download | gentoo-2-72f329ab3982e43e7cedb65c56f1318b108ea642.tar.gz gentoo-2-72f329ab3982e43e7cedb65c56f1318b108ea642.tar.bz2 gentoo-2-72f329ab3982e43e7cedb65c56f1318b108ea642.zip |
Fix the use of system hunspell dicts.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/thunderbird/ChangeLog | 8 | ||||
-rw-r--r-- | mail-client/thunderbird/thunderbird-3.1.2-r1.ebuild (renamed from mail-client/thunderbird/thunderbird-3.1.2.ebuild) | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/mail-client/thunderbird/ChangeLog b/mail-client/thunderbird/ChangeLog index 2cf6e1620639..4cd447da7750 100644 --- a/mail-client/thunderbird/ChangeLog +++ b/mail-client/thunderbird/ChangeLog @@ -1,6 +1,12 @@ # 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.29 2010/08/22 15:51:16 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/ChangeLog,v 1.30 2010/08/29 20:12:27 anarchy Exp $ + +*thunderbird-3.1.2-r1 (29 Aug 2010) + + 29 Aug 2010; Jory A. Pratt <anarchy@gentoo.org> -thunderbird-3.1.2.ebuild, + +thunderbird-3.1.2-r1.ebuild: + Fix the use of system hunspell dicts. 22 Aug 2010; Jory A. Pratt <anarchy@gentoo.org> thunderbird-3.1.2.ebuild: enable epatch_user to ensure user does not have to modify ebuild diff --git a/mail-client/thunderbird/thunderbird-3.1.2.ebuild b/mail-client/thunderbird/thunderbird-3.1.2-r1.ebuild index 7f47caaa2058..3c79121a3919 100644 --- a/mail-client/thunderbird/thunderbird-3.1.2.ebuild +++ b/mail-client/thunderbird/thunderbird-3.1.2-r1.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.2.ebuild,v 1.2 2010/08/22 15:51:16 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/thunderbird-3.1.2-r1.ebuild,v 1.1 2010/08/29 20:12:27 anarchy Exp $ EAPI="3" WANT_AUTOCONF="2.1" @@ -23,7 +23,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linu SLOT="0" LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )" IUSE="+alsa ldap +cups +crypt bindist libnotify +lightning mozdom system-sqlite wifi" -PATCH="${PN}-3.1-patches-0.8" +PATCH="${PN}-3.1-patches-0.9" REL_URI="http://releases.mozilla.org/pub/mozilla.org/${PN}/releases" SRC_URI="${REL_URI}/${MY_PV}/source/${MY_P}.source.tar.bz2 @@ -152,7 +152,7 @@ src_configure() { mozconfig_annotate '' --with-sqlite-prefix="${EPREFIX}"/usr mozconfig_annotate '' --x-includes="${EPREFIX}"/usr/include --x-libraries="${EPREFIX}"/usr/$(get_libdir) mozconfig_annotate 'broken' --disable-crashreporter - mozconfig_annotate '' --with-system-hunspell + mozconfig_annotate '' --enable-system-hunspell # Use enable features mozconfig_use_enable ldap |