diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-06-23 02:08:38 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-06-23 02:08:38 +0000 |
commit | b6c4d93edca7d7b221a7e07355af3aa14648f33a (patch) | |
tree | a8011411685d03fcee375384a4198b1dc2feeb7e /sys-devel | |
parent | Makes sense to enable USE xfce for xfce pkg. (diff) | |
download | gentoo-2-b6c4d93edca7d7b221a7e07355af3aa14648f33a.tar.gz gentoo-2-b6c4d93edca7d7b221a7e07355af3aa14648f33a.tar.bz2 gentoo-2-b6c4d93edca7d7b221a7e07355af3aa14648f33a.zip |
Drop gnu hash patch for mips #211680 and backport freebsd fixups #223249.
(Portage version: 2.2_rc1/cvs/Linux 2.6.25 x86_64)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/binutils/ChangeLog | 7 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.18-r2.ebuild | 9 |
2 files changed, 15 insertions, 1 deletions
diff --git a/sys-devel/binutils/ChangeLog b/sys-devel/binutils/ChangeLog index 39c46c9e17c0..f81c3623ed64 100644 --- a/sys-devel/binutils/ChangeLog +++ b/sys-devel/binutils/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-devel/binutils # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.326 2008/05/10 12:06:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.327 2008/06/23 02:08:38 vapier Exp $ + +*binutils-2.18-r2 (23 Jun 2008) + + 23 Jun 2008; Mike Frysinger <vapier@gentoo.org> +binutils-2.18-r2.ebuild: + Drop gnu hash patch for mips #211680 and backport freebsd fixups #223249. *binutils-2.18.50.0.7 (10 May 2008) diff --git a/sys-devel/binutils/binutils-2.18-r2.ebuild b/sys-devel/binutils/binutils-2.18-r2.ebuild new file mode 100644 index 000000000000..648b7bb41585 --- /dev/null +++ b/sys-devel/binutils/binutils-2.18-r2.ebuild @@ -0,0 +1,9 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.18-r2.ebuild,v 1.1 2008/06/23 02:08:38 vapier Exp $ + +PATCHVER="1.6" +ELF2FLT_VER="" +inherit toolchain-binutils + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" |