From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1549688-garchives=archives.gentoo.org@lists.gentoo.org>
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 A07EA15800A
	for <garchives@archives.gentoo.org>; Sat, 26 Aug 2023 13:32:31 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id D20AE2BC17D;
	Sat, 26 Aug 2023 13:32: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 B68CE2BC17D
	for <gentoo-commits@lists.gentoo.org>; Sat, 26 Aug 2023 13:32:30 +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 C7D1F340D4A
	for <gentoo-commits@lists.gentoo.org>; Sat, 26 Aug 2023 13:32:29 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 615CD1095
	for <gentoo-commits@lists.gentoo.org>; Sat, 26 Aug 2023 13:32:28 +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: <1693056743.b4a82c513fd84fbf7882f6cfa58b4b2ecd162cef.mgorny@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/python-docs/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-doc/python-docs/python-docs-3.10.13.ebuild app-doc/python-docs/python-docs-3.11.5.ebuild app-doc/python-docs/python-docs-3.8.18.ebuild app-doc/python-docs/python-docs-3.9.18.ebuild
X-VCS-Directories: app-doc/python-docs/
X-VCS-Committer: mgorny
X-VCS-Committer-Name: Michał Górny
X-VCS-Revision: b4a82c513fd84fbf7882f6cfa58b4b2ecd162cef
X-VCS-Branch: master
Date: Sat, 26 Aug 2023 13:32:28 +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: f8131819-1d62-47d2-8bba-297467d8e6a6
X-Archives-Hash: 46275c51e750160dc16f9ee5585eca96

commit:     b4a82c513fd84fbf7882f6cfa58b4b2ecd162cef
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 26 13:28:47 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 26 13:32:23 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4a82c51

app-doc/python-docs: Sync KEYWORDS to dev-lang/python

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-doc/python-docs/python-docs-3.10.13.ebuild | 2 +-
 app-doc/python-docs/python-docs-3.11.5.ebuild  | 2 +-
 app-doc/python-docs/python-docs-3.8.18.ebuild  | 2 +-
 app-doc/python-docs/python-docs-3.9.18.ebuild  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-doc/python-docs/python-docs-3.10.13.ebuild b/app-doc/python-docs/python-docs-3.10.13.ebuild
index 2ab918028481..e0ae576a6a47 100644
--- a/app-doc/python-docs/python-docs-3.10.13.ebuild
+++ b/app-doc/python-docs/python-docs-3.10.13.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

diff --git a/app-doc/python-docs/python-docs-3.11.5.ebuild b/app-doc/python-docs/python-docs-3.11.5.ebuild
index 2ab918028481..e0ae576a6a47 100644
--- a/app-doc/python-docs/python-docs-3.11.5.ebuild
+++ b/app-doc/python-docs/python-docs-3.11.5.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

diff --git a/app-doc/python-docs/python-docs-3.8.18.ebuild b/app-doc/python-docs/python-docs-3.8.18.ebuild
index 2ab918028481..e0ae576a6a47 100644
--- a/app-doc/python-docs/python-docs-3.8.18.ebuild
+++ b/app-doc/python-docs/python-docs-3.8.18.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

diff --git a/app-doc/python-docs/python-docs-3.9.18.ebuild b/app-doc/python-docs/python-docs-3.9.18.ebuild
index 2ab918028481..e0ae576a6a47 100644
--- a/app-doc/python-docs/python-docs-3.9.18.ebuild
+++ b/app-doc/python-docs/python-docs-3.9.18.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