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 BEBDA59CA3 for ; Fri, 11 Mar 2016 06:55:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0FB121C022; Fri, 11 Mar 2016 06:55:24 +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 4889A21C022 for ; Fri, 11 Mar 2016 06:55:24 +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 C2402340BBE for ; Fri, 11 Mar 2016 06:55:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 58D498E9 for ; Fri, 11 Mar 2016 06:55:17 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1457679233.2ff2d07c12365e67e2dbc63516531ff000f9a751.vapier@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.ebuild sys-devel/byfl/byfl-9999.ebuild X-VCS-Directories: sys-devel/byfl/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 2ff2d07c12365e67e2dbc63516531ff000f9a751 X-VCS-Branch: master Date: Fri, 11 Mar 2016 06:55:17 +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: 291822cc-254d-4dda-b54c-824595fbb24d X-Archives-Hash: 8b7c27af704414ab7c439aa8785945bd commit: 2ff2d07c12365e67e2dbc63516531ff000f9a751 Author: Mike Frysinger gentoo org> AuthorDate: Fri Mar 11 06:43:54 2016 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Fri Mar 11 06:53:53 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ff2d07c sys-devel/byfl: fix invalid binutils SLOT dep Requiring binutils:0 has never made sense, so make it match all. sys-devel/byfl/byfl-1.4.ebuild | 2 +- sys-devel/byfl/byfl-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-devel/byfl/byfl-1.4.ebuild b/sys-devel/byfl/byfl-1.4.ebuild index 4744ebf..8d88af4 100644 --- a/sys-devel/byfl/byfl-1.4.ebuild +++ b/sys-devel/byfl/byfl-1.4.ebuild @@ -31,7 +31,7 @@ IUSE="hdf5 static-libs sqlite" RDEPEND=" >=sys-devel/clang-${LLVM_VERSION} >=sys-devel/llvm-${LLVM_VERSION} - sys-devel/binutils:0 + sys-devel/binutils:* dev-lang/perl:= dev-perl/Switch hdf5? ( sci-libs/hdf5[cxx] ) diff --git a/sys-devel/byfl/byfl-9999.ebuild b/sys-devel/byfl/byfl-9999.ebuild index 4744ebf..8d88af4 100644 --- a/sys-devel/byfl/byfl-9999.ebuild +++ b/sys-devel/byfl/byfl-9999.ebuild @@ -31,7 +31,7 @@ IUSE="hdf5 static-libs sqlite" RDEPEND=" >=sys-devel/clang-${LLVM_VERSION} >=sys-devel/llvm-${LLVM_VERSION} - sys-devel/binutils:0 + sys-devel/binutils:* dev-lang/perl:= dev-perl/Switch hdf5? ( sci-libs/hdf5[cxx] )