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 256B613888F for ; Thu, 29 Oct 2015 07:05:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 390F521C00D; Thu, 29 Oct 2015 07:05:36 +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 697B821C00D for ; Thu, 29 Oct 2015 07:05:35 +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 A68A3340860 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 57EF31971 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: <1446102320.b0f1f383e85f0f01ae44d29782eed0c35c635945.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypax/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pypax/pypax-0.9.2.ebuild X-VCS-Directories: dev-python/pypax/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: b0f1f383e85f0f01ae44d29782eed0c35c635945 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: 7020d9a1-d995-4051-9af1-15bb0112de88 X-Archives-Hash: 74dbde2bc480a107736e0637a9f1aabe commit: b0f1f383e85f0f01ae44d29782eed0c35c635945 Author: Jeroen Roovers gentoo org> AuthorDate: Thu Oct 29 07:02:56 2015 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Thu Oct 29 07:05:20 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0f1f383 dev-python/pypax: Stable for PPC64 (bug #564286). Package-Manager: portage-2.2.23 RepoMan-Options: --ignore-arches dev-python/pypax/pypax-0.9.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pypax/pypax-0.9.2.ebuild b/dev-python/pypax/pypax-0.9.2.ebuild index 2b2ef71..73d8d19 100644 --- a/dev-python/pypax/pypax-0.9.2.ebuild +++ b/dev-python/pypax/pypax-0.9.2.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-2 else SRC_URI="https://dev.gentoo.org/~blueness/elfix/elfix-${PV}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc ~x86" S="${WORKDIR}/elfix-${PV}" fi