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 C3C2D158176 for ; Tue, 14 Oct 2025 06:12:31 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id ACBF5340F08 for ; Tue, 14 Oct 2025 06:12:31 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id BB18E1104A0; Tue, 14 Oct 2025 06:12:28 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id B22EC1104A0 for ; Tue, 14 Oct 2025 06:12:28 +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 70297340E8D for ; Tue, 14 Oct 2025 06:12:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D571E3AE4 for ; Tue, 14 Oct 2025 06:12:26 +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: <1760422343.f993ae6a36e10d6edd0a9e61a1edaefa17d19c0d.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.6.0-r1.ebuild X-VCS-Directories: app-emulation/libvirt/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: f993ae6a36e10d6edd0a9e61a1edaefa17d19c0d X-VCS-Branch: master Date: Tue, 14 Oct 2025 06:12:26 +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: 87dea2cb-924f-47aa-bd75-951d308f66d7 X-Archives-Hash: b449b99536b171473de2f4a37766cf60 commit: f993ae6a36e10d6edd0a9e61a1edaefa17d19c0d Author: Arthur Zamarin gentoo org> AuthorDate: Tue Oct 14 06:12:23 2025 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Tue Oct 14 06:12:23 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f993ae6a app-emulation/libvirt: Stabilize 11.6.0-r1 arm64, #964301 Signed-off-by: Arthur Zamarin gentoo.org> app-emulation/libvirt/libvirt-11.6.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/libvirt/libvirt-11.6.0-r1.ebuild b/app-emulation/libvirt/libvirt-11.6.0-r1.ebuild index 2f222a6dcd67..bc91aad63b90 100644 --- a/app-emulation/libvirt/libvirt-11.6.0-r1.ebuild +++ b/app-emulation/libvirt/libvirt-11.6.0-r1.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"