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 1470E138334 for ; Fri, 8 Jun 2018 12:33:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68BD1E0845; Fri, 8 Jun 2018 12:33:26 +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 414A8E0845 for ; Fri, 8 Jun 2018 12:33:26 +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 A58EE335CB4 for ; Fri, 8 Jun 2018 12:33:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 146D875 for ; Fri, 8 Jun 2018 12:33:23 +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: <1528461195.a9a1d04a0397c71b8f89f727f5778498fc48a1a5.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libclc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libclc/libclc-0.2.0_pre20180319.ebuild X-VCS-Directories: dev-libs/libclc/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a9a1d04a0397c71b8f89f727f5778498fc48a1a5 X-VCS-Branch: master Date: Fri, 8 Jun 2018 12:33:23 +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: a255f6d3-53d2-43be-8292-06f87c38391f X-Archives-Hash: ada1d7c8d88db62097e7141e022d3045 commit: a9a1d04a0397c71b8f89f727f5778498fc48a1a5 Author: Mike Lothian fireburn co uk> AuthorDate: Fri Jun 8 12:21:34 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jun 8 12:33:15 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9a1d04a dev-libs/libclc: Add support for llvm 7 dev-libs/libclc/libclc-0.2.0_pre20180319.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-libs/libclc/libclc-0.2.0_pre20180319.ebuild b/dev-libs/libclc/libclc-0.2.0_pre20180319.ebuild index 8f8f1a0ec23..b754b5694bd 100644 --- a/dev-libs/libclc/libclc-0.2.0_pre20180319.ebuild +++ b/dev-libs/libclc/libclc-0.2.0_pre20180319.ebuild @@ -34,6 +34,7 @@ IUSE="" RDEPEND=" || ( + sys-devel/clang:7 sys-devel/clang:6 sys-devel/clang:5 sys-devel/clang:4 @@ -42,7 +43,7 @@ RDEPEND=" DEPEND="${RDEPEND} ${PYTHON_DEPS}" -LLVM_MAX_SLOT=6 +LLVM_MAX_SLOT=7 llvm_check_deps() { has_version "sys-devel/clang:${LLVM_SLOT}"