diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-05-26 16:23:30 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-05-26 16:23:30 +0000 |
commit | 36903c2f5ed119e5203681c83529b82a04247a0d (patch) | |
tree | c73354788c513afb8dedf7ec315ea65e321d0a5a /sys-devel/binutils | |
parent | Apply ia64 patch, thanks to armin76 (diff) | |
download | gentoo-2-36903c2f5ed119e5203681c83529b82a04247a0d.tar.gz gentoo-2-36903c2f5ed119e5203681c83529b82a04247a0d.tar.bz2 gentoo-2-36903c2f5ed119e5203681c83529b82a04247a0d.zip |
Update patchlevel to pick up the new patch to update ld(1) wrt --enable-new-dtags.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel/binutils')
-rw-r--r-- | sys-devel/binutils/ChangeLog | 7 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.19.51.0.5.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/sys-devel/binutils/ChangeLog b/sys-devel/binutils/ChangeLog index 4b86aaed4b10..9bc0075242db 100644 --- a/sys-devel/binutils/ChangeLog +++ b/sys-devel/binutils/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-devel/binutils # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.356 2009/05/26 08:08:25 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.357 2009/05/26 16:23:30 flameeyes Exp $ + + 26 May 2009; Diego E. Pettenò <flameeyes@gentoo.org> + binutils-2.19.51.0.5.ebuild: + Update patchlevel to pick up the new patch to update ld(1) wrt + --enable-new-dtags. *binutils-2.19.51.0.5 (26 May 2009) diff --git a/sys-devel/binutils/binutils-2.19.51.0.5.ebuild b/sys-devel/binutils/binutils-2.19.51.0.5.ebuild index fef2ac317158..53d6cd6ab185 100644 --- a/sys-devel/binutils/binutils-2.19.51.0.5.ebuild +++ b/sys-devel/binutils/binutils-2.19.51.0.5.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.19.51.0.5.ebuild,v 1.1 2009/05/26 08:08:25 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.19.51.0.5.ebuild,v 1.2 2009/05/26 16:23:30 flameeyes Exp $ -PATCHVER="1.0" +PATCHVER="1.1" ELF2FLT_VER="" inherit toolchain-binutils |