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 16B631382C5 for ; Fri, 23 Feb 2018 20:39:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3ACCEE0819; Fri, 23 Feb 2018 20:39:15 +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 19174E0819 for ; Fri, 23 Feb 2018 20:39:15 +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 295CA335C31 for ; Fri, 23 Feb 2018 20:39:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DDC52213 for ; Fri, 23 Feb 2018 20:39:12 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1519418330.939ebb47354b7a0ed19cfb944578213e6142bc3f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/mpv/mpv-9999.ebuild X-VCS-Directories: media-video/mpv/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 939ebb47354b7a0ed19cfb944578213e6142bc3f X-VCS-Branch: master Date: Fri, 23 Feb 2018 20:39:12 +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-Archives-Salt: f0656f90-96fd-4353-bfcf-da98086b7a4a X-Archives-Hash: 5a77292510575749cf9185e21a426a54 commit: 939ebb47354b7a0ed19cfb944578213e6142bc3f Author: Ilya Tumaykin gmail com> AuthorDate: Thu Feb 22 22:31:14 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Feb 23 20:38:50 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=939ebb47 media-video/mpv: move python_setup to src_configure for simplicity Package-Manager: Portage-2.3.24, Repoman-2.3.6 media-video/mpv/mpv-9999.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 076125a4d9c..91f9df5bf58 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -135,10 +135,6 @@ PATCHES=( "${FILESDIR}/${PN}-0.19.0-make-ffmpeg-version-check-non-fatal.patch" ) -pkg_setup() { - [[ ${MERGE_TYPE} != "binary" ]] && python_setup -} - src_prepare() { cp "${DISTDIR}/waf-${WAF_PV}" "${S}"/waf || die chmod +x "${S}"/waf || die @@ -146,6 +142,7 @@ src_prepare() { } src_configure() { + python_setup tc-export CC PKG_CONFIG AR if use raspberry-pi; then