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 DC3F4139694 for ; Tue, 7 Mar 2017 16:35:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A98AE0C32; Tue, 7 Mar 2017 16:35:21 +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 1F694E0C32 for ; Tue, 7 Mar 2017 16:35:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 3A33333BF1B 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 0130C5FB2 for ; Tue, 7 Mar 2017 16:35:19 +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: <1488904515.20d768d801da77326e0ede305c8d33d648bb8afe.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/byfl/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/byfl/byfl-1.4-r1.ebuild X-VCS-Directories: sys-devel/byfl/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 20d768d801da77326e0ede305c8d33d648bb8afe X-VCS-Branch: master Date: Tue, 7 Mar 2017 16:35:19 +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: a8c2ce2e-f46f-4393-93a1-088fb2c3ce3e X-Archives-Hash: 8172ac134e398a56b4a596e240d6534a commit: 20d768d801da77326e0ede305c8d33d648bb8afe Author: Michał Górny gentoo org> AuthorDate: Tue Mar 7 16:31:35 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Mar 7 16:35:15 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20d768d8 sys-devel/byfl: Fix llvm/clang ranges to slot :0 sys-devel/byfl/byfl-1.4-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-devel/byfl/byfl-1.4-r1.ebuild b/sys-devel/byfl/byfl-1.4-r1.ebuild index 02b16eb963d..77a8cf1cb77 100644 --- a/sys-devel/byfl/byfl-1.4-r1.ebuild +++ b/sys-devel/byfl/byfl-1.4-r1.ebuild @@ -26,9 +26,9 @@ LICENSE="BSD" IUSE="hdf5 static-libs sqlite" RDEPEND=" - >=sys-devel/clang-${LLVM_VERSION} - >=sys-devel/llvm-${LLVM_VERSION} - =sys-devel/clang-${LLVM_VERSION}:0 + >=sys-devel/llvm-${LLVM_VERSION}:0 +