diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-05-10 12:06:53 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-05-10 12:06:53 +0000 |
commit | 2cffb96067421394b306a0da9e36088bd943b1e3 (patch) | |
tree | f882dae1f45c5d4618e515fc13e9d0e12205e69d /sys-devel/binutils | |
parent | Make sure we carry forward the PaX fix #219848. (diff) | |
download | gentoo-2-2cffb96067421394b306a0da9e36088bd943b1e3.tar.gz gentoo-2-2cffb96067421394b306a0da9e36088bd943b1e3.tar.bz2 gentoo-2-2cffb96067421394b306a0da9e36088bd943b1e3.zip |
Version bump.
(Portage version: 2.2_pre5)
Diffstat (limited to 'sys-devel/binutils')
-rw-r--r-- | sys-devel/binutils/ChangeLog | 8 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.18.50.0.7.ebuild | 9 |
2 files changed, 16 insertions, 1 deletions
diff --git a/sys-devel/binutils/ChangeLog b/sys-devel/binutils/ChangeLog index 3040c42b67f5..39c46c9e17c0 100644 --- a/sys-devel/binutils/ChangeLog +++ b/sys-devel/binutils/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-devel/binutils # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.325 2008/04/03 18:07:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.326 2008/05/10 12:06:52 vapier Exp $ + +*binutils-2.18.50.0.7 (10 May 2008) + + 10 May 2008; Mike Frysinger <vapier@gentoo.org> + +binutils-2.18.50.0.7.ebuild: + Version bump. *binutils-2.18.50.0.6 (03 Apr 2008) diff --git a/sys-devel/binutils/binutils-2.18.50.0.7.ebuild b/sys-devel/binutils/binutils-2.18.50.0.7.ebuild new file mode 100644 index 000000000000..b2772ac5af35 --- /dev/null +++ b/sys-devel/binutils/binutils-2.18.50.0.7.ebuild @@ -0,0 +1,9 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.18.50.0.7.ebuild,v 1.1 2008/05/10 12:06:53 vapier Exp $ + +PATCHVER="1.0" +ELF2FLT_VER="" +inherit toolchain-binutils + +KEYWORDS="" |