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 7283F13835A for ; Fri, 16 Oct 2020 21:56:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BF14E0788; Fri, 16 Oct 2020 21:56:27 +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 65E80E0788 for ; Fri, 16 Oct 2020 21:56:27 +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 C345833C6B6 for ; Fri, 16 Oct 2020 21:56:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A7E13A1 for ; Fri, 16 Oct 2020 21:56:24 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1602885378.73ea06ab197d0de7fa61493297fc975d9bcd79a8.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mypy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/mypy/mypy-0.782.ebuild X-VCS-Directories: dev-python/mypy/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 73ea06ab197d0de7fa61493297fc975d9bcd79a8 X-VCS-Branch: master Date: Fri, 16 Oct 2020 21:56:24 +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: 4982300b-8c4f-424d-8470-93511a58fd00 X-Archives-Hash: ae4c1176fcd674e94b0b938b8cf69ee2 commit: 73ea06ab197d0de7fa61493297fc975d9bcd79a8 Author: Sergei Trofimovich gentoo org> AuthorDate: Fri Oct 16 21:55:31 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Fri Oct 16 21:56:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73ea06ab dev-python/mypy: keyworded 0.782 for ia64 keyworded wrt bug #747850 Package-Manager: Portage-3.0.8, Repoman-3.0.1 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich gentoo.org> dev-python/mypy/mypy-0.782.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/mypy/mypy-0.782.ebuild b/dev-python/mypy/mypy-0.782.ebuild index f6931385e1e..4920c1e3601 100644 --- a/dev-python/mypy/mypy-0.782.ebuild +++ b/dev-python/mypy/mypy-0.782.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="~amd64 ~arm64 ~ia64 ~x86" # stubgen collides with this package: https://bugs.gentoo.org/585594 RDEPEND="