diff options
author | Richard Yao <ryao@gentoo.org> | 2012-06-13 20:29:03 +0000 |
---|---|---|
committer | Richard Yao <ryao@gentoo.org> | 2012-06-13 20:29:03 +0000 |
commit | be98e0e322e3cb4acade9381a62406535f80a777 (patch) | |
tree | 65c17f745972b72ca0b51ad9d98b808f2d36c275 /sys-devel/binutils/binutils-2.22-r1.ebuild | |
parent | iwlwifi fix for hardware reset, cifs fix for parsing mount options. (diff) | |
download | gentoo-2-be98e0e322e3cb4acade9381a62406535f80a777.tar.gz gentoo-2-be98e0e322e3cb4acade9381a62406535f80a777.tar.bz2 gentoo-2-be98e0e322e3cb4acade9381a62406535f80a777.zip |
Fix build failure on FreeBSD (bug #347931) and keyword amd64-fbsd
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel/binutils/binutils-2.22-r1.ebuild')
-rw-r--r-- | sys-devel/binutils/binutils-2.22-r1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys-devel/binutils/binutils-2.22-r1.ebuild b/sys-devel/binutils/binutils-2.22-r1.ebuild index 19ee1aeaee83..f57904531f36 100644 --- a/sys-devel/binutils/binutils-2.22-r1.ebuild +++ b/sys-devel/binutils/binutils-2.22-r1.ebuild @@ -1,9 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.22-r1.ebuild,v 1.3 2012/05/22 19:58:59 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.22-r1.ebuild,v 1.4 2012/06/13 20:29:03 ryao Exp $ -PATCHVER="1.2" +PATCHVER="1.3" 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 ~amd64-fbsd -sparc-fbsd -x86-fbsd" + |