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 0B29C139694 for ; Wed, 8 Mar 2017 21:58:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41E53E0C4E; Wed, 8 Mar 2017 21:58:05 +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 1F313E0C4E for ; Wed, 8 Mar 2017 21:58:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1F62F341694 for ; Wed, 8 Mar 2017 21:58:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D3D3617C for ; Wed, 8 Mar 2017 21:58:02 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1489010257.b1b58004d61910b194350a3aeda58ec56b9c6190.xmw@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: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: b1b58004d61910b194350a3aeda58ec56b9c6190 X-VCS-Branch: master Date: Wed, 8 Mar 2017 21:58:02 +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: d25ccc05-ed69-4f37-bf2a-84fcb9a5925c X-Archives-Hash: 42ba5cab069c40729b88847b38734a1b commit: b1b58004d61910b194350a3aeda58ec56b9c6190 Author: Michael Weber gentoo org> AuthorDate: Wed Mar 8 21:57:37 2017 +0000 Commit: Michael Weber gentoo org> CommitDate: Wed Mar 8 21:57:37 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1b58004 sys-devel/binutils: arm ppc ppc64 stable (bug 595288). Package-Manager: Portage-2.3.4, Repoman-2.3.2 sys-devel/binutils/binutils-2.26.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-devel/binutils/binutils-2.26.1.ebuild b/sys-devel/binutils/binutils-2.26.1.ebuild index 22ce4abd710..fe59738e853 100644 --- a/sys-devel/binutils/binutils-2.26.1.ebuild +++ b/sys-devel/binutils/binutils-2.26.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -7,4 +7,4 @@ 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" +KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 m68k ~mips ppc ppc64 s390 sh ~sparc ~x86 ~amd64-fbsd -sparc-fbsd ~x86-fbsd"