summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-03-05 16:59:06 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-03-05 16:59:06 +0000
commitce51b0b0edc798953d17fa8249a6fa233411c6d7 (patch)
tree9b853a358367225769832e5486d0a52eb4f48e23 /mail-client
parentremove old (diff)
downloadgentoo-2-ce51b0b0edc798953d17fa8249a6fa233411c6d7.tar.gz
gentoo-2-ce51b0b0edc798953d17fa8249a6fa233411c6d7.tar.bz2
gentoo-2-ce51b0b0edc798953d17fa8249a6fa233411c6d7.zip
Call python_set_active_version() in pkg_setup() (bug #357525).
(Portage version: 2.2.0_alpha26_p6/cvs/Linux x86_64)
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/thunderbird/ChangeLog6
-rw-r--r--mail-client/thunderbird/thunderbird-3.1.7.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/mail-client/thunderbird/ChangeLog b/mail-client/thunderbird/ChangeLog
index 8ee0cfe448b2..383dfe92d5d5 100644
--- a/mail-client/thunderbird/ChangeLog
+++ b/mail-client/thunderbird/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for mail-client/thunderbird
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/ChangeLog,v 1.61 2011/03/04 05:36:22 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/ChangeLog,v 1.62 2011/03/05 16:59:06 arfrever Exp $
+
+ 05 Mar 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ thunderbird-3.1.7.ebuild:
+ Call python_set_active_version() in pkg_setup() (bug #357525).
04 Mar 2011; Lars Wendler <polynomial-c@gentoo.org> thunderbird-3.1.3.ebuild,
thunderbird-3.1.5.ebuild, thunderbird-3.1.6.ebuild, thunderbird-3.1.7.ebuild,
diff --git a/mail-client/thunderbird/thunderbird-3.1.7.ebuild b/mail-client/thunderbird/thunderbird-3.1.7.ebuild
index 2097abb19b67..582f94739124 100644
--- a/mail-client/thunderbird/thunderbird-3.1.7.ebuild
+++ b/mail-client/thunderbird/thunderbird-3.1.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/thunderbird-3.1.7.ebuild,v 1.7 2011/03/04 05:36:22 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/thunderbird-3.1.7.ebuild,v 1.8 2011/03/05 16:59:06 arfrever Exp $
EAPI="3"
WANT_AUTOCONF="2.1"
@@ -84,8 +84,6 @@ linguas() {
fi
ewarn "Sorry, but ${PN} does not support the ${LANG} LINGUA"
done
-
- python_set_active_version 2
}
pkg_setup() {
@@ -98,6 +96,8 @@ pkg_setup() {
elog "a legal problem with Mozilla Foundation"
elog "You can disable it by emerging ${PN} _with_ the bindist USE-flag"
fi
+
+ python_set_active_version 2
}
src_unpack() {