mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
kde-plasma/plasma-firewall: respect ${EPYTHON} at runtime
Closes: https://bugs.gentoo.org/795477 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user