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 5F455138359 for ; Sun, 13 Sep 2020 03:31:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F7F6E0884; Sun, 13 Sep 2020 03:31:12 +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 23040E0884 for ; Sun, 13 Sep 2020 03:31:12 +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 19D0C340A60 for ; Sun, 13 Sep 2020 03:31:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6917F364 for ; Sun, 13 Sep 2020 03:31: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: <1599967612.c387c06ee4c3bcc0c021c8ccf6c483df31bc8bd9.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: c387c06ee4c3bcc0c021c8ccf6c483df31bc8bd9 X-VCS-Branch: master Date: Sun, 13 Sep 2020 03:31: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: d43c6d0d-444f-4e29-bb1f-d2a6cc6d41c3 X-Archives-Hash: 0c17017735442338d40d4dc0d0802fcf commit: c387c06ee4c3bcc0c021c8ccf6c483df31bc8bd9 Author: Sam James gentoo org> AuthorDate: Sun Sep 13 03:26:52 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sun Sep 13 03:26:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c387c06e dev-python/idna-ssl: Keyword 1.1.0 sparc, #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 7134f8a69b0..fb526c8006e 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 x86" +KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc64 ~riscv ~sparc x86" IUSE="" RDEPEND="dev-python/idna[${PYTHON_USEDEP}]"