diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-06-28 19:57:29 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-06-28 19:57:29 +0000 |
commit | dfb3ad752d4d4d78e8bd10fee0ac6cd43516c7bf (patch) | |
tree | 65d91a1486723dec07169983a5eef53570d96762 /sys-devel | |
parent | Bump with fixed and new device support (diff) | |
download | gentoo-2-dfb3ad752d4d4d78e8bd10fee0ac6cd43516c7bf.tar.gz gentoo-2-dfb3ad752d4d4d78e8bd10fee0ac6cd43516c7bf.tar.bz2 gentoo-2-dfb3ad752d4d4d78e8bd10fee0ac6cd43516c7bf.zip |
back to ~ppc64
(Portage version: 2.0.51.19)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/binutils/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.16-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/binutils/ChangeLog b/sys-devel/binutils/ChangeLog index 0160552582b3..8588ce79dd5b 100644 --- a/sys-devel/binutils/ChangeLog +++ b/sys-devel/binutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/binutils # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.219 2005/06/28 16:03:47 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.220 2005/06/28 19:57:29 corsair Exp $ + + 28 Jun 2005; Markus Rothe <corsair@gentoo.org> binutils-2.16-r1.ebuild: + Back to ~ppc64; ld problem with current stable glibc :-/ 28 Jun 2005; Markus Rothe <corsair@gentoo.org> binutils-2.16-r1.ebuild: Stable on ppc64 diff --git a/sys-devel/binutils/binutils-2.16-r1.ebuild b/sys-devel/binutils/binutils-2.16-r1.ebuild index 973ea87f4b9b..f09dbeb4d1f5 100644 --- a/sys-devel/binutils/binutils-2.16-r1.ebuild +++ b/sys-devel/binutils/binutils-2.16-r1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.16-r1.ebuild,v 1.5 2005/06/28 16:03:47 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.16-r1.ebuild,v 1.6 2005/06/28 19:57:29 corsair Exp $ PATCHVER="1.5" UCLIBC_PATCHVER="1.0" inherit toolchain-binutils # ARCH - packages to test before marking -KEYWORDS="-* ~alpha ~amd64 arm ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86" +KEYWORDS="-* ~alpha ~amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" src_unpack() { tc-binutils_unpack |