From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A3B9C13888F for ; Wed, 21 Oct 2015 01:04:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 781A4E0845; Wed, 21 Oct 2015 01:04:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 22E31E0845 for ; Wed, 21 Oct 2015 01:04:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E5BEC3406F1 for ; Wed, 21 Oct 2015 01:04:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E15771304 for ; Wed, 21 Oct 2015 01:04:35 +0000 (UTC) From: "Chí-Thanh Christopher Nguyễn" 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" Message-ID: <1445389472.99e6c53db487a47f3d684dbff48a8b73e965cb33.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.1.0_pre20150305.ebuild X-VCS-Directories: dev-libs/libclc/ X-VCS-Committer: chithanh X-VCS-Committer-Name: Chí-Thanh Christopher Nguyễn X-VCS-Revision: 99e6c53db487a47f3d684dbff48a8b73e965cb33 X-VCS-Branch: master Date: Wed, 21 Oct 2015 01:04:35 +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: dd4f9412-007c-4dc2-b2fa-c624096021e2 X-Archives-Hash: 1d7d4abf52f5d50c0dcdfaf2ed962d65 commit: 99e6c53db487a47f3d684dbff48a8b73e965cb33 Author: Chí-Thanh Christopher Nguyễn gentoo org> AuthorDate: Wed Oct 21 01:04:32 2015 +0000 Commit: Chí-Thanh Christopher Nguyễn gentoo org> CommitDate: Wed Oct 21 01:04:32 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99e6c53d dev-libs/libclc: depend on compatible llvm versions Bug: https://bugs.gentoo.org/show_bug.cgi?id=559546 Package-Manager: portage-2.2.20.1 dev-libs/libclc/libclc-0.1.0_pre20150305.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-libs/libclc/libclc-0.1.0_pre20150305.ebuild b/dev-libs/libclc/libclc-0.1.0_pre20150305.ebuild index d2c5cd3..6261b07 100644 --- a/dev-libs/libclc/libclc-0.1.0_pre20150305.ebuild +++ b/dev-libs/libclc/libclc-0.1.0_pre20150305.ebuild @@ -30,7 +30,9 @@ IUSE="" RDEPEND=" >=sys-devel/clang-3.6 - >=sys-devel/llvm-3.6" + >=sys-devel/llvm-3.6 +