From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-971506-garchives=archives.gentoo.org@lists.gentoo.org>
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 BC2081396D0
	for <garchives@archives.gentoo.org>; Fri,  8 Sep 2017 12:38:42 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 0840D234C29;
	Fri,  8 Sep 2017 12:38:42 +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 DC410234C29
	for <gentoo-commits@lists.gentoo.org>; Fri,  8 Sep 2017 12:38:41 +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 CD00334175C
	for <gentoo-commits@lists.gentoo.org>; Fri,  8 Sep 2017 12:38:40 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 71C188FEC
	for <gentoo-commits@lists.gentoo.org>; Fri,  8 Sep 2017 12:38:39 +0000 (UTC)
From: "Chí-Thanh Christopher Nguyễn" <chithanh@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Chí-Thanh Christopher Nguyễn" <chithanh@gentoo.org>
Message-ID: <1504874301.87929d9f6bfe62770cb13547583425e6f2755a59.chithanh@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_pre20160209.ebuild
X-VCS-Directories: dev-libs/libclc/
X-VCS-Committer: chithanh
X-VCS-Committer-Name: Chí-Thanh Christopher Nguyễn
X-VCS-Revision: 87929d9f6bfe62770cb13547583425e6f2755a59
X-VCS-Branch: master
Date: Fri,  8 Sep 2017 12:38:39 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: cf8c4267-6dc4-4f9d-8802-b3e55ff1dd0a
X-Archives-Hash: 2afe7a34ec78e817278dd0bd170aae2c

commit:     87929d9f6bfe62770cb13547583425e6f2755a59
Author:     Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  8 12:38:21 2017 +0000
Commit:     Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org>
CommitDate: Fri Sep  8 12:38:21 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87929d9f

dev-libs/libclc: depend on compatible llvm versions

Bug: https://bugs.gentoo.org/show_bug.cgi?id=612258

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-libs/libclc/libclc-0.2.0_pre20160209.ebuild | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/dev-libs/libclc/libclc-0.2.0_pre20160209.ebuild b/dev-libs/libclc/libclc-0.2.0_pre20160209.ebuild
index f496187c41d..d25125f957c 100644
--- a/dev-libs/libclc/libclc-0.2.0_pre20160209.ebuild
+++ b/dev-libs/libclc/libclc-0.2.0_pre20160209.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -28,8 +28,10 @@ KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="
-	>=sys-devel/clang-3.7
-	>=sys-devel/llvm-3.7"
+	>=sys-devel/clang-3.7:*
+	>=sys-devel/llvm-3.7:*
+	<sys-devel/clang-3.9:*
+	<sys-devel/llvm-3.9:*"
 DEPEND="${RDEPEND}
 	${PYTHON_DEPS}"