diff options
Diffstat (limited to 'app-emulation/spice/spice-scm.ebuild')
-rw-r--r-- | app-emulation/spice/spice-scm.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/spice/spice-scm.ebuild b/app-emulation/spice/spice-scm.ebuild index 1074c41..692cf7c 100644 --- a/app-emulation/spice/spice-scm.ebuild +++ b/app-emulation/spice/spice-scm.ebuild @@ -64,7 +64,7 @@ src_prepare() { } src_configure() { - python_convert_shebangs 2 spice-common/spice_codegen.py + python_fix_shebang spice-common/spice_codegen.py econf \ $(use_enable static-libs static) \ |