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 55D28139696 for ; Mon, 10 Jul 2017 13:15:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD5B12340BC; Mon, 10 Jul 2017 13:15:22 +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 83A7B2340AF for ; Mon, 10 Jul 2017 13:15:22 +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 E1F4A341872 for ; Mon, 10 Jul 2017 13:15:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 54A5674A8 for ; Mon, 10 Jul 2017 13:15:19 +0000 (UTC) From: "Alexis Ballier" 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" Message-ID: <1499692514.f00145cae4db716f977428fdf699a5a2ace482a6.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyflakes/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyflakes/pyflakes-0.8.1.ebuild X-VCS-Directories: dev-python/pyflakes/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: f00145cae4db716f977428fdf699a5a2ace482a6 X-VCS-Branch: master Date: Mon, 10 Jul 2017 13:15:19 +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: c907a25d-d5d6-4cb0-9031-51f0c5ea751d X-Archives-Hash: 0494e500f99dde6b6ea87dd3ceccda48 commit: f00145cae4db716f977428fdf699a5a2ace482a6 Author: Alexis Ballier gentoo org> AuthorDate: Mon Jul 10 12:42:50 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Jul 10 13:15:14 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f00145ca dev-python/pyflakes: keyword ~arm64 Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-python/pyflakes/pyflakes-0.8.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pyflakes/pyflakes-0.8.1.ebuild b/dev-python/pyflakes/pyflakes-0.8.1.ebuild index 39c00d21912..9b0e88b8032 100644 --- a/dev-python/pyflakes/pyflakes-0.8.1.ebuild +++ b/dev-python/pyflakes/pyflakes-0.8.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"