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 A1A95158012 for ; Thu, 23 Sep 2021 00:29:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2E60E093E; Thu, 23 Sep 2021 00:29:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B70AAE093E for ; Thu, 23 Sep 2021 00:29:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5F1FB3430B0 for ; Thu, 23 Sep 2021 00:29:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB0E7EE for ; Thu, 23 Sep 2021 00:29:18 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1632356861.41c72af0866e31ff3fbdeabf2780892f445de74e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/plasma-firewall/plasma-firewall-5.22.5-r1.ebuild kde-plasma/plasma-firewall/plasma-firewall-5.22.5.ebuild X-VCS-Directories: kde-plasma/plasma-firewall/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 41c72af0866e31ff3fbdeabf2780892f445de74e X-VCS-Branch: master Date: Thu, 23 Sep 2021 00:29:18 +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: f16afab7-1c97-4775-9de0-26cb255eeb09 X-Archives-Hash: fabd22e28e99362b0dc0f1f81e791e83 commit: 41c72af0866e31ff3fbdeabf2780892f445de74e Author: Sam James gentoo org> AuthorDate: Thu Sep 23 00:27:41 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Sep 23 00:27:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41c72af0 kde-plasma/plasma-firewall: respect ${EPYTHON} at runtime Closes: https://bugs.gentoo.org/795477 Signed-off-by: Sam James gentoo.org> .../{plasma-firewall-5.22.5.ebuild => plasma-firewall-5.22.5-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.22.5.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-5.22.5-r1.ebuild similarity index 96% rename from kde-plasma/plasma-firewall/plasma-firewall-5.22.5.ebuild rename to kde-plasma/plasma-firewall/plasma-firewall-5.22.5-r1.ebuild index e8a18f40e56..9fa4bdd860f 100644 --- a/kde-plasma/plasma-firewall/plasma-firewall-5.22.5.ebuild +++ b/kde-plasma/plasma-firewall/plasma-firewall-5.22.5-r1.ebuild @@ -42,7 +42,7 @@ RDEPEND="${DEPEND} src_prepare() { ecm_src_prepare # this kind of cmake magic doesn't work for us at all. - sed -e "1 s:^.*$:\#\!/usr/bin/env python3.8:" \ + sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \ -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die }