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 02F56139694 for ; Tue, 14 Mar 2017 16:40:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4FADE21C03E; Tue, 14 Mar 2017 16:40:24 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2D13621C03E for ; Tue, 14 Mar 2017 16:40:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0B61D33BEFC for ; Tue, 14 Mar 2017 16:40:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C0D06818 for ; Tue, 14 Mar 2017 16:40:21 +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: <1489509615.9fd9dd4b2d37e38bf65eacdd3ad7cab15f211821.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-4.0.0.ebuild X-VCS-Directories: sys-libs/compiler-rt/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 9fd9dd4b2d37e38bf65eacdd3ad7cab15f211821 X-VCS-Branch: master Date: Tue, 14 Mar 2017 16:40:21 +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: 1c31857a-4569-4657-82fc-16af1e1d84e0 X-Archives-Hash: a2a65d40b5c36573d9eb8ca73f133e87 commit: 9fd9dd4b2d37e38bf65eacdd3ad7cab15f211821 Author: Michał Górny gentoo org> AuthorDate: Tue Mar 14 16:37:55 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Mar 14 16:40:15 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fd9dd4b sys-libs/compiler-rt: Backport missing clang dep to 4.0.0, #612560 sys-libs/compiler-rt/compiler-rt-4.0.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-libs/compiler-rt/compiler-rt-4.0.0.ebuild b/sys-libs/compiler-rt/compiler-rt-4.0.0.ebuild index e48c5c66211..a921ea8b65e 100644 --- a/sys-libs/compiler-rt/compiler-rt-4.0.0.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-4.0.0.ebuild @@ -25,6 +25,7 @@ RDEPEND="!=sys-libs/compiler-rt-${SLOT}*:0" # llvm-4 needed for --cmakedir DEPEND=" >=sys-devel/llvm-4 + clang? ( sys-devel/clang ) test? ( =sys-devel/clang-${PV%_*}*:${LLVM_SLOT} ) ${PYTHON_DEPS}"