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 714491580BA for ; Tue, 24 Aug 2021 23:21:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95019E0887; Tue, 24 Aug 2021 23:21:07 +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 76D42E0882 for ; Tue, 24 Aug 2021 23:21:07 +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 5334E340BB4 for ; Tue, 24 Aug 2021 23:21:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 387C18D6 for ; Tue, 24 Aug 2021 23:21:03 +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: <1629847239.a8d975c4d2013b300c8e18743c6b40fb3b848e1e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-trio/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sphinxcontrib-trio/sphinxcontrib-trio-1.1.2.ebuild X-VCS-Directories: dev-python/sphinxcontrib-trio/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a8d975c4d2013b300c8e18743c6b40fb3b848e1e X-VCS-Branch: master Date: Tue, 24 Aug 2021 23:21:03 +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: 49de39df-6501-4b4b-aad2-011a0744fb20 X-Archives-Hash: 36c759a5b58f48a5d70c1366b77b4f18 commit: a8d975c4d2013b300c8e18743c6b40fb3b848e1e Author: Rolf Eike Beer sf-mail de> AuthorDate: Mon Aug 23 19:41:49 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Aug 24 23:20:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8d975c4 dev-python/sphinxcontrib-trio: keyworded 1.1.2 for hppa, bug #808273 Package-Manager: Portage-3.0.20, 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/sphinxcontrib-trio/sphinxcontrib-trio-1.1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sphinxcontrib-trio/sphinxcontrib-trio-1.1.2.ebuild b/dev-python/sphinxcontrib-trio/sphinxcontrib-trio-1.1.2.ebuild index 2b3c82a6c4f..57933116079 100644 --- a/dev-python/sphinxcontrib-trio/sphinxcontrib-trio-1.1.2.ebuild +++ b/dev-python/sphinxcontrib-trio/sphinxcontrib-trio-1.1.2.ebuild @@ -14,7 +14,7 @@ HOMEPAGE=" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="|| ( Apache-2.0 MIT )" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" SLOT="0" RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"