diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-11-02 13:01:15 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-11-02 13:01:15 +0000 |
commit | 10f2c7cf88d8b19a100e11c122e579e49667cce2 (patch) | |
tree | 94d1fc3abbec6889f0e351831d11cae27fe3464d /sys-devel | |
parent | Version bump, fix kernel 2.6.26 compatibility (bug #232700). Module is now (diff) | |
download | gentoo-2-10f2c7cf88d8b19a100e11c122e579e49667cce2.tar.gz gentoo-2-10f2c7cf88d8b19a100e11c122e579e49667cce2.tar.bz2 gentoo-2-10f2c7cf88d8b19a100e11c122e579e49667cce2.zip |
Add ~alpha/~sparc love.
(Portage version: 2.2_rc12/cvs/Linux 2.6.26.2 x86_64)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/binutils/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.19.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/binutils/ChangeLog b/sys-devel/binutils/ChangeLog index d0910682b863..77154d4ab3df 100644 --- a/sys-devel/binutils/ChangeLog +++ b/sys-devel/binutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/binutils # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.341 2008/11/01 07:35:27 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.342 2008/11/02 13:01:15 vapier Exp $ + + 02 Nov 2008; Mike Frysinger <vapier@gentoo.org> binutils-2.19.ebuild: + Add ~alpha/~sparc love. *binutils-2.19 (01 Nov 2008) diff --git a/sys-devel/binutils/binutils-2.19.ebuild b/sys-devel/binutils/binutils-2.19.ebuild index 1530845fd300..102f5d73a969 100644 --- a/sys-devel/binutils/binutils-2.19.ebuild +++ b/sys-devel/binutils/binutils-2.19.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.19.ebuild,v 1.2 2008/11/01 08:31:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.19.ebuild,v 1.3 2008/11/02 13:01:15 vapier Exp $ PATCHVER="1.0" ELF2FLT_VER="" inherit toolchain-binutils -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" |