app-arch/deltarpm: Fix implicit python3 use, #568094
authorMichał Górny <mgorny@gentoo.org>
Fri, 10 Jun 2016 15:46:46 +0000 (17:46 +0200)
committerMichał Górny <mgorny@gentoo.org>
Fri, 10 Jun 2016 15:48:16 +0000 (17:48 +0200)
app-arch/deltarpm/deltarpm-3.6_pre20110223-r2.ebuild [moved from app-arch/deltarpm/deltarpm-3.6_pre20110223-r1.ebuild with 91% similarity]

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 082f90e9348db4f23876f4370482e22a270ea44a..4557c6c2a4dacee52f25218b12ce0f41d250e298 100644 (file)
@@ -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"
 }