diff options
author | Christoph Mende <angelos@gentoo.org> | 2007-10-16 14:26:37 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2007-10-16 14:26:37 +0000 |
commit | 156289b89a47990b26e8e9721e60ad73184a7ce0 (patch) | |
tree | b03c40f237b279358d9746ae2c381ad2b758272a /sys-devel | |
parent | Stable on amd64 wrt bug #195427 (diff) | |
download | gentoo-2-156289b89a47990b26e8e9721e60ad73184a7ce0.tar.gz gentoo-2-156289b89a47990b26e8e9721e60ad73184a7ce0.tar.bz2 gentoo-2-156289b89a47990b26e8e9721e60ad73184a7ce0.zip |
Stable on amd64 wrt bug #195511
(Portage version: 2.1.3.14)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/binutils/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.18-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/binutils/ChangeLog b/sys-devel/binutils/ChangeLog index 4d687ac5108d..3eb54a33e859 100644 --- a/sys-devel/binutils/ChangeLog +++ b/sys-devel/binutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/binutils # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.317 2007/10/15 13:01:11 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.318 2007/10/16 14:26:37 angelos Exp $ + + 16 Oct 2007; Christoph Mende <angelos@gentoo.org> binutils-2.18-r1.ebuild: + Stable on amd64 wrt bug #195511 15 Oct 2007; Markus Rothe <corsair@gentoo.org> binutils-2.18-r1.ebuild: Stable on ppc64; bug #195511 diff --git a/sys-devel/binutils/binutils-2.18-r1.ebuild b/sys-devel/binutils/binutils-2.18-r1.ebuild index 075e58600d45..18e2f81ca17f 100644 --- a/sys-devel/binutils/binutils-2.18-r1.ebuild +++ b/sys-devel/binutils/binutils-2.18-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.18-r1.ebuild,v 1.7 2007/10/15 13:01:11 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.18-r1.ebuild,v 1.8 2007/10/16 14:26:37 angelos Exp $ PATCHVER="1.5" ELF2FLT_VER="" inherit toolchain-binutils -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86" src_unpack() { toolchain-binutils_src_unpack |