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 31B0A158092 for ; Wed, 4 May 2022 14:42:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78EE3E0802; Wed, 4 May 2022 14:42:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0A9A8E0802 for ; Wed, 4 May 2022 14:42:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 3BE05341A16 for ; Wed, 4 May 2022 14:42:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CED4C449 for ; Wed, 4 May 2022 14:42:04 +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: <1651675297.2460cd321b426bf2c2acfe961809aad5c78d99e4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-docs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-docs/python-docs-3.10.4.ebuild X-VCS-Directories: dev-python/python-docs/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2460cd321b426bf2c2acfe961809aad5c78d99e4 X-VCS-Branch: master Date: Wed, 4 May 2022 14:42:04 +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: 26a64fc7-3ddf-4399-b2dd-3872f77aecac X-Archives-Hash: 7a88ce605b40a91673f6b7b4b6ee1feb commit: 2460cd321b426bf2c2acfe961809aad5c78d99e4 Author: Rolf Eike Beer sf-mail de> AuthorDate: Wed May 4 14:30:34 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed May 4 14:41:37 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2460cd32 dev-python/python-docs: stable 3.10.4 for hppa, bug #841272 Package-Manager: Portage-3.0.30, 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/python-docs/python-docs-3.10.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-docs/python-docs-3.10.4.ebuild b/dev-python/python-docs/python-docs-3.10.4.ebuild index f42f5512f3a3..0d66370bcd05 100644 --- a/dev-python/python-docs/python-docs-3.10.4.ebuild +++ b/dev-python/python-docs/python-docs-3.10.4.ebuild @@ -10,7 +10,7 @@ S="${WORKDIR}/python-${PV}-docs-html" LICENSE="PSF-2" SLOT="$(ver_cut 1-2)" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86" src_install() { rm -r _sources || die