From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-commits+bounces-373201-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1Qt5bk-00089S-Lf
	for garchives@archives.gentoo.org; Mon, 15 Aug 2011 22:26:08 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 6B5EC21C054;
	Mon, 15 Aug 2011 22:26:00 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id 3662C21C054
	for <gentoo-commits@lists.gentoo.org>; Mon, 15 Aug 2011 22:26:00 +0000 (UTC)
Received: from pelican.gentoo.org (unknown [66.219.59.40])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id B0FD51B403B
	for <gentoo-commits@lists.gentoo.org>; Mon, 15 Aug 2011 22:25:59 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by pelican.gentoo.org (Postfix) with ESMTP id C13C980040
	for <gentoo-commits@lists.gentoo.org>; Mon, 15 Aug 2011 22:25:58 +0000 (UTC)
From: "Mike Frysinger" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" <vapier@gentoo.org>
Message-ID: <7cb580a271ed6dc224e43096806183c628b714e2.vapier@gentoo>
Subject: [gentoo-commits] proj/crossdev:master commit in: /
X-VCS-Repository: proj/crossdev
X-VCS-Files: crossdev
X-VCS-Directories: /
X-VCS-Committer: vapier
X-VCS-Committer-Name: Mike Frysinger
X-VCS-Revision: 7cb580a271ed6dc224e43096806183c628b714e2
Date: Mon, 15 Aug 2011 22:25:58 +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
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: 
X-Archives-Hash: fe7fae019dff38fbb7d0c775fd67b838

commit:     7cb580a271ed6dc224e43096806183c628b714e2
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 15 22:24:19 2011 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Mon Aug 15 22:24:19 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=3Dproj/crossdev.git;=
a=3Dcommit;h=3D7cb580a2

crossdev: drop {binutils,gcc}-config forced upgrade

These packages have been in stable for a while now, so there shouldn't be
much of a need to force a sanity upgrade.  Especially since the common
toolchain packages take care of forcing recent ones.

Any stragglers will simply be made fun of if they attempt to use crossdev
on an outdated system.

Signed-off-by: Mike Frysinger <vapier <AT> gentoo.org>

---
 crossdev |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/crossdev b/crossdev
index 6634095..5b53471 100755
--- a/crossdev
+++ b/crossdev
@@ -751,10 +751,6 @@ export UCLIBC_CPU=3D${UCLIBC_CPU}
=20
 ex_fast || {
=20
-ebegin "Forcing the latest versions of {binutils,gcc}-config/gnuconfig"
-emerge {binutils,gcc}-config gnuconfig -qu --ignore-default-opts &> /dev=
/null
-eend $? || exit 1
-
 doemerge ${BPKG}
=20
 is_s1 || exit 0