From 2a6c978d0c40e3a7d70d4ce66e62522e14b11d6b Mon Sep 17 00:00:00 2001 From: Sergey Popov Date: Wed, 10 Apr 2013 08:43:19 +0000 Subject: Choose correct Python implementation during package building, wrt bug #465254. Thanks to Chris for discovering this issue (Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42) --- sys-apps/bleachbit/ChangeLog | 6 +++++- sys-apps/bleachbit/bleachbit-0.9.5.ebuild | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) (limited to 'sys-apps/bleachbit') 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 bleachbit-0.9.5.ebuild: + Choose correct Python implementation during package building, wrt bug + #465254. Thanks to Chris for discovering this issue 01 Apr 2013; Sergey Popov 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 } -- cgit v1.2.3-65-gdbad