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 ACE34139694 for ; Tue, 11 Jul 2017 20:33:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6A21274109; Tue, 11 Jul 2017 20:33:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B5FDF274109 for ; Tue, 11 Jul 2017 20:33:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A444F341B19 for ; Tue, 11 Jul 2017 20:33:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C0BE74AD for ; Tue, 11 Jul 2017 20:33:44 +0000 (UTC) From: "Sebastien Fabbro" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastien Fabbro" Message-ID: <1499804404.47625a57ac6b42013ea0db46288d5680ab8289c3.bicatali@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pluggy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pluggy/pluggy-0.4.0.ebuild X-VCS-Directories: dev-python/pluggy/ X-VCS-Committer: bicatali X-VCS-Committer-Name: Sebastien Fabbro X-VCS-Revision: 47625a57ac6b42013ea0db46288d5680ab8289c3 X-VCS-Branch: master Date: Tue, 11 Jul 2017 20:33:44 +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: 642fe76b-d425-492c-bd35-da9125b6c0e2 X-Archives-Hash: 4c80cdd472b91c994282b5f0549ea135 commit: 47625a57ac6b42013ea0db46288d5680ab8289c3 Author: Sébastien Fabbro gentoo org> AuthorDate: Mon Jul 10 22:11:35 2017 +0000 Commit: Sebastien Fabbro gentoo org> CommitDate: Tue Jul 11 20:20:04 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47625a57 dev-python/pluggy: add arches Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-python/pluggy/pluggy-0.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pluggy/pluggy-0.4.0.ebuild b/dev-python/pluggy/pluggy-0.4.0.ebuild index 385315733cd..789338bfbab 100644 --- a/dev-python/pluggy/pluggy-0.4.0.ebuild +++ b/dev-python/pluggy/pluggy-0.4.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.zip" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" IUSE="test" RDEPEND=""