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 44093138359 for ; Sun, 13 Sep 2020 03:31:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23391E0898; Sun, 13 Sep 2020 03:31:13 +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 08EE8E0898 for ; Sun, 13 Sep 2020 03:31:13 +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 6F5C3340CC4 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 CA7E136F 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: <1599967615.e0c0dd790312b119fcb359d1bf3c3e1a5d68d177.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mypy_extensions/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/mypy_extensions/mypy_extensions-0.4.3-r1.ebuild X-VCS-Directories: dev-python/mypy_extensions/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e0c0dd790312b119fcb359d1bf3c3e1a5d68d177 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: dcc6da19-d9b1-49d9-9b3a-fbff534ca689 X-Archives-Hash: e2800690b00b18352eb7e487efd4eca3 commit: e0c0dd790312b119fcb359d1bf3c3e1a5d68d177 Author: Sam James gentoo org> AuthorDate: Sun Sep 13 03:26:55 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sun Sep 13 03:26:55 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0c0dd79 dev-python/mypy_extensions: Keyword 0.4.3-r1 sparc, #737618 Signed-off-by: Sam James gentoo.org> dev-python/mypy_extensions/mypy_extensions-0.4.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/mypy_extensions/mypy_extensions-0.4.3-r1.ebuild b/dev-python/mypy_extensions/mypy_extensions-0.4.3-r1.ebuild index 5c7180a1748..6e5cce0118d 100644 --- a/dev-python/mypy_extensions/mypy_extensions-0.4.3-r1.ebuild +++ b/dev-python/mypy_extensions/mypy_extensions-0.4.3-r1.ebuild @@ -15,7 +15,7 @@ if [[ "${PV}" =~ [9]{4,} ]]; then EGIT_REPO_URI="https://github.com/python/${PN}" EGIT_COMMIT="master" else - KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~riscv ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~riscv ~sparc ~x86" fi LICENSE="MIT"