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 AA844138334 for ; Sun, 29 Dec 2019 23:32:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01B74E0B29; Sun, 29 Dec 2019 23:32:00 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 DEC36E0B29 for ; Sun, 29 Dec 2019 23:31:59 +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 DC8C334DCB5 for ; Sun, 29 Dec 2019 23:31:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 66CBF29 for ; Sun, 29 Dec 2019 23:31:57 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1577662310.2d793234f4b8caf46f62f51fa7e4eec5f6430b7b.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/perf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/perf/perf-5.4.6.ebuild X-VCS-Directories: dev-util/perf/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 2d793234f4b8caf46f62f51fa7e4eec5f6430b7b X-VCS-Branch: master Date: Sun, 29 Dec 2019 23:31:57 +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: bb2554c2-5ea9-4a31-83b1-ffa52053cd76 X-Archives-Hash: 9f1ca5c04ee6206620163fefd90fffd3 commit: 2d793234f4b8caf46f62f51fa7e4eec5f6430b7b Author: Mike Gilbert gentoo org> AuthorDate: Sun Dec 29 23:31:30 2019 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun Dec 29 23:31:50 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d793234 dev-util/perf: fix install with python disabled Closes: https://bugs.gentoo.org/703938 Package-Manager: Portage-2.3.82, Repoman-2.3.20_p9 Signed-off-by: Mike Gilbert gentoo.org> dev-util/perf/perf-5.4.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/perf/perf-5.4.6.ebuild b/dev-util/perf/perf-5.4.6.ebuild index 8fb6d466869..caa91f6849d 100644 --- a/dev-util/perf/perf-5.4.6.ebuild +++ b/dev-util/perf/perf-5.4.6.ebuild @@ -217,7 +217,7 @@ src_install() { } perf_make -f Makefile.perf install DESTDIR="${D}" - if python; then + if use python; then python_foreach_impl _install_python_ext fi