diff options
author | Richard Yao <ryao@gentoo.org> | 2012-06-15 13:39:00 +0000 |
---|---|---|
committer | Richard Yao <ryao@gentoo.org> | 2012-06-15 13:39:00 +0000 |
commit | c170bbdc1e7e73ad29de6a72ee928d4edc0ac92b (patch) | |
tree | 6272e8709358b0acc366da9c1f86ae74129a4bcb /sys-devel | |
parent | Fix building shared library on Darwin (diff) | |
download | gentoo-2-c170bbdc1e7e73ad29de6a72ee928d4edc0ac92b.tar.gz gentoo-2-c170bbdc1e7e73ad29de6a72ee928d4edc0ac92b.tar.bz2 gentoo-2-c170bbdc1e7e73ad29de6a72ee928d4edc0ac92b.zip |
Modify FBSD patch to include update to ./configure script, bug #421069
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/binutils/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.22-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/binutils/ChangeLog b/sys-devel/binutils/ChangeLog index 2cc48b199d83..fea86c7b19cd 100644 --- a/sys-devel/binutils/ChangeLog +++ b/sys-devel/binutils/ChangeLog @@ -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.448 2012/06/14 17:04:06 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.449 2012/06/15 13:39:00 ryao Exp $ + + 15 Jun 2012; Richard Yao <ryao@gentoo.org> binutils-2.22-r1.ebuild: + Modify FBSD patch to include update to ./configure script, bug #421069 13 Jun 2012; Richard Yao <ryao@gentoo.org> binutils-2.22-r1.ebuild: Push out fix for build failure on FreeBSD (bug #347931) by Naohiro Aota and keyword ~amd64-fbsd diff --git a/sys-devel/binutils/binutils-2.22-r1.ebuild b/sys-devel/binutils/binutils-2.22-r1.ebuild index e36b07070da2..df7d6c36fa68 100644 --- a/sys-devel/binutils/binutils-2.22-r1.ebuild +++ b/sys-devel/binutils/binutils-2.22-r1.ebuild @@ -1,8 +1,8 @@ # 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.ebuild,v 1.5 2012/06/14 18:58:57 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.22-r1.ebuild,v 1.6 2012/06/15 13:39:00 ryao Exp $ -PATCHVER="1.3" +PATCHVER="1.4" ELF2FLT_VER="" inherit toolchain-binutils |