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 7D71413835B for ; Fri, 31 Jul 2020 02:38:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 583DEE0A97; Fri, 31 Jul 2020 02:38:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 43045E0A97 for ; Fri, 31 Jul 2020 02:38:36 +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 3B42B34F501 for ; Fri, 31 Jul 2020 02:38:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C44DF2F9 for ; Fri, 31 Jul 2020 02:38:32 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1596162071.767d6b35dd738c8e2a41a961e57f875bd7da79bc.sam@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: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 767d6b35dd738c8e2a41a961e57f875bd7da79bc X-VCS-Branch: master Date: Fri, 31 Jul 2020 02:38:32 +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: c3e30595-cbf8-4b59-a551-968221203e03 X-Archives-Hash: 65523c78b121c2f95f8b0fef8694f0ae commit: 767d6b35dd738c8e2a41a961e57f875bd7da79bc Author: Sam James gentoo org> AuthorDate: Fri Jul 31 02:21:11 2020 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jul 31 02:21:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=767d6b35 dev-python/cppy: x86 stable (bug #733840) Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Sam James 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 b585f124350..44939e6de5f 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 ~arm arm64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86" distutils_enable_tests pytest