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 A399F138350 for ; Thu, 6 Feb 2020 09:02:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2591E0845; Thu, 6 Feb 2020 09:02:35 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 A9E68E0845 for ; Thu, 6 Feb 2020 09:02:35 +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 8DEC634E7E8 for ; Thu, 6 Feb 2020 09:02:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A346126 for ; Thu, 6 Feb 2020 09:02:33 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1580979747.ce0c6d32a6ae7b16901b4c0b67ee79763a3a194a.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/inflect/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/inflect/inflect-4.0.0.ebuild X-VCS-Directories: dev-python/inflect/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: ce0c6d32a6ae7b16901b4c0b67ee79763a3a194a X-VCS-Branch: master Date: Thu, 6 Feb 2020 09:02: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 54daad9d-32b9-42e0-a340-75b3828a9543 X-Archives-Hash: 54a9bf6e26f415234756a5c61e7f1dd0 commit: ce0c6d32a6ae7b16901b4c0b67ee79763a3a194a Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Feb 6 08:40:35 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Feb 6 09:02:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce0c6d32 dev-python/inflect: keyworded 4.0.0 for ppc64, bug #706642 Package-Manager: Portage-2.3.87, Repoman-2.3.20 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich gentoo.org> dev-python/inflect/inflect-4.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/inflect/inflect-4.0.0.ebuild b/dev-python/inflect/inflect-4.0.0.ebuild index 2b32091ce43..259a01510e6 100644 --- a/dev-python/inflect/inflect-4.0.0.ebuild +++ b/dev-python/inflect/inflect-4.0.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc ~x86" +KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~x86" IUSE="test" RESTRICT="!test? ( test )"