summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-11-17 11:37:48 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-11-17 11:38:49 +0100
commit864613c0f925cf31a09490630273e0781eba7103 (patch)
treec5dc94e7b51ba0d2228d17bf8c7e2fe3e3c9ab4d /media-libs
parentdev-util/spirv-tools: Drop 2018.5 and 2019.1 (diff)
downloadgentoo-864613c0f925cf31a09490630273e0781eba7103.tar.gz
gentoo-864613c0f925cf31a09490630273e0781eba7103.tar.bz2
gentoo-864613c0f925cf31a09490630273e0781eba7103.zip
media-libs/mlt: Conditionalise python_fix_shebang
Closes: https://bugs.gentoo.org/700340 Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/mlt/mlt-6.18.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/mlt/mlt-6.18.0.ebuild b/media-libs/mlt/mlt-6.18.0.ebuild
index 4d8e66ac565a..a2df7a96441f 100644
--- a/media-libs/mlt/mlt-6.18.0.ebuild
+++ b/media-libs/mlt/mlt-6.18.0.ebuild
@@ -105,7 +105,7 @@ src_prepare() {
sed -i -e "s/env ruby/${USE_RUBY}/" src/swig/ruby/* || die
- python_fix_shebang src/swig/python
+ use python && python_fix_shebang src/swig/python
}
src_configure() {