From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1438837-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 A090D158094
	for <garchives@archives.gentoo.org>; Fri, 23 Sep 2022 07:04:08 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id E6245E0D4A;
	Fri, 23 Sep 2022 07:04:07 +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 9DA9FE0D4A
	for <gentoo-commits@lists.gentoo.org>; Fri, 23 Sep 2022 07:04: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 BE1CE3411D1
	for <gentoo-commits@lists.gentoo.org>; Fri, 23 Sep 2022 07:04:06 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 639725E5
	for <gentoo-commits@lists.gentoo.org>; Fri, 23 Sep 2022 07:04:05 +0000 (UTC)
From: "Agostino Sarubbo" <ago@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, "Agostino Sarubbo" <ago@gentoo.org>
Message-ID: <1663916631.18c59144e800aed746ccbe04e3cf1a156db125bb.ago@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/libvirt-python/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/libvirt-python/libvirt-python-8.7.0.ebuild
X-VCS-Directories: dev-python/libvirt-python/
X-VCS-Committer: ago
X-VCS-Committer-Name: Agostino Sarubbo
X-VCS-Revision: 18c59144e800aed746ccbe04e3cf1a156db125bb
X-VCS-Branch: master
Date: Fri, 23 Sep 2022 07:04:05 +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: 9c54071c-8e08-438c-adb7-48496639b4a1
X-Archives-Hash: 9dd170bd3fc56bf6c85e6982995f2aa2

commit:     18c59144e800aed746ccbe04e3cf1a156db125bb
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 23 07:03:51 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Sep 23 07:03:51 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18c59144

dev-python/libvirt-python: Stabilize 8.7.0 x86, #872428

Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-python/libvirt-python/libvirt-python-8.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/libvirt-python/libvirt-python-8.7.0.ebuild b/dev-python/libvirt-python/libvirt-python-8.7.0.ebuild
index 31af539bbfe7..f4993912c383 100644
--- a/dev-python/libvirt-python/libvirt-python-8.7.0.ebuild
+++ b/dev-python/libvirt-python/libvirt-python-8.7.0.ebuild
@@ -23,7 +23,7 @@ if [[ ${PV} == *9999* ]]; then
 else
 	SRC_URI="https://libvirt.org/sources/python/${MY_P}.tar.gz
 		verify-sig? ( https://libvirt.org/sources/python/${MY_P}.tar.gz.asc )"
-	KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
+	KEYWORDS="amd64 ~arm64 ~ppc64 x86"
 	RDEPEND="app-emulation/libvirt:0/${PV}"
 fi
 S="${WORKDIR}/${P%_rc*}"