From 79802ff71e24c576f500de4ea9c6e9c94200e623 Mon Sep 17 00:00:00 2001 From: Jeroen Roovers Date: Sun, 22 Dec 2019 10:30:47 +0100 Subject: [PATCH] dev-util/redo: Update PYTHON_COMPAT Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Jeroen Roovers --- dev-util/redo/{redo-0.42.ebuild => redo-0.42-r1.ebuild} | 4 ++-- dev-util/redo/redo-99999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) rename dev-util/redo/{redo-0.42.ebuild => redo-0.42-r1.ebuild} (92%) diff --git a/dev-util/redo/redo-0.42.ebuild b/dev-util/redo/redo-0.42-r1.ebuild similarity index 92% rename from dev-util/redo/redo-0.42.ebuild rename to dev-util/redo/redo-0.42-r1.ebuild index a979123b762f..e31dd3b2e368 100644 --- a/dev-util/redo/redo-0.42.ebuild +++ b/dev-util/redo/redo-0.42-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python{2_7,3_{5,6,7}} ) PYTHON_REQ_USE="sqlite" inherit multilib multiprocessing python-single-r1 @@ -40,7 +40,7 @@ src_install() { ./do -j$(makeopts_jobs) \ install || die - python_fix_shebang "${D}" + python_fix_shebang --force "${D}" sed -i \ -e 's|/lib/|/'"$(get_libdir)"'/|g' \ diff --git a/dev-util/redo/redo-99999.ebuild b/dev-util/redo/redo-99999.ebuild index 30c70257c019..0e2e3fc04077 100644 --- a/dev-util/redo/redo-99999.ebuild +++ b/dev-util/redo/redo-99999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python{2_7,3_{5,6,7}} ) PYTHON_REQ_USE="sqlite" inherit git-r3 multilib multiprocessing python-single-r1 @@ -40,7 +40,7 @@ src_install() { ./do -j$(makeopts_jobs) \ install || die - python_fix_shebang "${D}" + python_fix_shebang --force "${ED}" sed -i \ -e 's|/lib/|/'"$(get_libdir)"'/|g' \ -- 2.26.2