diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-01-18 03:08:02 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-01-18 03:08:02 +0000 |
commit | 728e05b1d3886569ddd384708000bdf53bd00780 (patch) | |
tree | 7692194edd0f9ba1f6890890ab24f406b8fba94d /sys-devel/binutils-config | |
parent | Add arm64 love. (diff) | |
download | gentoo-2-728e05b1d3886569ddd384708000bdf53bd00780.tar.gz gentoo-2-728e05b1d3886569ddd384708000bdf53bd00780.tar.bz2 gentoo-2-728e05b1d3886569ddd384708000bdf53bd00780.zip |
Add arm64 love.
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'sys-devel/binutils-config')
-rw-r--r-- | sys-devel/binutils-config/ChangeLog | 7 | ||||
-rw-r--r-- | sys-devel/binutils-config/binutils-config-3-r3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-devel/binutils-config/ChangeLog b/sys-devel/binutils-config/ChangeLog index 6d6b518bdfe4..e90562ba58c2 100644 --- a/sys-devel/binutils-config/ChangeLog +++ b/sys-devel/binutils-config/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/binutils-config -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-config/ChangeLog,v 1.64 2013/05/05 05:20:42 vapier Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-config/ChangeLog,v 1.65 2014/01/18 03:08:02 vapier Exp $ + + 18 Jan 2014; Mike Frysinger <vapier@gentoo.org> binutils-config-3-r3.ebuild: + Add arm64 love. 05 May 2013; Mike Frysinger <vapier@gentoo.org> files/binutils-config-3: Also try to rmdir target bin/libexec paths when uninstalling. diff --git a/sys-devel/binutils-config/binutils-config-3-r3.ebuild b/sys-devel/binutils-config/binutils-config-3-r3.ebuild index 25c41a5e8ee7..7c73debb9ad3 100644 --- a/sys-devel/binutils-config/binutils-config-3-r3.ebuild +++ b/sys-devel/binutils-config/binutils-config-3-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-config/binutils-config-3-r3.ebuild,v 1.9 2012/07/29 18:36:13 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-config/binutils-config-3-r3.ebuild,v 1.10 2014/01/18 03:08:02 vapier Exp $ DESCRIPTION="Utility to change the binutils version being used" HOMEPAGE="http://www.gentoo.org/" @@ -8,7 +8,7 @@ SRC_URI="" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm 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" IUSE="" RDEPEND="userland_GNU? ( !<sys-apps/findutils-4.2 )" |