diff options
author | 2006-03-30 13:55:25 +0000 | |
---|---|---|
committer | 2006-03-30 13:55:25 +0000 | |
commit | 84ef072d5a8297b481d091bba52bca45aa176f10 (patch) | |
tree | 89c7328822e1fdd94b67e3bd142db4abb19e0e1a /sys-devel/binutils | |
parent | Add ~x86-fbsd keyword. (diff) | |
download | historical-84ef072d5a8297b481d091bba52bca45aa176f10.tar.gz historical-84ef072d5a8297b481d091bba52bca45aa176f10.tar.bz2 historical-84ef072d5a8297b481d091bba52bca45aa176f10.zip |
Add ~x86-fbsd keyword to binutils 2.15 that has FreeBSD patches.
Package-Manager: portage-2.1_pre7-r2
Diffstat (limited to 'sys-devel/binutils')
-rw-r--r-- | sys-devel/binutils/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/binutils/Manifest | 10 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.15.ebuild | 4 |
3 files changed, 16 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/Manifest b/sys-devel/binutils/Manifest index e94dcf5fe979..8d94aca0ef22 100644 --- a/sys-devel/binutils/Manifest +++ b/sys-devel/binutils/Manifest @@ -1,3 +1,6 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 b192a0769b7780c0db14c715ef7c7378 ChangeLog 47849 RMD160 da02bf00171d9c2717f4fa202616146b2ed954d6 ChangeLog 47849 SHA256 b08b89c53ffa31439c7e7a794ad566923d792b89849aee99397c180016f31c0a ChangeLog 47849 @@ -124,3 +127,10 @@ SHA256 068b9566ced44f16f0e2b7c9d56b4d55346591d3779c89ac5d16c133c949898b files/di MD5 567094e03359ffc1c95af7356395228d metadata.xml 162 RMD160 d002486a43522f2116b1d9d59828c484956d66e2 metadata.xml 162 SHA256 65a915d44de1f01d4b7f72d313b4192c38374a9835d24988c00c1e73dca5805a metadata.xml 162 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2.2 (GNU/Linux) + +iD8DBQFEK+NcAiZjviIA2XgRAhtuAKC/CFx+n8wr+BomfcJ4IRfWFFM7LQCg2C0B +YqYrvtwtacQ0bPuEryRPNFE= +=HDvd +-----END PGP SIGNATURE----- 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 |