From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1031116-garchives=archives.gentoo.org@lists.gentoo.org>
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 387A0138334
	for <garchives@archives.gentoo.org>; Tue, 19 Jun 2018 02:08:52 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 5EDD6E08D3;
	Tue, 19 Jun 2018 02:08:51 +0000 (UTC)
Received: from smtp.gentoo.org (dev.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 2DA11E08D3
	for <gentoo-commits@lists.gentoo.org>; Tue, 19 Jun 2018 02:08:51 +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 C0C86335C8E
	for <gentoo-commits@lists.gentoo.org>; Tue, 19 Jun 2018 02:08:49 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 220172E3
	for <gentoo-commits@lists.gentoo.org>; Tue, 19 Jun 2018 02:08:48 +0000 (UTC)
From: "Mike Frysinger" <vapier@gentoo.org>
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" <vapier@gentoo.org>
Message-ID: <1529374086.da335a02b1605a7c8d79a82638fd5e979c462adf.vapier@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/binutils-config/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sys-devel/binutils-config/binutils-config-5.1-r1.ebuild
X-VCS-Directories: sys-devel/binutils-config/
X-VCS-Committer: vapier
X-VCS-Committer-Name: Mike Frysinger
X-VCS-Revision: da335a02b1605a7c8d79a82638fd5e979c462adf
X-VCS-Branch: master
Date: Tue, 19 Jun 2018 02:08:48 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: d901770f-4496-48c6-b335-37d5b753c9d0
X-Archives-Hash: 24c2aacafc704d570a4b897c20cb94b0

commit:     da335a02b1605a7c8d79a82638fd5e979c462adf
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 19 01:33:02 2018 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Tue Jun 19 02:08:06 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da335a02

sys-devel/binutils-config: drop pointless blocker on older binutils versions

 sys-devel/binutils-config/binutils-config-5.1-r1.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/sys-devel/binutils-config/binutils-config-5.1-r1.ebuild b/sys-devel/binutils-config/binutils-config-5.1-r1.ebuild
index 116cb5abf0d..6edddd76dea 100644
--- a/sys-devel/binutils-config/binutils-config-5.1-r1.ebuild
+++ b/sys-devel/binutils-config/binutils-config-5.1-r1.ebuild
@@ -16,9 +16,7 @@ IUSE=""
 
 # We also RDEPEND on sys-apps/findutils which is in base @system
 RDEPEND="sys-apps/gentoo-functions
-	!<app-admin/eselect-1.4.5
-	!<sys-devel/binutils-2.25.1
-"
+	!<app-admin/eselect-1.4.5"
 
 S=${WORKDIR}