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 C5FDC138351 for ; Mon, 27 Jan 2020 20:54:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08A24E08A0; Mon, 27 Jan 2020 20:54:54 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 CB9C9E08A0 for ; Mon, 27 Jan 2020 20:54:53 +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 EA8B834E452 for ; Mon, 27 Jan 2020 20:54:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A925A107 for ; Mon, 27 Jan 2020 20:54:51 +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: <1580158485.36e7f358d44e27abd82ea28dc5d12d3c0dd31799.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-11.0.0.9999.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: 36e7f358d44e27abd82ea28dc5d12d3c0dd31799 X-VCS-Branch: master Date: Mon, 27 Jan 2020 20:54:51 +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: 8dd13ce9-29a0-4fb1-ab6f-200ceb959186 X-Archives-Hash: 09d29861648cac56d08e0b58b39b1471 commit: 36e7f358d44e27abd82ea28dc5d12d3c0dd31799 Author: Michał Górny gentoo org> AuthorDate: Mon Jan 27 20:53:36 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jan 27 20:54:45 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36e7f358 sys-libs/compiler-rt: Require newer lit Closes: https://bugs.gentoo.org/704234 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-11.0.0.9999.ebuild | 2 +- sys-libs/compiler-rt/compiler-rt-9.0.1.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 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 7a7778ae76b..b5eea1980e7 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 @@ -25,7 +25,7 @@ DEPEND=" BDEPEND=" clang? ( sys-devel/clang ) test? ( - $(python_gen_any_dep "dev-python/lit[\${PYTHON_USEDEP}]") + $(python_gen_any_dep ">=dev-python/lit-9.0.1[\${PYTHON_USEDEP}]") =sys-devel/clang-${PV%_*}*:${CLANG_SLOT} ) ${PYTHON_DEPS}" diff --git a/sys-libs/compiler-rt/compiler-rt-11.0.0.9999.ebuild b/sys-libs/compiler-rt/compiler-rt-11.0.0.9999.ebuild index 7a7778ae76b..b5eea1980e7 100644 --- a/sys-libs/compiler-rt/compiler-rt-11.0.0.9999.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-11.0.0.9999.ebuild @@ -25,7 +25,7 @@ DEPEND=" BDEPEND=" clang? ( sys-devel/clang ) test? ( - $(python_gen_any_dep "dev-python/lit[\${PYTHON_USEDEP}]") + $(python_gen_any_dep ">=dev-python/lit-9.0.1[\${PYTHON_USEDEP}]") =sys-devel/clang-${PV%_*}*:${CLANG_SLOT} ) ${PYTHON_DEPS}" 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 b9eb5f0775a..af2de6ee54e 100644 --- a/sys-libs/compiler-rt/compiler-rt-9.0.1.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-9.0.1.ebuild @@ -25,7 +25,7 @@ DEPEND=" BDEPEND=" clang? ( sys-devel/clang ) test? ( - $(python_gen_any_dep "dev-python/lit[\${PYTHON_USEDEP}]") + $(python_gen_any_dep ">=dev-python/lit-9.0.1[\${PYTHON_USEDEP}]") =sys-devel/clang-${PV%_*}*:${CLANG_SLOT} ) ${PYTHON_DEPS}"