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 DBC01139083 for ; Tue, 19 Dec 2017 07:52:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E736E104F; Tue, 19 Dec 2017 07:52:01 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E06DCE104F for ; Tue, 19 Dec 2017 07:52:00 +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 665B033BF05 for ; Tue, 19 Dec 2017 07:51:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0B8DAE1D for ; Tue, 19 Dec 2017 07:51:57 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1513669714.c60e3b606b4c76160d962d7c5c7e1cf83997ab07.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-fastimport/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-fastimport/python-fastimport-0.9.6.ebuild X-VCS-Directories: dev-python/python-fastimport/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: c60e3b606b4c76160d962d7c5c7e1cf83997ab07 X-VCS-Branch: master Date: Tue, 19 Dec 2017 07:51:57 +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: f5c1e412-668b-440e-9305-294eacdad91b X-Archives-Hash: 0add98e66aa3d9794f4e43133b8b7f26 commit: c60e3b606b4c76160d962d7c5c7e1cf83997ab07 Author: Fabian Groffen gentoo org> AuthorDate: Tue Dec 19 07:48:34 2017 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Tue Dec 19 07:48:34 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c60e3b60 dev-python/python-fastimport: marked ~ppc64 Package-Manager: Portage-2.3.13, Repoman-2.3.3 dev-python/python-fastimport/python-fastimport-0.9.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-fastimport/python-fastimport-0.9.6.ebuild b/dev-python/python-fastimport/python-fastimport-0.9.6.ebuild index b804df2aa6f..17ea2dcc430 100644 --- a/dev-python/python-fastimport/python-fastimport-0.9.6.ebuild +++ b/dev-python/python-fastimport/python-fastimport-0.9.6.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="amd64 ~arm64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"