games-util/oversteer: Fix python shebangs

One of the install scripts needed python_fix_shebang to function on
systems without native-symlinks.

Closes: https://bugs.gentoo.org/975951
Signed-off-by: Erica Nebula <EricaNebula@Proton.me>
This commit is contained in:
Erica Nebula
2026-05-24 21:43:27 -05:00
parent 8b69ccccae
commit 5f3c1c310d
2 changed files with 18 additions and 0 deletions

View File

@@ -28,6 +28,15 @@ RDEPEND="
"
DEPEND="${RDEPEND}"
pkg_setup() {
python_setup
}
src_prepare() {
default
python_fix_shebang scripts/meson_post_install.py
}
src_configure() {
local emesonargs=(
-Dpython.bytecompile=2

View File

@@ -28,6 +28,15 @@ RDEPEND="
"
DEPEND="${RDEPEND}"
pkg_setup() {
python_setup
}
src_prepare() {
default
python_fix_shebang scripts/meson_post_install.py
}
src_configure() {
local emesonargs=(
-Dpython.bytecompile=2