diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-03-29 05:39:12 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-03-29 05:39:12 +0000 |
commit | 20bb688214b8c08f09890f4464014505a16f11e9 (patch) | |
tree | ba4bcb404cccbd0b0f6bea3b5b41c319726eb4a9 /sys-devel | |
parent | Stable on x86; bug #127889 (diff) | |
download | gentoo-2-20bb688214b8c08f09890f4464014505a16f11e9.tar.gz gentoo-2-20bb688214b8c08f09890f4464014505a16f11e9.tar.bz2 gentoo-2-20bb688214b8c08f09890f4464014505a16f11e9.zip |
ppc/ppc64 love
(Portage version: 2.1_pre7-r2)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/binutils-nios2/binutils-nios2-5.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/binutils-nios2/binutils-nios2-5.1.ebuild b/sys-devel/binutils-nios2/binutils-nios2-5.1.ebuild index ba98cbf5acf5..04c4ae192969 100644 --- a/sys-devel/binutils-nios2/binutils-nios2-5.1.ebuild +++ b/sys-devel/binutils-nios2/binutils-nios2-5.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-nios2/binutils-nios2-5.1.ebuild,v 1.2 2006/02/04 18:14:54 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-nios2/binutils-nios2-5.1.ebuild,v 1.3 2006/03/29 05:39:12 vapier Exp $ [[ ${CTARGET} != nios* && ${CATEGORY} == "sys-devel" ]] && export CTARGET="nios2-elf" @@ -11,6 +11,6 @@ inherit toolchain-binutils # http://www.altera.com/support/kdb/2000/11/rd11272000_7307.html SRC_URI="mirror://gentoo/niosii-gnutools-src-${PV}.tgz" -KEYWORDS="-* ~amd64 ~x86" +KEYWORDS="-* ~amd64 ~ppc ~ppc64 ~x86" S=${WORKDIR}/src/binutils |