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 4F353139694 for ; Tue, 7 Mar 2017 16:35:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7DB71E0C53; Tue, 7 Mar 2017 16:35:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 5D2C5E0C53 for ; Tue, 7 Mar 2017 16:35:21 +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 7B96A340EF6 for ; Tue, 7 Mar 2017 16:35:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E272E5FB1 for ; Tue, 7 Mar 2017 16:35:18 +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: <1488904513.b5c3d73c6b98b41c6593f43dbb0dbc5374b156a1.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.1.0_pre20150305.ebuild X-VCS-Directories: dev-libs/libclc/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b5c3d73c6b98b41c6593f43dbb0dbc5374b156a1 X-VCS-Branch: master Date: Tue, 7 Mar 2017 16:35:18 +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: 25e488b0-7a83-4bd9-bfb9-739b004dcc58 X-Archives-Hash: ac07d6236798b0fedd4a5b6be753272f commit: b5c3d73c6b98b41c6593f43dbb0dbc5374b156a1 Author: Michał Górny gentoo org> AuthorDate: Tue Mar 7 16:28:47 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Mar 7 16:35:13 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5c3d73c dev-libs/libclc: Fix llvm/clang ranges to slot :0 dev-libs/libclc/libclc-0.1.0_pre20150305.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-libs/libclc/libclc-0.1.0_pre20150305.ebuild b/dev-libs/libclc/libclc-0.1.0_pre20150305.ebuild index 2de4083fc4c..419802efbc2 100644 --- a/dev-libs/libclc/libclc-0.1.0_pre20150305.ebuild +++ b/dev-libs/libclc/libclc-0.1.0_pre20150305.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -28,10 +28,10 @@ KEYWORDS="~amd64 ~ppc ~x86" IUSE="" RDEPEND=" - >=sys-devel/clang-3.6 - >=sys-devel/llvm-3.6 - =sys-devel/clang-3.6:0 + >=sys-devel/llvm-3.6:0 +