From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1226583-garchives=archives.gentoo.org@lists.gentoo.org> 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 6299213835A for <garchives@archives.gentoo.org>; Sat, 28 Nov 2020 21:41:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 663E7E0814; Sat, 28 Nov 2020 21:41:00 +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 4EBFDE0814 for <gentoo-commits@lists.gentoo.org>; Sat, 28 Nov 2020 21:41:00 +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 E797E34148C for <gentoo-commits@lists.gentoo.org>; Sat, 28 Nov 2020 21:40:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37040450 for <gentoo-commits@lists.gentoo.org>; Sat, 28 Nov 2020 21:40:57 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" <mgorny@gentoo.org> Message-ID: <1606599653.e8792bca69bbf54353a0cf35d8679eb232c62709.mgorny@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.8.6.ebuild X-VCS-Directories: dev-python/python-docs/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e8792bca69bbf54353a0cf35d8679eb232c62709 X-VCS-Branch: master Date: Sat, 28 Nov 2020 21:40:57 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 96f173b5-e755-4ddb-9633-fa3786fe13e4 X-Archives-Hash: c8c7c9d7d7ebfd2c692a6f12aac17d7f commit: e8792bca69bbf54353a0cf35d8679eb232c62709 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Nov 28 20:05:31 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Nov 28 21:40:53 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8792bca dev-python/python-docs: Mark 3.8.6 stable Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/python-docs/python-docs-3.8.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-docs/python-docs-3.8.6.ebuild b/dev-python/python-docs/python-docs-3.8.6.ebuild index 16f1d2327d6..2804f868635 100644 --- a/dev-python/python-docs/python-docs-3.8.6.ebuild +++ b/dev-python/python-docs/python-docs-3.8.6.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