summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2013-04-10 08:43:19 +0000
committerSergey Popov <pinkbyte@gentoo.org>2013-04-10 08:43:19 +0000
commit2a6c978d0c40e3a7d70d4ce66e62522e14b11d6b (patch)
tree75292a8e07b863af7dbd40372cb111004eddb96f /sys-apps/bleachbit
parentPackage is a snapshot originally named PEAK-Rules-0.5a1.dev, new dep of turbo... (diff)
downloadgentoo-2-2a6c978d0c40e3a7d70d4ce66e62522e14b11d6b.tar.gz
gentoo-2-2a6c978d0c40e3a7d70d4ce66e62522e14b11d6b.tar.bz2
gentoo-2-2a6c978d0c40e3a7d70d4ce66e62522e14b11d6b.zip
Choose correct Python implementation during package building, wrt bug #465254. Thanks to Chris <blackstar86 AT gmx.net> for discovering this issue
(Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'sys-apps/bleachbit')
-rw-r--r--sys-apps/bleachbit/ChangeLog6
-rw-r--r--sys-apps/bleachbit/bleachbit-0.9.5.ebuild6
2 files changed, 10 insertions, 2 deletions
diff --git a/sys-apps/bleachbit/ChangeLog b/sys-apps/bleachbit/ChangeLog
index c930ad00ea3b..09b94bf6521a 100644
--- a/sys-apps/bleachbit/ChangeLog
+++ b/sys-apps/bleachbit/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/bleachbit
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/bleachbit/ChangeLog,v 1.8 2013/04/01 08:51:09 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/bleachbit/ChangeLog,v 1.9 2013/04/10 08:43:19 pinkbyte Exp $
+
+ 10 Apr 2013; Sergey Popov <pinkbyte@gentoo.org> bleachbit-0.9.5.ebuild:
+ Choose correct Python implementation during package building, wrt bug
+ #465254. Thanks to Chris <blackstar86 AT gmx.net> for discovering this issue
01 Apr 2013; Sergey Popov <pinkbyte@gentoo.org> bleachbit-0.9.4.ebuild,
bleachbit-0.9.5.ebuild:
diff --git a/sys-apps/bleachbit/bleachbit-0.9.5.ebuild b/sys-apps/bleachbit/bleachbit-0.9.5.ebuild
index 06dea2149ffe..18f1e3e8f44e 100644
--- a/sys-apps/bleachbit/bleachbit-0.9.5.ebuild
+++ b/sys-apps/bleachbit/bleachbit-0.9.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/bleachbit/bleachbit-0.9.5.ebuild,v 1.2 2013/04/01 08:51:09 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/bleachbit/bleachbit-0.9.5.ebuild,v 1.3 2013/04/10 08:43:19 pinkbyte Exp $
EAPI=5
@@ -30,6 +30,10 @@ src_prepare() {
# warning: key "Encoding" in group "Desktop Entry" is deprecated
sed -i -e '/Encoding/d' ${PN}.desktop || die
+ # choose correct Python implementation, bug #465254
+ python_export_best
+ sed -i -e 's/python/$(PYTHON)/g' po/Makefile || die
+
distutils-r1_src_prepare
}