From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 305D413888F for ; Fri, 30 Oct 2015 09:18:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6F9C21C01E; Fri, 30 Oct 2015 09:18:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8270FE081C for ; Fri, 30 Oct 2015 09:18:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BC6C0340C8A for ; Fri, 30 Oct 2015 09:18:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 343A71AE4 for ; Fri, 30 Oct 2015 09:18:14 +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: <1446196681.f03d18d7ea758bea64a3db8f868dc7bd9e8bad24.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/elfix/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/elfix/elfix-0.9.2.ebuild X-VCS-Directories: sys-apps/elfix/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: f03d18d7ea758bea64a3db8f868dc7bd9e8bad24 X-VCS-Branch: master Date: Fri, 30 Oct 2015 09:18:14 +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: 1771433e-e9a3-4279-a7e1-3c78c29a76ab X-Archives-Hash: a69de7cb6e9aa4c7e3c8ccc255f03596 commit: f03d18d7ea758bea64a3db8f868dc7bd9e8bad24 Author: Agostino Sarubbo gentoo org> AuthorDate: Fri Oct 30 09:18:01 2015 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Fri Oct 30 09:18:01 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f03d18d7 sys-apps/elfix: amd64 stable wrt bug #564286 Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="amd64" sys-apps/elfix/elfix-0.9.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/elfix/elfix-0.9.2.ebuild b/sys-apps/elfix/elfix-0.9.2.ebuild index d089e5e..8267860 100644 --- a/sys-apps/elfix/elfix-0.9.2.ebuild +++ b/sys-apps/elfix/elfix-0.9.2.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-2 else SRC_URI="https://dev.gentoo.org/~blueness/elfix/${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc ~x86" + KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc ~x86" fi DESCRIPTION="A suite of tools to work with ELF objects on Hardened Gentoo"