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 67AFC13888F for ; Thu, 29 Oct 2015 07:05:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1428A21C00F; Thu, 29 Oct 2015 07:05:39 +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 A49DE21C00F for ; Thu, 29 Oct 2015 07:05:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BC0613408CB for ; Thu, 29 Oct 2015 07:05:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68F301994 for ; Thu, 29 Oct 2015 07:05:33 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1446102324.aff32c2b16de61a880da09e6b35e1e4d0f11146a.jer@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: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: aff32c2b16de61a880da09e6b35e1e4d0f11146a X-VCS-Branch: master Date: Thu, 29 Oct 2015 07:05:33 +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: 1a30b70c-ad9f-4cac-a883-ceb58efd9f6b X-Archives-Hash: 80de303dae95fb404cbe4f3c6178b0d7 commit: aff32c2b16de61a880da09e6b35e1e4d0f11146a Author: Jeroen Roovers gentoo org> AuthorDate: Thu Oct 29 07:03:42 2015 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Thu Oct 29 07:05:24 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aff32c2b sys-apps/elfix: Stable for PPC64 (bug #564286). Package-Manager: portage-2.2.23 RepoMan-Options: --ignore-arches 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 f303c41..d089e5e 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"