diff options
author | Tim Yamin <plasmaroo@gentoo.org> | 2005-01-22 20:56:14 +0000 |
---|---|---|
committer | Tim Yamin <plasmaroo@gentoo.org> | 2005-01-22 20:56:14 +0000 |
commit | 2bb69dfc783885901859ccca010356c9f59d16e5 (patch) | |
tree | b2295b21a4f7508a4eaf3968f040faa1620b10e6 /sys-devel/binutils | |
parent | Added ~sparc keyword as ebuild was improperly bumped and keywords were dropped. (diff) | |
download | gentoo-2-2bb69dfc783885901859ccca010356c9f59d16e5.tar.gz gentoo-2-2bb69dfc783885901859ccca010356c9f59d16e5.tar.bz2 gentoo-2-2bb69dfc783885901859ccca010356c9f59d16e5.zip |
Converting 2.1.95 ~IA64 KEYWORDS into -IA64 KEYWORDS as kernels as well as gnu-efi fail to compile with these versions...
(Portage version: 2.0.51-r14)
Diffstat (limited to 'sys-devel/binutils')
-rw-r--r-- | sys-devel/binutils/ChangeLog | 7 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.15.92.0.2-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.15.92.0.2-r2.ebuild | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/sys-devel/binutils/ChangeLog b/sys-devel/binutils/ChangeLog index ecc5fbe8d0af..495586975704 100644 --- a/sys-devel/binutils/ChangeLog +++ b/sys-devel/binutils/ChangeLog @@ -1,6 +1,11 @@ # 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.181 2005/01/11 13:16:37 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.182 2005/01/22 20:56:14 plasmaroo Exp $ + + 22 Jan 2005; <plasmaroo@gentoo.org> binutils-2.15.92.0.2-r1.ebuild, + binutils-2.15.92.0.2-r2.ebuild: + Converting 2.1.95 ~IA64 KEYWORDS into -IA64 KEYWORDS as kernels as well as + gnu-efi fail to compile with these versions... 11 Jan 2005; Gustavo Zacarias <gustavoz@gentoo.org> binutils-2.15.92.0.2-r1.ebuild: diff --git a/sys-devel/binutils/binutils-2.15.92.0.2-r1.ebuild b/sys-devel/binutils/binutils-2.15.92.0.2-r1.ebuild index bad6f00e6f4a..185a85fe89b5 100644 --- a/sys-devel/binutils/binutils-2.15.92.0.2-r1.ebuild +++ b/sys-devel/binutils/binutils-2.15.92.0.2-r1.ebuild @@ -1,6 +1,6 @@ # 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-r1.ebuild,v 1.25 2005/01/11 14:55:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.15.92.0.2-r1.ebuild,v 1.26 2005/01/22 20:56:14 plasmaroo Exp $ inherit eutils libtool flag-o-matic gnuconfig @@ -15,7 +15,7 @@ SRC_URI="mirror://kernel/linux/devel/binutils/${P}.tar.bz2 LICENSE="|| ( GPL-2 LGPL-2 )" SLOT="0" -KEYWORDS="-* ~amd64 -arm hppa ~ia64 sparc x86" +KEYWORDS="-* ~amd64 -arm hppa -ia64 sparc x86" IUSE="nls bootstrap build multitarget uclibc" DEPEND="virtual/libc diff --git a/sys-devel/binutils/binutils-2.15.92.0.2-r2.ebuild b/sys-devel/binutils/binutils-2.15.92.0.2-r2.ebuild index ed5011374fbb..0f442d1d62c2 100644 --- a/sys-devel/binutils/binutils-2.15.92.0.2-r2.ebuild +++ b/sys-devel/binutils/binutils-2.15.92.0.2-r2.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-r2.ebuild,v 1.15 2005/01/10 02:19:02 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.15.92.0.2-r2.ebuild,v 1.16 2005/01/22 20:56:14 plasmaroo Exp $ PATCHVER="1.2" UCLIBC_PATCHVER="1.1" inherit toolchain-binutils -KEYWORDS="-* ~alpha ~amd64 -arm ~hppa ~ia64 ~sparc ~x86" +KEYWORDS="-* ~alpha ~amd64 -arm ~hppa -ia64 ~sparc ~x86" src_unpack() { toolchain-binutils_src_unpack |