From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 239A5138334 for ; Sun, 17 Nov 2019 10:39:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3410EE0899; Sun, 17 Nov 2019 10:39:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1B58CE0899 for ; Sun, 17 Nov 2019 10:39:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1E2AE34CEFE for ; Sun, 17 Nov 2019 10:39:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2494285C for ; Sun, 17 Nov 2019 10:39:15 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1573987129.864613c0f925cf31a09490630273e0781eba7103.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mlt/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/mlt/mlt-6.18.0.ebuild X-VCS-Directories: media-libs/mlt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 864613c0f925cf31a09490630273e0781eba7103 X-VCS-Branch: master Date: Sun, 17 Nov 2019 10:39:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a80c2443-33a3-4414-abb7-cb5dd66a4af3 X-Archives-Hash: a7fa3847a755e37d4c3c850af72e9870 commit: 864613c0f925cf31a09490630273e0781eba7103 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Nov 17 10:37:48 2019 +0000 Commit: Andreas Sturmlechner gentoo 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 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() {