diff options
author | 2014-10-22 23:37:55 +0000 | |
---|---|---|
committer | 2014-10-22 23:37:55 +0000 | |
commit | a3760fc9e13b04aed2373732bb95eaf3486496f9 (patch) | |
tree | 99bef05489e06f00c764421a4da2f22004e50a1c | |
parent | Fix typo in DEPEND (bug #526484). (diff) | |
download | gentoo-2-a3760fc9e13b04aed2373732bb95eaf3486496f9.tar.gz gentoo-2-a3760fc9e13b04aed2373732bb95eaf3486496f9.tar.bz2 gentoo-2-a3760fc9e13b04aed2373732bb95eaf3486496f9.zip |
Mark arm/arm64/ia64/m68k/s390/sh stable #526482.
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
-rw-r--r-- | sys-devel/binutils/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/binutils/binutils-2.24-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/binutils/ChangeLog b/sys-devel/binutils/ChangeLog index abe412e9e106..aeb4c2da0ae2 100644 --- a/sys-devel/binutils/ChangeLog +++ b/sys-devel/binutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/binutils # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.517 2014/10/22 23:07:23 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.518 2014/10/22 23:37:55 vapier Exp $ + + 22 Oct 2014; Mike Frysinger <vapier@gentoo.org> binutils-2.24-r3.ebuild: + Mark arm/arm64/ia64/m68k/s390/sh stable #526482. 22 Oct 2014; Jeroen Roovers <jer@gentoo.org> binutils-2.24-r3.ebuild: Stable for HPPA (bug #526482). diff --git a/sys-devel/binutils/binutils-2.24-r3.ebuild b/sys-devel/binutils/binutils-2.24-r3.ebuild index 9be487cb17f7..b08dcbb645d5 100644 --- a/sys-devel/binutils/binutils-2.24-r3.ebuild +++ b/sys-devel/binutils/binutils-2.24-r3.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.24-r3.ebuild,v 1.2 2014/10/22 23:07:23 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.24-r3.ebuild,v 1.3 2014/10/22 23:37:55 vapier Exp $ PATCHVER="1.4" ELF2FLT_VER="" inherit toolchain-binutils -KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -amd64-fbsd -sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha ~amd64 arm arm64 hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh ~sparc ~x86 -amd64-fbsd -sparc-fbsd ~x86-fbsd" |