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 5A601139694 for ; Fri, 10 Mar 2017 09:10:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2DB91E0CFD; Fri, 10 Mar 2017 09:10:02 +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 06268E0D00 for ; Fri, 10 Mar 2017 09:09:52 +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 F39F134162D for ; Fri, 10 Mar 2017 09:09:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A35716340 for ; Fri, 10 Mar 2017 09:09:43 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1489136931.a2acd5a1c2a0ff95a4142b4b187d419ffb4c4c66.ago@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: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: a2acd5a1c2a0ff95a4142b4b187d419ffb4c4c66 X-VCS-Branch: master Date: Fri, 10 Mar 2017 09:09:43 +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: 117a0be5-c5ac-4f5c-b09b-42df0db91f15 X-Archives-Hash: b3ffcde5fa0e606d22aa862530154a24 commit: a2acd5a1c2a0ff95a4142b4b187d419ffb4c4c66 Author: Agostino Sarubbo gentoo org> AuthorDate: Fri Mar 10 09:08:51 2017 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Fri Mar 10 09:08:51 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2acd5a1 sys-devel/binutils: amd64 stable wrt bug #595288 Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> sys-devel/binutils/binutils-2.26.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/binutils/binutils-2.26.1.ebuild b/sys-devel/binutils/binutils-2.26.1.ebuild index c296e96149a..cca4abd660e 100644 --- a/sys-devel/binutils/binutils-2.26.1.ebuild +++ b/sys-devel/binutils/binutils-2.26.1.ebuild @@ -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"