diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-10-17 16:47:07 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-10-17 16:47:07 +0000 |
commit | b171f43ed5975cd654133ceeb0096f1277ef0eb0 (patch) | |
tree | 81c84b5297b6fedb8a0007e5b7109aeaa2fc7447 /sys-devel | |
parent | alpha/sparc stable wrt #195704 (diff) | |
download | gentoo-2-b171f43ed5975cd654133ceeb0096f1277ef0eb0.tar.gz gentoo-2-b171f43ed5975cd654133ceeb0096f1277ef0eb0.tar.bz2 gentoo-2-b171f43ed5975cd654133ceeb0096f1277ef0eb0.zip |
alpha/ia64/sparc stable wrt #195511
(Portage version: 2.1.3.9)
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 3eb54a33e859..f2a4999fde46 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.318 2007/10/16 14:26:37 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.319 2007/10/17 16:47:07 armin76 Exp $ + + 17 Oct 2007; Raúl Porcel <armin76@gentoo.org> binutils-2.18-r1.ebuild: + alpha/ia64/sparc stable wrt #195511 16 Oct 2007; Christoph Mende <angelos@gentoo.org> binutils-2.18-r1.ebuild: Stable on amd64 wrt bug #195511 diff --git a/sys-devel/binutils/binutils-2.18-r1.ebuild b/sys-devel/binutils/binutils-2.18-r1.ebuild index 18e2f81ca17f..5917a07a0aa4 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.8 2007/10/16 14:26:37 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.18-r1.ebuild,v 1.9 2007/10/17 16:47:07 armin76 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 |