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 E3C9D1581EE for ; Mon, 07 Apr 2025 15:43: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 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 AA73B3430C2 for ; Mon, 07 Apr 2025 15:43:31 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 95F351102CE; Mon, 07 Apr 2025 15:43: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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 8EC451102CE for ; Mon, 07 Apr 2025 15:43: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 4D780343057 for ; Mon, 07 Apr 2025 15:43:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D4789271C for ; Mon, 07 Apr 2025 15:43:28 +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.0c824768165b361451f0e0f8d4f17b8fd9e429c4.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: 0c824768165b361451f0e0f8d4f17b8fd9e429c4 X-VCS-Branch: master Date: Mon, 07 Apr 2025 15:43:28 +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: 9f4877d2-fe4f-42f5-8bcd-262f9c7cbbac X-Archives-Hash: 955c5b63bec78aa37bd26e588681f42a commit: 0c824768165b361451f0e0f8d4f17b8fd9e429c4 Author: Arthur Zamarin gentoo org> AuthorDate: Mon Apr 7 15:43:03 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=0c824768 app-emulation/libvirt: Stabilize 11.1.0 ppc64, #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 84cc64b4a1a3..bbb2016e8131 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"