From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-956632-garchives=archives.gentoo.org@lists.gentoo.org> 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 EF877139695 for <garchives@archives.gentoo.org>; Tue, 20 Jun 2017 08:42:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3822623400C; Tue, 20 Jun 2017 08:42:36 +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 1610E23400C for <gentoo-commits@lists.gentoo.org>; Tue, 20 Jun 2017 08:42:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CF662341A60 for <gentoo-commits@lists.gentoo.org>; Tue, 20 Jun 2017 08:42:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1DC0D748F for <gentoo-commits@lists.gentoo.org>; Tue, 20 Jun 2017 08:42:32 +0000 (UTC) From: "Alexis Ballier" <aballier@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" <aballier@gentoo.org> Message-ID: <1497947073.ba756082211aecdbbafa8fb3161535a7586eed39.aballier@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 dev-python/pypax/pypax-9999.ebuild X-VCS-Directories: dev-python/pypax/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: ba756082211aecdbbafa8fb3161535a7586eed39 X-VCS-Branch: master Date: Tue, 20 Jun 2017 08:42:32 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0900f3bb-3c7d-4396-a3bf-707c4927c10b X-Archives-Hash: ee9382ca98ae2152bfbc48c90f9243e0 commit: ba756082211aecdbbafa8fb3161535a7586eed39 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Tue Jun 20 08:15:45 2017 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Tue Jun 20 08:24:33 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba756082 dev-python/pypax: keyword ~arm64 Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-python/pypax/pypax-0.9.2.ebuild | 2 +- dev-python/pypax/pypax-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pypax/pypax-0.9.2.ebuild b/dev-python/pypax/pypax-0.9.2.ebuild index a9b84de4b0e..d6d789eeeda 100644 --- a/dev-python/pypax/pypax-0.9.2.ebuild +++ b/dev-python/pypax/pypax-0.9.2.ebuild @@ -12,7 +12,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 ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86" S="${WORKDIR}/elfix-${PV}" fi diff --git a/dev-python/pypax/pypax-9999.ebuild b/dev-python/pypax/pypax-9999.ebuild index f2d9cbd356f..21130e24c55 100644 --- a/dev-python/pypax/pypax-9999.ebuild +++ b/dev-python/pypax/pypax-9999.ebuild @@ -12,7 +12,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 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" S="${WORKDIR}/elfix-${PV}" fi