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 0D9D5158094 for ; Wed, 20 Jul 2022 17:01:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A035CE0833; Wed, 20 Jul 2022 17:01:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 804EDE0833 for ; Wed, 20 Jul 2022 17:01:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6E475340DFE for ; Wed, 20 Jul 2022 17:01:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A3A4E54C for ; Wed, 20 Jul 2022 17:01:08 +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: <1658336450.0f267ec6ec5a8c20a66c06eb16f64cfb1c24f3a5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/unpaddedbase64/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/unpaddedbase64/unpaddedbase64-2.1.0.ebuild X-VCS-Directories: dev-python/unpaddedbase64/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0f267ec6ec5a8c20a66c06eb16f64cfb1c24f3a5 X-VCS-Branch: master Date: Wed, 20 Jul 2022 17:01:08 +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: ca59752c-8061-4632-a363-b12c3610248b X-Archives-Hash: 79cb2d93c5804cf9ffc70f6009e81c4b commit: 0f267ec6ec5a8c20a66c06eb16f64cfb1c24f3a5 Author: Sam James gentoo org> AuthorDate: Wed Jul 20 17:00:50 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jul 20 17:00:50 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f267ec6 dev-python/unpaddedbase64: Keyword 2.1.0 ppc64, #859412 Signed-off-by: Sam James gentoo.org> dev-python/unpaddedbase64/unpaddedbase64-2.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/unpaddedbase64/unpaddedbase64-2.1.0.ebuild b/dev-python/unpaddedbase64/unpaddedbase64-2.1.0.ebuild index d8e6ae6fb108..0d8d7d1ec803 100644 --- a/dev-python/unpaddedbase64/unpaddedbase64-2.1.0.ebuild +++ b/dev-python/unpaddedbase64/unpaddedbase64-2.1.0.ebuild @@ -19,6 +19,6 @@ S="${WORKDIR}/python-${P}" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~ppc64" distutils_enable_tests unittest