From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 30FA4138306 for ; Wed, 13 Jul 2016 08:26:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3610921C07C; Wed, 13 Jul 2016 08:26:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C01FC21C07C for ; Wed, 13 Jul 2016 08:26:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 64F91340C80 for ; Wed, 13 Jul 2016 08:26:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 567822440 for ; Wed, 13 Jul 2016 08:26:12 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1468398354.1b7b88f1964567167ddfd753fb9333ec40f347bf.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/binutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/binutils/binutils-2.26.1.ebuild X-VCS-Directories: sys-devel/binutils/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 1b7b88f1964567167ddfd753fb9333ec40f347bf X-VCS-Branch: master Date: Wed, 13 Jul 2016 08:26:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f1c89141-f3e4-4162-ac48-92135a54ad59 X-Archives-Hash: 52e9da4c22e001c98a202ef92982168e commit: 1b7b88f1964567167ddfd753fb9333ec40f347bf Author: Bjørn Kagelmacher t-online de> AuthorDate: Mon Jul 11 20:27:54 2016 +0000 Commit: Patrice Clement gentoo 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 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"