diff options
Diffstat (limited to 'app-misc/hivex/hivex-1.3.18.ebuild')
-rw-r--r-- | app-misc/hivex/hivex-1.3.18.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-misc/hivex/hivex-1.3.18.ebuild b/app-misc/hivex/hivex-1.3.18.ebuild index d50454845f25..da2e2b6fae07 100644 --- a/app-misc/hivex/hivex-1.3.18.ebuild +++ b/app-misc/hivex/hivex-1.3.18.ebuild @@ -96,7 +96,9 @@ src_install() { strip-linguas -i po emake install DESTDIR="${ED}" "LINGUAS=""${LINGUAS}""" - python_optimize + if use python; then + python_optimize + fi ruby-ng_src_install |