commit: 1b7b88f1964567167ddfd753fb9333ec40f347bf Author: Bjørn Kagelmacher <DL7RAY <AT> t-online <DOT> de> AuthorDate: Mon Jul 11 20:27:54 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Wed Jul 13 08:25:54 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b7b88f1
sys-devel/binutils: version bump to 2.26.1. Closes: https://github.com/gentoo/gentoo/pull/1874 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org> sys-devel/binutils/binutils-2.26.1.ebuild | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 0000000..dc9fc17 --- /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"
