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 15C45138346 for ; Mon, 6 Jan 2020 13:30:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BCFAE08FB; Mon, 6 Jan 2020 13:30:57 +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 F23AFE08FB for ; Mon, 6 Jan 2020 13:30:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 57CCF34DD5A for ; Mon, 6 Jan 2020 13:30:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA70D17 for ; Mon, 6 Jan 2020 13:30:53 +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: <1578317446.8586887c535f6273574bf677b2db9541c2e161b9.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/compiler-rt/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/compiler-rt/compiler-rt-10.0.0.9999.ebuild sys-libs/compiler-rt/compiler-rt-7.1.0.ebuild sys-libs/compiler-rt/compiler-rt-8.0.1.ebuild sys-libs/compiler-rt/compiler-rt-9.0.0-r1.ebuild sys-libs/compiler-rt/compiler-rt-9.0.1.ebuild X-VCS-Directories: sys-libs/compiler-rt/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8586887c535f6273574bf677b2db9541c2e161b9 X-VCS-Branch: master Date: Mon, 6 Jan 2020 13:30:53 +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: dc6d4c16-4c1c-4cf9-af01-3cd4b9190756 X-Archives-Hash: 0750a490a7c2dd330f3bbdb5e3820407 commit: 8586887c535f6273574bf677b2db9541c2e161b9 Author: Michał Górny gentoo org> AuthorDate: Mon Jan 6 13:27:36 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jan 6 13:30:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8586887c sys-libs/compiler-rt: Require Python only with USE=test Closes: https://bugs.gentoo.org/704852 Signed-off-by: Michał Górny gentoo.org> sys-libs/compiler-rt/compiler-rt-10.0.0.9999.ebuild | 2 +- sys-libs/compiler-rt/compiler-rt-7.1.0.ebuild | 2 +- sys-libs/compiler-rt/compiler-rt-8.0.1.ebuild | 2 +- sys-libs/compiler-rt/compiler-rt-9.0.0-r1.ebuild | 2 +- sys-libs/compiler-rt/compiler-rt-9.0.1.ebuild | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sys-libs/compiler-rt/compiler-rt-10.0.0.9999.ebuild b/sys-libs/compiler-rt/compiler-rt-10.0.0.9999.ebuild index c709777f6bb..abb81deafce 100644 --- a/sys-libs/compiler-rt/compiler-rt-10.0.0.9999.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-10.0.0.9999.ebuild @@ -45,7 +45,7 @@ pkg_pretend() { pkg_setup() { llvm_pkg_setup - python-any-r1_pkg_setup + use test && python-any-r1_pkg_setup } test_compiler() { diff --git a/sys-libs/compiler-rt/compiler-rt-7.1.0.ebuild b/sys-libs/compiler-rt/compiler-rt-7.1.0.ebuild index dc6beaa1fa9..dc06a171993 100644 --- a/sys-libs/compiler-rt/compiler-rt-7.1.0.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-7.1.0.ebuild @@ -49,7 +49,7 @@ pkg_pretend() { pkg_setup() { llvm_pkg_setup - python-any-r1_pkg_setup + use test && python-any-r1_pkg_setup } test_compiler() { diff --git a/sys-libs/compiler-rt/compiler-rt-8.0.1.ebuild b/sys-libs/compiler-rt/compiler-rt-8.0.1.ebuild index aa5a64dc369..bad82273c12 100644 --- a/sys-libs/compiler-rt/compiler-rt-8.0.1.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-8.0.1.ebuild @@ -50,7 +50,7 @@ pkg_pretend() { pkg_setup() { llvm_pkg_setup - python-any-r1_pkg_setup + use test && python-any-r1_pkg_setup } test_compiler() { diff --git a/sys-libs/compiler-rt/compiler-rt-9.0.0-r1.ebuild b/sys-libs/compiler-rt/compiler-rt-9.0.0-r1.ebuild index 5625439d2c6..2310973c404 100644 --- a/sys-libs/compiler-rt/compiler-rt-9.0.0-r1.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-9.0.0-r1.ebuild @@ -51,7 +51,7 @@ pkg_pretend() { pkg_setup() { llvm_pkg_setup - python-any-r1_pkg_setup + use test && python-any-r1_pkg_setup } test_compiler() { diff --git a/sys-libs/compiler-rt/compiler-rt-9.0.1.ebuild b/sys-libs/compiler-rt/compiler-rt-9.0.1.ebuild index d6d21f789d1..fb6ce9998fa 100644 --- a/sys-libs/compiler-rt/compiler-rt-9.0.1.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-9.0.1.ebuild @@ -45,7 +45,7 @@ pkg_pretend() { pkg_setup() { llvm_pkg_setup - python-any-r1_pkg_setup + use test && python-any-r1_pkg_setup } test_compiler() {