diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-04-21 01:23:28 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-04-21 01:23:28 +0000 |
commit | b1b326d188f3726be6d1e62459cc6cceec7e2e13 (patch) | |
tree | 26d32bc3d2f2017ee7417ffb7dfa52112aaa2f02 /sys-devel | |
parent | Remove old. (diff) | |
download | gentoo-2-b1b326d188f3726be6d1e62459cc6cceec7e2e13.tar.gz gentoo-2-b1b326d188f3726be6d1e62459cc6cceec7e2e13.tar.bz2 gentoo-2-b1b326d188f3726be6d1e62459cc6cceec7e2e13.zip |
Add fix from upstream for enabling mips/gold.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/binutils/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.25.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/binutils/ChangeLog b/sys-devel/binutils/ChangeLog index 9c048f271045..e4ebd902954b 100644 --- a/sys-devel/binutils/ChangeLog +++ b/sys-devel/binutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/binutils # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.529 2015/03/15 18:09:47 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.530 2015/04/21 01:23:28 vapier Exp $ + + 21 Apr 2015; Mike Frysinger <vapier@gentoo.org> binutils-2.25.ebuild: + Add fix from upstream for enabling mips/gold. 15 Mar 2015; Michał Górny <mgorny@gentoo.org> binutils-2.25.ebuild: Mark ~amd64-fbsd, bug #499212. Tested by nigoro. diff --git a/sys-devel/binutils/binutils-2.25.ebuild b/sys-devel/binutils/binutils-2.25.ebuild index 5a76074a170b..008c1c8419ee 100644 --- a/sys-devel/binutils/binutils-2.25.ebuild +++ b/sys-devel/binutils/binutils-2.25.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.25.ebuild,v 1.3 2015/03/15 18:09:47 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.25.ebuild,v 1.4 2015/04/21 01:23:28 vapier Exp $ EAPI="4" -PATCHVER="1.0" +PATCHVER="1.1" ELF2FLT_VER="" inherit toolchain-binutils |