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 F27FD139694 for ; Tue, 7 Mar 2017 20:55:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 401D421C028; Tue, 7 Mar 2017 20:55:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 1BE0821C028 for ; Tue, 7 Mar 2017 20:55:32 +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 556A4340BEA for ; Tue, 7 Mar 2017 20:55:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C2A085FE4 for ; Tue, 7 Mar 2017 20:55:29 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1488920119.967eed65a6b71216ffefe54d670736133559a04e.vapier@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: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 967eed65a6b71216ffefe54d670736133559a04e X-VCS-Branch: master Date: Tue, 7 Mar 2017 20:55:29 +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: 595fbd3f-81b6-44c7-92f5-3f54bd09922a X-Archives-Hash: 1b499b3f0ad8da23892e4d9f788b709d commit: 967eed65a6b71216ffefe54d670736133559a04e Author: Mike Frysinger gentoo org> AuthorDate: Tue Mar 7 20:55:12 2017 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Tue Mar 7 20:55:19 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=967eed65 sys-devel/binutils: mark 2.26.1 arm64/m68k/s390/sh stable 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 fc398701ccc..22ce4abd710 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"