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 604A81382C5 for ; Thu, 29 Mar 2018 08:30:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4CEA1E085E; Thu, 29 Mar 2018 08:30:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 249F3E085E for ; Thu, 29 Mar 2018 08:30:16 +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 7CDB8335D09 for ; Thu, 29 Mar 2018 08:30:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7045F267 for ; Thu, 29 Mar 2018 08:30:10 +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: <1522312200.66f13af220a5e9bb18c2dd2d6ead4f97108b0447.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.5.ebuild sys-devel/byfl/byfl-9999.ebuild X-VCS-Directories: sys-devel/byfl/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 66f13af220a5e9bb18c2dd2d6ead4f97108b0447 X-VCS-Branch: master Date: Thu, 29 Mar 2018 08:30:10 +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: e4ce5925-cd75-455e-906d-8a38ef0f2759 X-Archives-Hash: f82675d9fd71f0c3127be6b21fe19333 commit: 66f13af220a5e9bb18c2dd2d6ead4f97108b0447 Author: Michał Górny gentoo org> AuthorDate: Thu Mar 29 08:29:33 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Mar 29 08:30:00 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66f13af2 sys-devel/byfl: Restrict 1.5+ to sys-devel/llvm:0 as well Bug: https://bugs.gentoo.org/613560 sys-devel/byfl/byfl-1.5.ebuild | 6 +++--- sys-devel/byfl/byfl-9999.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sys-devel/byfl/byfl-1.5.ebuild b/sys-devel/byfl/byfl-1.5.ebuild index c1088fff63a..fa0b1fb4d62 100644 --- a/sys-devel/byfl/byfl-1.5.ebuild +++ b/sys-devel/byfl/byfl-1.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -26,8 +26,8 @@ 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 sys-devel/binutils:* dev-lang/perl:= dev-perl/Switch diff --git a/sys-devel/byfl/byfl-9999.ebuild b/sys-devel/byfl/byfl-9999.ebuild index c1088fff63a..fa0b1fb4d62 100644 --- a/sys-devel/byfl/byfl-9999.ebuild +++ b/sys-devel/byfl/byfl-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -26,8 +26,8 @@ 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 sys-devel/binutils:* dev-lang/perl:= dev-perl/Switch