diff options
author | 2005-08-26 00:00:44 +0000 | |
---|---|---|
committer | 2005-08-26 00:00:44 +0000 | |
commit | 3542072a060e5193c1568c93f574e33017f32318 (patch) | |
tree | 93d0744107a0aa3e760701005027500e0369564e /sys-devel/binutils/binutils-2.15.92.0.2-r10.ebuild | |
parent | Added patch to build gcalctool on Gentoo/FreeBSD as per bug #103574. See also... (diff) | |
download | historical-3542072a060e5193c1568c93f574e33017f32318.tar.gz historical-3542072a060e5193c1568c93f574e33017f32318.tar.bz2 historical-3542072a060e5193c1568c93f574e33017f32318.zip |
fix from upstream for an off-by-one bug in superh bfd code
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'sys-devel/binutils/binutils-2.15.92.0.2-r10.ebuild')
-rw-r--r-- | sys-devel/binutils/binutils-2.15.92.0.2-r10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/binutils/binutils-2.15.92.0.2-r10.ebuild b/sys-devel/binutils/binutils-2.15.92.0.2-r10.ebuild index b84d6cce890c..ac2af4187bb7 100644 --- a/sys-devel/binutils/binutils-2.15.92.0.2-r10.ebuild +++ b/sys-devel/binutils/binutils-2.15.92.0.2-r10.ebuild @@ -1,8 +1,8 @@ # 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-r10.ebuild,v 1.8 2005/07/13 22:11:24 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.15.92.0.2-r10.ebuild,v 1.9 2005/08/26 00:00:44 vapier Exp $ -PATCHVER="2.5" +PATCHVER="2.6" UCLIBC_PATCHVER="1.1" inherit toolchain-binutils |