diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-11-17 11:37:48 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-11-17 11:38:49 +0100 |
commit | 864613c0f925cf31a09490630273e0781eba7103 (patch) | |
tree | c5dc94e7b51ba0d2228d17bf8c7e2fe3e3c9ab4d /media-libs/mlt | |
parent | dev-util/spirv-tools: Drop 2018.5 and 2019.1 (diff) | |
download | gentoo-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/mlt')
-rw-r--r-- | media-libs/mlt/mlt-6.18.0.ebuild | 2 |
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() { |