commit:     41c72af0866e31ff3fbdeabf2780892f445de74e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 23 00:27:41 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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
 }
 

Reply via email to