diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-03-30 13:55:25 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-03-30 13:55:25 +0000 |
commit | eb6d6b9505eb2d9cc8f6a66b9175d99ba5517858 (patch) | |
tree | f8ac57c571f69cf32b4a9cc35fb038df7289ab39 /sys-devel | |
parent | Add ~x86-fbsd keyword. (diff) | |
download | gentoo-2-eb6d6b9505eb2d9cc8f6a66b9175d99ba5517858.tar.gz gentoo-2-eb6d6b9505eb2d9cc8f6a66b9175d99ba5517858.tar.bz2 gentoo-2-eb6d6b9505eb2d9cc8f6a66b9175d99ba5517858.zip |
Add ~x86-fbsd keyword to binutils 2.15 that has FreeBSD patches.
(Portage version: 2.1_pre7-r2)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/binutils/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.15.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/binutils/ChangeLog b/sys-devel/binutils/ChangeLog index 1ae6f4d5868f..f6ec850fd190 100644 --- a/sys-devel/binutils/ChangeLog +++ b/sys-devel/binutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/binutils # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.241 2006/03/18 03:32:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.242 2006/03/30 13:55:25 flameeyes Exp $ + + 30 Mar 2006; Diego Pettenò <flameeyes@gentoo.org> binutils-2.15.ebuild: + Add ~x86-fbsd keyword to binutils 2.15 that has FreeBSD patches. *binutils-2.16.91.0.7 (18 Mar 2006) diff --git a/sys-devel/binutils/binutils-2.15.ebuild b/sys-devel/binutils/binutils-2.15.ebuild index 20c38b5ea428..cbe3093eccf7 100644 --- a/sys-devel/binutils/binutils-2.15.ebuild +++ b/sys-devel/binutils/binutils-2.15.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.15.ebuild,v 1.9 2006/02/16 04:15:10 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.15.ebuild,v 1.10 2006/03/30 13:55:25 flameeyes Exp $ PATCHVER="1.3" UCLIBC_PATCHVER="" ELF2FLT_VER="" inherit toolchain-binutils -KEYWORDS="-*" +KEYWORDS="-* ~x86-fbsd" src_unpack() { tc-binutils_unpack |