commit:     1a315fb23a3cc485de21a4d9558fe044f680f31f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 10 15:46:46 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jun 10 15:48:16 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a315fb2

app-arch/deltarpm: Fix implicit python3 use, #568094

 ...m-3.6_pre20110223-r1.ebuild => deltarpm-3.6_pre20110223-r2.ebuild} | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/app-arch/deltarpm/deltarpm-3.6_pre20110223-r1.ebuild 
b/app-arch/deltarpm/deltarpm-3.6_pre20110223-r2.ebuild
similarity index 91%
rename from app-arch/deltarpm/deltarpm-3.6_pre20110223-r1.ebuild
rename to app-arch/deltarpm/deltarpm-3.6_pre20110223-r2.ebuild
index 082f90e..4557c6c 100644
--- a/app-arch/deltarpm/deltarpm-3.6_pre20110223-r1.ebuild
+++ b/app-arch/deltarpm/deltarpm-3.6_pre20110223-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -35,9 +35,11 @@ pkg_setup() {
 }
 
 src_prepare() {
+       # disable implicit python3 use, #568094
        sed -i \
                -e '/^prefix/s:/local::' \
                -e '/^mandir/s:/man:/share/man:' \
+               -e '/for/s:python3::' \
                Makefile || die
        epatch "${FILESDIR}/3.6_pre20110223-build.patch"
 }

Reply via email to