diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2007-05-14 17:59:18 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2007-05-14 17:59:18 +0000 |
commit | 8c29b30c1759ff93bd11ce408a4b2b27f684d7a6 (patch) | |
tree | 245cad7753202385a183c79d5092234561b84536 | |
parent | Use ecompress to define manpage format. Relative to bug 173522. (diff) | |
download | gentoo-2-8c29b30c1759ff93bd11ce408a4b2b27f684d7a6.tar.gz gentoo-2-8c29b30c1759ff93bd11ce408a4b2b27f684d7a6.tar.bz2 gentoo-2-8c29b30c1759ff93bd11ce408a4b2b27f684d7a6.zip |
Add ~alpha keyword as .15 and newer fixes an ugly bug in ld on Alpha.
(Portage version: 2.1.2.7)
-rw-r--r-- | sys-devel/binutils/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.17.50.0.16.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-devel/binutils/ChangeLog b/sys-devel/binutils/ChangeLog index e82d164c8893..ba279eff112d 100644 --- a/sys-devel/binutils/ChangeLog +++ b/sys-devel/binutils/ChangeLog @@ -1,6 +1,10 @@ # 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.289 2007/05/13 05:00:44 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.290 2007/05/14 17:59:18 kloeri Exp $ + + 14 May 2007; Bryan Østergaard <kloeri@gentoo.org> + binutils-2.17.50.0.16.ebuild: + Add ~alpha keyword as .15 and newer fixes an ugly bug in ld on Alpha. 13 May 2007; Joshua Kinard <kumba@gentoo.org> binutils-2.17.ebuild: Stable on mips. diff --git a/sys-devel/binutils/binutils-2.17.50.0.16.ebuild b/sys-devel/binutils/binutils-2.17.50.0.16.ebuild index d0a9c65ea51d..30e3102ce03f 100644 --- a/sys-devel/binutils/binutils-2.17.50.0.16.ebuild +++ b/sys-devel/binutils/binutils-2.17.50.0.16.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.50.0.16.ebuild,v 1.1 2007/05/12 12:28:08 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.17.50.0.16.ebuild,v 1.2 2007/05/14 17:59:18 kloeri Exp $ PATCHVER="1.0" UCLIBC_PATCHVER="1.0" @@ -8,4 +8,4 @@ ELF2FLT_VER="" inherit toolchain-binutils # ARCH - packages to test before marking -KEYWORDS="-*" +KEYWORDS="-* ~alpha" |