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 ) id 1SeuBl-0006lQ-RY for garchives@archives.gentoo.org; Wed, 13 Jun 2012 20:29:14 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D038BE0534; Wed, 13 Jun 2012 20:29:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8E82FE0534 for ; Wed, 13 Jun 2012 20:29:05 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EB7401B4006 for ; Wed, 13 Jun 2012 20:29:04 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2325) id 239592004B; Wed, 13 Jun 2012 20:29:03 +0000 (UTC) From: "Richard Yao (ryao)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ryao@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/binutils: binutils-2.22-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: binutils-2.22-r1.ebuild ChangeLog X-VCS-Directories: sys-devel/binutils X-VCS-Committer: ryao X-VCS-Committer-Name: Richard Yao Content-Type: text/plain; charset=utf8 Message-Id: <20120613202903.239592004B@flycatcher.gentoo.org> Date: Wed, 13 Jun 2012 20:29:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 9d314c62-8bc2-4fdf-b6b5-2fa3c6a6a33e X-Archives-Hash: 4fafa0f5ba4555ed3a7e7e54cb3cdf19 ryao 12/06/13 20:29:03 Modified: binutils-2.22-r1.ebuild ChangeLog Log: Fix build failure on FreeBSD (bug #347931) and keyword amd64-fbsd =20 (Portage version: 2.1.10.49/cvs/Linux x86_64) Revision Changes Path 1.4 sys-devel/binutils/binutils-2.22-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils= /binutils-2.22-r1.ebuild?rev=3D1.4&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils= /binutils-2.22-r1.ebuild?rev=3D1.4&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils= /binutils-2.22-r1.ebuild?r1=3D1.3&r2=3D1.4 Index: binutils-2.22-r1.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.22-r1.ebu= ild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- binutils-2.22-r1.ebuild 22 May 2012 19:58:59 -0000 1.3 +++ binutils-2.22-r1.ebuild 13 Jun 2012 20:29:03 -0000 1.4 @@ -1,9 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.22-r1.e= build,v 1.3 2012/05/22 19:58:59 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.22-r1.e= build,v 1.4 2012/06/13 20:29:03 ryao Exp $ =20 -PATCHVER=3D"1.2" +PATCHVER=3D"1.3" ELF2FLT_VER=3D"" inherit toolchain-binutils =20 -KEYWORDS=3D"~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390= ~sh ~sparc ~x86 -sparc-fbsd -x86-fbsd" +KEYWORDS=3D"~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390= ~sh ~sparc ~x86 ~amd64-fbsd -sparc-fbsd -x86-fbsd" + 1.445 sys-devel/binutils/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils= /ChangeLog?rev=3D1.445&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils= /ChangeLog?rev=3D1.445&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils= /ChangeLog?r1=3D1.444&r2=3D1.445 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v retrieving revision 1.444 retrieving revision 1.445 diff -u -r1.444 -r1.445 --- ChangeLog 31 May 2012 04:45:38 -0000 1.444 +++ ChangeLog 13 Jun 2012 20:29:03 -0000 1.445 @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/binutils # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.444 = 2012/05/31 04:45:38 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.445 = 2012/06/13 20:29:03 ryao Exp $ + + 13 Jun 2012; Richard Yao binutils-2.22-r1.ebuild: + Fix build failure on FreeBSD (bug #347931) and keyword amd64-fbsd =20 31 May 2012; Mike Frysinger binutils-2.20.1-r1.ebu= ild: Push out fix for POSIX test behavior #417549 by Richard Yao.