commit: 864613c0f925cf31a09490630273e0781eba7103 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Nov 17 10:37:48 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Nov 17 10:38:49 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=864613c0
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 <AT> gentoo.org> media-libs/mlt/mlt-6.18.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/mlt/mlt-6.18.0.ebuild b/media-libs/mlt/mlt-6.18.0.ebuild index 4d8e66ac565..a2df7a96441 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() {
