diff options
author | Markus Rothe <corsair@gentoo.org> | 2007-10-15 13:01:11 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2007-10-15 13:01:11 +0000 |
commit | a21b1bd87aa22da31945008d7f45bb0e1cf5695c (patch) | |
tree | 6ed70cf97a33245f3f11fd863801060d5e020e6c /sys-devel | |
parent | Stable on ppc64; bug #195427 (diff) | |
download | gentoo-2-a21b1bd87aa22da31945008d7f45bb0e1cf5695c.tar.gz gentoo-2-a21b1bd87aa22da31945008d7f45bb0e1cf5695c.tar.bz2 gentoo-2-a21b1bd87aa22da31945008d7f45bb0e1cf5695c.zip |
Stable on ppc64; bug #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 95d0f234c1f4..4d687ac5108d 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.316 2007/10/14 09:50:31 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.317 2007/10/15 13:01:11 corsair Exp $ + + 15 Oct 2007; Markus Rothe <corsair@gentoo.org> binutils-2.18-r1.ebuild: + Stable on ppc64; bug #195511 14 Oct 2007; Christian Faulhammer <opfer@gentoo.org> binutils-2.18-r1.ebuild: diff --git a/sys-devel/binutils/binutils-2.18-r1.ebuild b/sys-devel/binutils/binutils-2.18-r1.ebuild index 14864111ff95..075e58600d45 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.6 2007/10/14 09:50:31 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.18-r1.ebuild,v 1.7 2007/10/15 13:01:11 corsair 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 |