diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-12-08 14:09:09 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-12-08 14:09:09 -0500 |
commit | 07ef80cabf01656c3cfd584099aebdb4884fb02d (patch) | |
tree | 964913151e1154ac46b6161f143546d55678892d /sys-devel/binutils/binutils-2.23.2.ebuild | |
parent | gdb: update snapshots (diff) | |
download | toolchain-07ef80cabf01656c3cfd584099aebdb4884fb02d.tar.gz toolchain-07ef80cabf01656c3cfd584099aebdb4884fb02d.tar.bz2 toolchain-07ef80cabf01656c3cfd584099aebdb4884fb02d.zip |
binutils: import older versions from main tree
Diffstat (limited to 'sys-devel/binutils/binutils-2.23.2.ebuild')
-rw-r--r-- | sys-devel/binutils/binutils-2.23.2.ebuild | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sys-devel/binutils/binutils-2.23.2.ebuild b/sys-devel/binutils/binutils-2.23.2.ebuild new file mode 100644 index 0000000..26b91e7 --- /dev/null +++ b/sys-devel/binutils/binutils-2.23.2.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +PATCHVER="1.0" +ELF2FLT_VER="" +inherit toolchain-binutils + +# See #464152 +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 -amd64-fbsd -sparc-fbsd -x86-fbsd" |