diff options
author | Rick Farina <zerochaos@gentoo.org> | 2012-08-14 02:25:10 +0000 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2012-08-14 02:25:10 +0000 |
commit | 8b7375e3d0d8af864258ca483d1dabd53cf980a8 (patch) | |
tree | edd05e9be72855291a6e758665da4c85d288b137 /mail-client | |
parent | Fix broken Manifest entry for ChangeLog. (diff) | |
download | gentoo-2-8b7375e3d0d8af864258ca483d1dabd53cf980a8.tar.gz gentoo-2-8b7375e3d0d8af864258ca483d1dabd53cf980a8.tar.bz2 gentoo-2-8b7375e3d0d8af864258ca483d1dabd53cf980a8.zip |
Anarchy gave me this required fix to allow building with +debug
(Portage version: 2.1.11.10/cvs/Linux x86_64)
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/thunderbird/ChangeLog | 5 | ||||
-rw-r--r-- | mail-client/thunderbird/thunderbird-14.0.ebuild | 6 |
2 files changed, 9 insertions, 2 deletions
diff --git a/mail-client/thunderbird/ChangeLog b/mail-client/thunderbird/ChangeLog index fac1f7368622..55228fd69c34 100644 --- a/mail-client/thunderbird/ChangeLog +++ b/mail-client/thunderbird/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-client/thunderbird # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/ChangeLog,v 1.161 2012/07/29 17:29:50 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/ChangeLog,v 1.162 2012/08/14 02:25:10 zerochaos Exp $ + + 14 Aug 2012; Rick Farina <zerochaos@gentoo.org> thunderbird-14.0.ebuild: + Anarchy gave me this required fix to allow building with +debug 29 Jul 2012; Raúl Porcel <armin76@gentoo.org> thunderbird-10.0.5.ebuild, thunderbird-10.0.6.ebuild, thunderbird-14.0.ebuild: diff --git a/mail-client/thunderbird/thunderbird-14.0.ebuild b/mail-client/thunderbird/thunderbird-14.0.ebuild index a06cd8843888..4a85f902fa61 100644 --- a/mail-client/thunderbird/thunderbird-14.0.ebuild +++ b/mail-client/thunderbird/thunderbird-14.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/thunderbird-14.0.ebuild,v 1.2 2012/07/29 17:29:50 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/thunderbird-14.0.ebuild,v 1.3 2012/08/14 02:25:10 zerochaos Exp $ EAPI="3" WANT_AUTOCONF="2.1" @@ -148,6 +148,10 @@ src_prepare() { edos2unix "${file}" done + if use debug ; then + unset PYTHONDONTWRITEBYTECODE + fi + # Allow user to apply any additional patches without modifing ebuild epatch_user |