diff options
author | Bjørn Kagelmacher <DL7RAY@t-online.de> | 2016-07-11 22:27:54 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-07-13 10:25:54 +0200 |
commit | 1b7b88f1964567167ddfd753fb9333ec40f347bf (patch) | |
tree | e5c305309eb65a6ed8fe0a68dbe0081c600fc96d /sys-devel/binutils | |
parent | dev-java/jcmdline: Stable for amd64. Retroactively mark stable for the remain... (diff) | |
download | gentoo-1b7b88f1964567167ddfd753fb9333ec40f347bf.tar.gz gentoo-1b7b88f1964567167ddfd753fb9333ec40f347bf.tar.bz2 gentoo-1b7b88f1964567167ddfd753fb9333ec40f347bf.zip |
sys-devel/binutils: version bump to 2.26.1.
Closes: https://github.com/gentoo/gentoo/pull/1874
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'sys-devel/binutils')
-rw-r--r-- | sys-devel/binutils/binutils-2.26.1.ebuild | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-devel/binutils/binutils-2.26.1.ebuild b/sys-devel/binutils/binutils-2.26.1.ebuild new file mode 100644 index 000000000000..dc9fc1777b19 --- /dev/null +++ b/sys-devel/binutils/binutils-2.26.1.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +PATCHVER="1.0" +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" |