From: Michał Górny Date: Fri, 10 Jun 2016 15:46:46 +0000 (+0200) Subject: app-arch/deltarpm: Fix implicit python3 use, #568094 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=1a315fb23a3cc485de21a4d9558fe044f680f31f;p=gentoo.git app-arch/deltarpm: Fix implicit python3 use, #568094 --- 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 082f90e9348d..4557c6c2a4da 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" }