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 47CEE13835A for ; Sat, 30 May 2020 08:56:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5DCE6E089D; Sat, 30 May 2020 08:56:19 +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 4296DE089D for ; Sat, 30 May 2020 08:56:19 +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 1EC8F34F076 for ; Sat, 30 May 2020 08:56:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B5A70274 for ; Sat, 30 May 2020 08:56:16 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1590828970.b0af3aa1c637c149efe8ab8df60ae00263f3839c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cppy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cppy/cppy-1.1.0.ebuild X-VCS-Directories: dev-python/cppy/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b0af3aa1c637c149efe8ab8df60ae00263f3839c X-VCS-Branch: master Date: Sat, 30 May 2020 08:56:16 +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: aacf45a9-903e-4f3e-b6bf-ed7eacd139cb X-Archives-Hash: 6f7faa22b103160b673d5a50a273a24d commit: b0af3aa1c637c149efe8ab8df60ae00263f3839c Author: Michał Górny gentoo org> AuthorDate: Sat May 30 08:50:52 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat May 30 08:56:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0af3aa1 dev-python/cppy: Keyword 1.1.0 ppc64, #721130 Signed-off-by: Michał Górny gentoo.org> dev-python/cppy/cppy-1.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/cppy/cppy-1.1.0.ebuild b/dev-python/cppy/cppy-1.1.0.ebuild index 189fd8300cd..46ce9c2c095 100644 --- a/dev-python/cppy/cppy-1.1.0.ebuild +++ b/dev-python/cppy/cppy-1.1.0.ebuild @@ -13,6 +13,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" distutils_enable_tests pytest