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 6EE0C138359 for ; Sun, 13 Sep 2020 04:55:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9003AE087B; Sun, 13 Sep 2020 04:55:28 +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 751F7E087B for ; Sun, 13 Sep 2020 04:55:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 808B933BE18 for ; Sun, 13 Sep 2020 04:55:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20AA2364 for ; Sun, 13 Sep 2020 04:55: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: <1599972916.d45c89717d72aecda248a060938ef4c1adc50082.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/idna-ssl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/idna-ssl/idna-ssl-1.1.0.ebuild X-VCS-Directories: dev-python/idna-ssl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d45c89717d72aecda248a060938ef4c1adc50082 X-VCS-Branch: master Date: Sun, 13 Sep 2020 04:55: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: d361adf2-fb11-4167-a87f-a7df55ad2f98 X-Archives-Hash: 8174fa4c77365a369d453d7be9da78be commit: d45c89717d72aecda248a060938ef4c1adc50082 Author: Sam James gentoo org> AuthorDate: Sun Sep 13 04:45:08 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sun Sep 13 04:55:16 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d45c8971 dev-python/idna-ssl: Keyword 1.1.0 ppc, #737618 Signed-off-by: Sam James gentoo.org> dev-python/idna-ssl/idna-ssl-1.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/idna-ssl/idna-ssl-1.1.0.ebuild b/dev-python/idna-ssl/idna-ssl-1.1.0.ebuild index fb526c8006e..802b3e0ff9a 100644 --- a/dev-python/idna-ssl/idna-ssl-1.1.0.ebuild +++ b/dev-python/idna-ssl/idna-ssl-1.1.0.ebuild @@ -15,7 +15,7 @@ SRC_URI=" SLOT="0" LICENSE="MIT" -KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc64 ~riscv ~sparc x86" +KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86" IUSE="" RDEPEND="dev-python/idna[${PYTHON_USEDEP}]"