From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 97B5E138334 for ; Sun, 22 Dec 2019 09:36:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BCC8DE09D4; Sun, 22 Dec 2019 09:36:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9D3F7E09D4 for ; Sun, 22 Dec 2019 09:36:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 45C2434DA60 for ; Sun, 22 Dec 2019 09:36:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F90E6695 for ; Sun, 22 Dec 2019 09:36:04 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1577007362.79802ff71e24c576f500de4ea9c6e9c94200e623.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/redo/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/redo/redo-0.42-r1.ebuild dev-util/redo/redo-0.42.ebuild dev-util/redo/redo-99999.ebuild X-VCS-Directories: dev-util/redo/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 79802ff71e24c576f500de4ea9c6e9c94200e623 X-VCS-Branch: master Date: Sun, 22 Dec 2019 09:36:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ce0bf637-a603-4142-bbfd-708c8651e5b8 X-Archives-Hash: e2758271662cf18cb39dc23822f93380 commit: 79802ff71e24c576f500de4ea9c6e9c94200e623 Author: Jeroen Roovers gentoo org> AuthorDate: Sun Dec 22 09:30:47 2019 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sun Dec 22 09:36:02 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79802ff7 dev-util/redo: Update PYTHON_COMPAT Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Jeroen Roovers gentoo.org> 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(-) 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 a979123b762..e31dd3b2e36 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 30c70257c01..0e2e3fc0407 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' \