Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/
Date: Thu, 23 Sep 2021 00:29:22
Message-Id: 1632356861.41c72af0866e31ff3fbdeabf2780892f445de74e.sam@gentoo
1 commit: 41c72af0866e31ff3fbdeabf2780892f445de74e
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 23 00:27:41 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 23 00:27:41 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41c72af0
7
8 kde-plasma/plasma-firewall: respect ${EPYTHON} at runtime
9
10 Closes: https://bugs.gentoo.org/795477
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 .../{plasma-firewall-5.22.5.ebuild => plasma-firewall-5.22.5-r1.ebuild} | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 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
17 similarity index 96%
18 rename from kde-plasma/plasma-firewall/plasma-firewall-5.22.5.ebuild
19 rename to kde-plasma/plasma-firewall/plasma-firewall-5.22.5-r1.ebuild
20 index e8a18f40e56..9fa4bdd860f 100644
21 --- a/kde-plasma/plasma-firewall/plasma-firewall-5.22.5.ebuild
22 +++ b/kde-plasma/plasma-firewall/plasma-firewall-5.22.5-r1.ebuild
23 @@ -42,7 +42,7 @@ RDEPEND="${DEPEND}
24 src_prepare() {
25 ecm_src_prepare
26 # this kind of cmake magic doesn't work for us at all.
27 - sed -e "1 s:^.*$:\#\!/usr/bin/env python3.8:" \
28 + sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
29 -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
30 }