diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-12 00:42:35 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-12 00:42:35 +0000 |
commit | 2518b2d31aac507672d4b57c13c3a7f4239004a4 (patch) | |
tree | d89967bfde0643ae03718c50b4a5ce583c71bdfc /sys-devel/binutils/binutils-2.15.91.0.2-r2.ebuild | |
parent | Rewrite ebuild to use freebsd upstream distfile, and include freebsd patches ... (diff) | |
download | gentoo-2-2518b2d31aac507672d4b57c13c3a7f4239004a4.tar.gz gentoo-2-2518b2d31aac507672d4b57c13c3a7f4239004a4.tar.bz2 gentoo-2-2518b2d31aac507672d4b57c13c3a7f4239004a4.zip |
declare ELF2FLT_VER empty for now
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'sys-devel/binutils/binutils-2.15.91.0.2-r2.ebuild')
-rw-r--r-- | sys-devel/binutils/binutils-2.15.91.0.2-r2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-devel/binutils/binutils-2.15.91.0.2-r2.ebuild b/sys-devel/binutils/binutils-2.15.91.0.2-r2.ebuild index 42523df3af70..72d98dbf1587 100644 --- a/sys-devel/binutils/binutils-2.15.91.0.2-r2.ebuild +++ b/sys-devel/binutils/binutils-2.15.91.0.2-r2.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2005 Gentoo Foundation +# 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.91.0.2-r2.ebuild,v 1.3 2005/06/21 06:03:35 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.15.91.0.2-r2.ebuild,v 1.4 2006/01/12 00:42:35 vapier Exp $ PATCHVER="1.2" UCLIBC_PATCHVER="1.0" +ELF2FLT_VER="" inherit toolchain-binutils KEYWORDS="-* -amd64 ~hppa mips ~sparc" |