diff options
author | 2005-04-09 13:10:19 +0000 | |
---|---|---|
committer | 2005-04-09 13:10:19 +0000 | |
commit | dbe0d2f1d42554252f44eef272fd994571d4cb28 (patch) | |
tree | 7a2bfaad24943cfe8ccf273dd854a15a51c3a896 /sys-devel | |
parent | Stable on ppc64 (diff) | |
download | gentoo-2-dbe0d2f1d42554252f44eef272fd994571d4cb28.tar.gz gentoo-2-dbe0d2f1d42554252f44eef272fd994571d4cb28.tar.bz2 gentoo-2-dbe0d2f1d42554252f44eef272fd994571d4cb28.zip |
Added ~ppc64 to KEYWORDS
(Portage version: 2.0.51.19)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/binutils/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.15.92.0.2-r8.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.15.94.0.2.2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-devel/binutils/ChangeLog b/sys-devel/binutils/ChangeLog index ecbd8af5cacc..1ef6a5b87679 100644 --- a/sys-devel/binutils/ChangeLog +++ b/sys-devel/binutils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/binutils # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.194 2005/04/06 05:13:56 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.195 2005/04/09 13:10:19 corsair Exp $ + + 09 Apr 2005; Markus Rothe <corsair@gentoo.org> + binutils-2.15.92.0.2-r8.ebuild, binutils-2.15.94.0.2.2.ebuild: + Added ~ppc64 to KEYWORDS *binutils-2.15.92.0.2-r8 (06 Apr 2005) diff --git a/sys-devel/binutils/binutils-2.15.92.0.2-r8.ebuild b/sys-devel/binutils/binutils-2.15.92.0.2-r8.ebuild index baf2ed5c928e..bf6b7fa3b1a2 100644 --- a/sys-devel/binutils/binutils-2.15.92.0.2-r8.ebuild +++ b/sys-devel/binutils/binutils-2.15.92.0.2-r8.ebuild @@ -1,12 +1,12 @@ # 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.15.92.0.2-r8.ebuild,v 1.1 2005/04/06 05:13:56 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.15.92.0.2-r8.ebuild,v 1.2 2005/04/09 13:10:19 corsair Exp $ PATCHVER="2.1" UCLIBC_PATCHVER="1.1" inherit toolchain-binutils -KEYWORDS="-* ~alpha ~amd64 -arm ~hppa ~ia64 ~sparc ~x86" +KEYWORDS="-* ~alpha ~amd64 -arm ~hppa ~ia64 ~sparc ~x86 ~ppc64" src_unpack() { toolchain-binutils_src_unpack diff --git a/sys-devel/binutils/binutils-2.15.94.0.2.2.ebuild b/sys-devel/binutils/binutils-2.15.94.0.2.2.ebuild index 255b008966b3..e9ae8df8d20d 100644 --- a/sys-devel/binutils/binutils-2.15.94.0.2.2.ebuild +++ b/sys-devel/binutils/binutils-2.15.94.0.2.2.ebuild @@ -1,12 +1,12 @@ # 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.15.94.0.2.2.ebuild,v 1.3 2005/03/30 17:32:31 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.15.94.0.2.2.ebuild,v 1.4 2005/04/09 13:10:19 corsair Exp $ PATCHVER="1.1" UCLIBC_PATCHVER="1.0" inherit toolchain-binutils -KEYWORDS="-* -arm ~mips" +KEYWORDS="-* -arm ~mips ~ppc64" src_unpack() { toolchain-binutils_src_unpack |