diff options
author | Sam James <sam@gentoo.org> | 2021-09-23 01:27:41 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-09-23 01:27:41 +0100 |
commit | 41c72af0866e31ff3fbdeabf2780892f445de74e (patch) | |
tree | 64aeeef6ec2cb940d41c469928f19c6c5516f095 /kde-plasma/plasma-firewall | |
parent | x11-misc/polybar: drop 3.5.5 (diff) | |
download | gentoo-41c72af0866e31ff3fbdeabf2780892f445de74e.tar.gz gentoo-41c72af0866e31ff3fbdeabf2780892f445de74e.tar.bz2 gentoo-41c72af0866e31ff3fbdeabf2780892f445de74e.zip |
kde-plasma/plasma-firewall: respect ${EPYTHON} at runtime
Closes: https://bugs.gentoo.org/795477
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'kde-plasma/plasma-firewall')
-rw-r--r-- | kde-plasma/plasma-firewall/plasma-firewall-5.22.5-r1.ebuild (renamed from kde-plasma/plasma-firewall/plasma-firewall-5.22.5.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
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 index e8a18f40e56c..9fa4bdd860fa 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 } |