From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1706409-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 (4096 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id BD4E415812D
	for <garchives@archives.gentoo.org>; Mon, 06 Jan 2025 03:28:54 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id F101DE077D;
	Mon, 06 Jan 2025 03:28:53 +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 D0A3BE077D
	for <gentoo-commits@lists.gentoo.org>; Mon, 06 Jan 2025 03:28:53 +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 E74B733BF41
	for <gentoo-commits@lists.gentoo.org>; Mon, 06 Jan 2025 03:28:52 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 795B319C8
	for <gentoo-commits@lists.gentoo.org>; Mon, 06 Jan 2025 03:28:51 +0000 (UTC)
From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org>
Message-ID: <1736134112.b39b4861c116d0cc38cb059e0544aae98f1499c1.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/virtiofsd/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-emulation/virtiofsd/virtiofsd-1.11.1-r1.ebuild
X-VCS-Directories: app-emulation/virtiofsd/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: b39b4861c116d0cc38cb059e0544aae98f1499c1
X-VCS-Branch: master
Date: Mon, 06 Jan 2025 03:28:51 +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: 11dc85e2-220b-462e-bac1-9ebdb3632c0b
X-Archives-Hash: dabde2cba9bf96cf22beda3e6fe53d31

commit:     b39b4861c116d0cc38cb059e0544aae98f1499c1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  6 03:28:32 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan  6 03:28:32 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b39b4861

app-emulation/virtiofsd: Stabilize 1.11.1-r1 ppc64, #947576

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emulation/virtiofsd/virtiofsd-1.11.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emulation/virtiofsd/virtiofsd-1.11.1-r1.ebuild b/app-emulation/virtiofsd/virtiofsd-1.11.1-r1.ebuild
index 410c131a66b5..7b72a6d29eec 100644
--- a/app-emulation/virtiofsd/virtiofsd-1.11.1-r1.ebuild
+++ b/app-emulation/virtiofsd/virtiofsd-1.11.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023-2024 Gentoo Authors
+# Copyright 2023-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -119,7 +119,7 @@ if [[ ${PV} == *9999* ]]; then
 else
 	SRC_URI="https://gitlab.com/virtio-fs/virtiofsd/-/archive/v${PV}/virtiofsd-v${PV}.tar.bz2"
 	SRC_URI+=" ${CARGO_CRATE_URIS}"
-	KEYWORDS="~amd64 ~ppc64"
+	KEYWORDS="~amd64 ppc64"
 	S="${WORKDIR}/${PN}-v${PV}"
 fi