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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1F7CD15808B for ; Mon, 7 Feb 2022 11:31:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB06A2BC04D; Mon, 7 Feb 2022 11:31:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D6DFD2BC04D for ; Mon, 7 Feb 2022 11:31:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6FB6E342F76 for ; Mon, 7 Feb 2022 11:31:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23CA22D7 for ; Mon, 7 Feb 2022 11:31:25 +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: <1644233463.05bd1e3296f97fc966842fe3f6ce3976805cd2fc.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/picobox/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/picobox/picobox-2.2.0.ebuild X-VCS-Directories: dev-python/picobox/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 05bd1e3296f97fc966842fe3f6ce3976805cd2fc X-VCS-Branch: master Date: Mon, 7 Feb 2022 11:31:25 +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: 15eb3a8a-3f8e-4906-9d06-437c770f86a0 X-Archives-Hash: f990282d3f5334585f30d57be1d10973 commit: 05bd1e3296f97fc966842fe3f6ce3976805cd2fc Author: Sam James gentoo org> AuthorDate: Mon Feb 7 11:31:03 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Feb 7 11:31:03 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05bd1e32 dev-python/picobox: Keyword 2.2.0 ppc64, #831852 Signed-off-by: Sam James gentoo.org> dev-python/picobox/picobox-2.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/picobox/picobox-2.2.0.ebuild b/dev-python/picobox/picobox-2.2.0.ebuild index 5c1b04888cea..77c9f140644b 100644 --- a/dev-python/picobox/picobox-2.2.0.ebuild +++ b/dev-python/picobox/picobox-2.2.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~x86" +KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86" BDEPEND=" dev-python/setuptools_scm[${PYTHON_USEDEP}]