diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-06-11 20:16:57 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-06-11 20:16:57 +0000 |
commit | 9cb79159160f04e35f9c301dab528e993cd8482c (patch) | |
tree | 25ed7e69f2e187d051e41e6714ae2618ab531009 /sys-devel | |
parent | Version bump, disable a bunch of utils and devfs support #371059 by Kirill El... (diff) | |
download | gentoo-2-9cb79159160f04e35f9c301dab528e993cd8482c.tar.gz gentoo-2-9cb79159160f04e35f9c301dab528e993cd8482c.tar.bz2 gentoo-2-9cb79159160f04e35f9c301dab528e993cd8482c.zip |
keyword -x86-fbsd and -sparc-fbsd until bug #347931 is solved; it doesnt build
(Portage version: 2.2.0_alpha39/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/binutils/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.21.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/sys-devel/binutils/ChangeLog b/sys-devel/binutils/ChangeLog index e1f7f2cc1604..18f647491dc8 100644 --- a/sys-devel/binutils/ChangeLog +++ b/sys-devel/binutils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/binutils # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.412 2011/06/09 03:24:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.413 2011/06/11 20:16:57 aballier Exp $ + + 11 Jun 2011; Alexis Ballier <aballier@gentoo.org> binutils-2.21.ebuild: + keyword -x86-fbsd and -sparc-fbsd until bug #347931 is solved; it doesnt + build *binutils-2.21.52.0.1 (09 Jun 2011) diff --git a/sys-devel/binutils/binutils-2.21.ebuild b/sys-devel/binutils/binutils-2.21.ebuild index b33492dec155..f54fcc455ffc 100644 --- a/sys-devel/binutils/binutils-2.21.ebuild +++ b/sys-devel/binutils/binutils-2.21.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.21.ebuild,v 1.2 2011/03/11 06:52:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.21.ebuild,v 1.3 2011/06/11 20:16:57 aballier Exp $ PATCHVER="1.0" ELF2FLT_VER="" inherit toolchain-binutils -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -sparc-fbsd -x86-fbsd" |