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 C9041158094 for ; Fri, 23 Sep 2022 07:02:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB3E8E0C52; Fri, 23 Sep 2022 07:02:36 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B3D87E0C52 for ; Fri, 23 Sep 2022 07:02:36 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A90703411D3 for ; Fri, 23 Sep 2022 07:02:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C96DD5DD for ; Fri, 23 Sep 2022 07:02:33 +0000 (UTC) From: "Agostino Sarubbo" 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" Message-ID: <1663916538.59fb1372a6c65ccca80094ef4edf843dd40e2f8b.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: 59fb1372a6c65ccca80094ef4edf843dd40e2f8b X-VCS-Branch: master Date: Fri, 23 Sep 2022 07:02:33 +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: 5014047e-3153-45c7-a13f-a2004f655872 X-Archives-Hash: 175db094a33eed3adbb7738d122650da commit: 59fb1372a6c65ccca80094ef4edf843dd40e2f8b Author: Agostino Sarubbo gentoo org> AuthorDate: Fri Sep 23 07:02:18 2022 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Fri Sep 23 07:02:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59fb1372 dev-python/libvirt-python: Stabilize 8.7.0 amd64, #872428 Signed-off-by: Agostino Sarubbo 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 59818c6c51d9..31af539bbfe7 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*}"