projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5616ab0
)
media-libs/mlt: Conditionalise python_fix_shebang
author
Andreas Sturmlechner
<asturm@gentoo.org>
Sun, 17 Nov 2019 10:37:48 +0000
(11:37 +0100)
committer
Andreas Sturmlechner
<asturm@gentoo.org>
Sun, 17 Nov 2019 10:38:49 +0000
(11:38 +0100)
Closes: https://bugs.gentoo.org/700340
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
media-libs/mlt/mlt-6.18.0.ebuild
patch
|
blob
|
history
diff --git
a/media-libs/mlt/mlt-6.18.0.ebuild
b/media-libs/mlt/mlt-6.18.0.ebuild
index 4d8e66ac565a35711d5546bd445e8c1b40991f07..a2df7a96441fc53df52eceac69bb9d03f93f1e57 100644
(file)
--- 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() {