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 5142D158087 for ; Fri, 21 Jan 2022 12:25:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3422F2BC097; Fri, 21 Jan 2022 12:25:30 +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 0460C2BC097 for ; Fri, 21 Jan 2022 12:25:29 +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 7683634320B for ; Fri, 21 Jan 2022 12:25:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C51972BF for ; Fri, 21 Jan 2022 12:25: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: <1642767912.c9e4ac8531a22e5c9d9c3b6b0c52904038cf9dc7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/typeguard/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/typeguard/typeguard-2.13.3.ebuild X-VCS-Directories: dev-python/typeguard/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c9e4ac8531a22e5c9d9c3b6b0c52904038cf9dc7 X-VCS-Branch: master Date: Fri, 21 Jan 2022 12:25: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: 163afa6d-ed9c-49d0-b36f-a6746ddd267b X-Archives-Hash: d9e867afcc96b4b0edfe51d41d776a56 commit: c9e4ac8531a22e5c9d9c3b6b0c52904038cf9dc7 Author: Rolf Eike Beer sf-mail de> AuthorDate: Thu Jan 20 17:24:56 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jan 21 12:25:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9e4ac85 dev-python/typeguard: keyword 2.13.3 for hppa, bug #808378 Package-Manager: Portage-3.0.28, Repoman-3.0.3 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Sam James gentoo.org> dev-python/typeguard/typeguard-2.13.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/typeguard/typeguard-2.13.3.ebuild b/dev-python/typeguard/typeguard-2.13.3.ebuild index 86a6584a640d..79fa6e544e51 100644 --- a/dev-python/typeguard/typeguard-2.13.3.ebuild +++ b/dev-python/typeguard/typeguard-2.13.3.ebuild @@ -16,7 +16,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ia64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm64 ~hppa ~ia64 ~riscv ~x86" BDEPEND=" dev-python/setuptools_scm[${PYTHON_USEDEP}]