Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
Date: Thu, 23 Sep 2021 00:30:42
Message-Id: 1632357023.60efc1c68bb37265332676b7098b82ca4171d20c.sam@gentoo
1 commit: 60efc1c68bb37265332676b7098b82ca4171d20c
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 23 00:30:23 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 23 00:30:23 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=60efc1c6
7
8 kde-plasma/plasma-firewall: respect ${EPYTHON} at runtime
9
10 Bug: https://bugs.gentoo.org/795477
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 ...plasma-firewall-5.22.90.ebuild => plasma-firewall-5.22.90-r1.ebuild} | 2 +-
14 kde-plasma/plasma-firewall/plasma-firewall-5.23.49.9999.ebuild | 2 +-
15 kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild | 2 +-
16 3 files changed, 3 insertions(+), 3 deletions(-)
17
18 diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.22.90.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-5.22.90-r1.ebuild
19 similarity index 96%
20 rename from kde-plasma/plasma-firewall/plasma-firewall-5.22.90.ebuild
21 rename to kde-plasma/plasma-firewall/plasma-firewall-5.22.90-r1.ebuild
22 index 7b8c15ff92..dfd7cff045 100644
23 --- a/kde-plasma/plasma-firewall/plasma-firewall-5.22.90.ebuild
24 +++ b/kde-plasma/plasma-firewall/plasma-firewall-5.22.90-r1.ebuild
25 @@ -42,7 +42,7 @@ RDEPEND="${DEPEND}
26 src_prepare() {
27 ecm_src_prepare
28 # this kind of cmake magic doesn't work for us at all.
29 - sed -e "1 s:^.*$:\#\!/usr/bin/env python3.8:" \
30 + sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
31 -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
32 }
33
34
35 diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.23.49.9999.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-5.23.49.9999.ebuild
36 index 0ab14832c8..49247f68c2 100644
37 --- a/kde-plasma/plasma-firewall/plasma-firewall-5.23.49.9999.ebuild
38 +++ b/kde-plasma/plasma-firewall/plasma-firewall-5.23.49.9999.ebuild
39 @@ -42,7 +42,7 @@ RDEPEND="${DEPEND}
40 src_prepare() {
41 ecm_src_prepare
42 # this kind of cmake magic doesn't work for us at all.
43 - sed -e "1 s:^.*$:\#\!/usr/bin/env python3.8:" \
44 + sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
45 -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
46 }
47
48
49 diff --git a/kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild
50 index c401e12a91..0d5f6c1028 100644
51 --- a/kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild
52 +++ b/kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild
53 @@ -42,7 +42,7 @@ RDEPEND="${DEPEND}
54 src_prepare() {
55 ecm_src_prepare
56 # this kind of cmake magic doesn't work for us at all.
57 - sed -e "1 s:^.*$:\#\!/usr/bin/env python3.8:" \
58 + sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
59 -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
60 }