diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2015-01-17 13:23:05 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2015-01-17 13:23:05 +0300 |
commit | e3759e2c6961fafce2deac9701f5a2d1c61e3a43 (patch) | |
tree | 7d8c00408c59a148bfba33922b461c73bb353299 /app-emulation | |
parent | 403a9c3d57e61ce31b06bc04aff3784cfc9b1d65 (diff) |
spice-scm updated to new api
Diffstat (limited to 'app-emulation')
-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) \ |