Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mlt/
Date: Sun, 17 Nov 2019 10:39:19
Message-Id: 1573987129.864613c0f925cf31a09490630273e0781eba7103.asturm@gentoo
1 commit: 864613c0f925cf31a09490630273e0781eba7103
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 17 10:37:48 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 17 10:38:49 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=864613c0
7
8 media-libs/mlt: Conditionalise python_fix_shebang
9
10 Closes: https://bugs.gentoo.org/700340
11 Package-Manager: Portage-2.3.79, Repoman-2.3.18
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 media-libs/mlt/mlt-6.18.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/media-libs/mlt/mlt-6.18.0.ebuild b/media-libs/mlt/mlt-6.18.0.ebuild
18 index 4d8e66ac565..a2df7a96441 100644
19 --- a/media-libs/mlt/mlt-6.18.0.ebuild
20 +++ b/media-libs/mlt/mlt-6.18.0.ebuild
21 @@ -105,7 +105,7 @@ src_prepare() {
22
23 sed -i -e "s/env ruby/${USE_RUBY}/" src/swig/ruby/* || die
24
25 - python_fix_shebang src/swig/python
26 + use python && python_fix_shebang src/swig/python
27 }
28
29 src_configure() {