From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id EB5DE1581EE for ; Mon, 07 Apr 2025 15:43:44 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id D1EDA3430D3 for ; Mon, 07 Apr 2025 15:43:44 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 5E82A1104BA; Mon, 07 Apr 2025 15:43:32 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 4C8BA1104BA for ; Mon, 07 Apr 2025 15:43:32 +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 EB9703430BE for ; Mon, 07 Apr 2025 15:43:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B61527F2 for ; Mon, 07 Apr 2025 15:43:29 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1744040603.d09a3b786dbf180b6b933768b4f0bb3c1ea747d1.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/libvirt/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/libvirt/libvirt-11.1.0.ebuild X-VCS-Directories: app-emulation/libvirt/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: d09a3b786dbf180b6b933768b4f0bb3c1ea747d1 X-VCS-Branch: master Date: Mon, 07 Apr 2025 15:43:29 +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: b3620401-cb7d-41c7-8b08-953a7db03120 X-Archives-Hash: fac1c47698d4a9d2f91d9869e26d4bc5 commit: d09a3b786dbf180b6b933768b4f0bb3c1ea747d1 Author: Arthur Zamarin gentoo org> AuthorDate: Mon Apr 7 15:43:05 2025 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Mon Apr 7 15:43:23 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d09a3b78 app-emulation/libvirt: Stabilize 11.1.0 amd64, #953275 Signed-off-by: Arthur Zamarin gentoo.org> app-emulation/libvirt/libvirt-11.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/libvirt/libvirt-11.1.0.ebuild b/app-emulation/libvirt/libvirt-11.1.0.ebuild index bbb2016e8131..c8935a98ecc8 100644 --- a/app-emulation/libvirt/libvirt-11.1.0.ebuild +++ b/app-emulation/libvirt/libvirt-11.1.0.ebuild @@ -21,7 +21,7 @@ if [[ ${PV} = *9999* ]]; then else SRC_URI="https://download.libvirt.org/${P}.tar.xz verify-sig? ( https://download.libvirt.org/${P}.tar.xz.asc )" - KEYWORDS="~amd64 ~arm ~arm64 ppc64 x86" + KEYWORDS="amd64 ~arm ~arm64 ppc64 x86" fi DESCRIPTION="C toolkit to manipulate virtual machines"