diff options
author | 2009-02-05 06:40:15 +0000 | |
---|---|---|
committer | 2009-02-05 06:40:15 +0000 | |
commit | 7d48073e1ad8d07000d6602625123e0319c6f9c1 (patch) | |
tree | 31442e4365eb9d655acc11f43fb103b2c44ed0ae /sys-devel | |
parent | version bump (diff) | |
download | gentoo-2-7d48073e1ad8d07000d6602625123e0319c6f9c1.tar.gz gentoo-2-7d48073e1ad8d07000d6602625123e0319c6f9c1.tar.bz2 gentoo-2-7d48073e1ad8d07000d6602625123e0319c6f9c1.zip |
Version bump.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/binutils/ChangeLog | 7 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.19.1.ebuild | 9 |
2 files changed, 15 insertions, 1 deletions
diff --git a/sys-devel/binutils/ChangeLog b/sys-devel/binutils/ChangeLog index 2f8d09dad671..84382586965f 100644 --- a/sys-devel/binutils/ChangeLog +++ b/sys-devel/binutils/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-devel/binutils # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.348 2009/01/10 13:07:47 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.349 2009/02/05 06:40:15 vapier Exp $ + +*binutils-2.19.1 (05 Feb 2009) + + 05 Feb 2009; Mike Frysinger <vapier@gentoo.org> +binutils-2.19.1.ebuild: + Version bump. *binutils-2.19.51.0.1 (10 Jan 2009) diff --git a/sys-devel/binutils/binutils-2.19.1.ebuild b/sys-devel/binutils/binutils-2.19.1.ebuild new file mode 100644 index 000000000000..c7252f6a8f25 --- /dev/null +++ b/sys-devel/binutils/binutils-2.19.1.ebuild @@ -0,0 +1,9 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.19.1.ebuild,v 1.1 2009/02/05 06:40:15 vapier Exp $ + +PATCHVER="1.0" +ELF2FLT_VER="" +inherit toolchain-binutils + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" |