diff options
author | Christoph Mende <angelos@gentoo.org> | 2007-09-16 13:25:05 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2007-09-16 13:25:05 +0000 |
commit | c25ee9b26b25fafa3096e747e1165eee1c47ba80 (patch) | |
tree | 8fc2dc6b5b9a944f455c009a3f3e557f76579c9a /sys-devel | |
parent | Stable on amd64 wrt bug #192671 (diff) | |
download | gentoo-2-c25ee9b26b25fafa3096e747e1165eee1c47ba80.tar.gz gentoo-2-c25ee9b26b25fafa3096e747e1165eee1c47ba80.tar.bz2 gentoo-2-c25ee9b26b25fafa3096e747e1165eee1c47ba80.zip |
Stable on amd64 wrt bug #192258
(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.17-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/binutils/ChangeLog b/sys-devel/binutils/ChangeLog index 780af35d8f1b..931aa057257f 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.304 2007/09/13 07:57:16 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.305 2007/09/16 13:25:05 angelos Exp $ + + 16 Sep 2007; Christoph Mende <angelos@gentoo.org> binutils-2.17-r1.ebuild: + Stable on amd64 wrt bug #192258 13 Sep 2007; Raúl Porcel <armin76@gentoo.org> binutils-2.17-r1.ebuild: ia64/x86 stable wrt #192258 diff --git a/sys-devel/binutils/binutils-2.17-r1.ebuild b/sys-devel/binutils/binutils-2.17-r1.ebuild index c953f907203e..51db44b8f567 100644 --- a/sys-devel/binutils/binutils-2.17-r1.ebuild +++ b/sys-devel/binutils/binutils-2.17-r1.ebuild @@ -1,6 +1,6 @@ # 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.17-r1.ebuild,v 1.2 2007/09/13 07:57:16 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.17-r1.ebuild,v 1.3 2007/09/16 13:25:05 angelos Exp $ PATCHVER="1.3" UCLIBC_PATCHVER="1.0" @@ -8,4 +8,4 @@ ELF2FLT_VER="" inherit toolchain-binutils # ARCH - packages to test before marking -KEYWORDS="-* ~alpha ~amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~sparc-fbsd x86 ~x86-fbsd" +KEYWORDS="-* ~alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~sparc-fbsd x86 ~x86-fbsd" |