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 F3B2C158013 for ; Sat, 16 Dec 2023 00:46:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C003A2BC017; Sat, 16 Dec 2023 00:46:37 +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 A37272BC017 for ; Sat, 16 Dec 2023 00:46:37 +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 80DC133BE12 for ; Sat, 16 Dec 2023 00:46:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC8FE1474 for ; Sat, 16 Dec 2023 00:46:34 +0000 (UTC) From: "Sam James" 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" Message-ID: <1702687579.5ad2d5af773a855b5a75a014c9cce0cd9729268e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/virt-what/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/virt-what/virt-what-1.25.ebuild X-VCS-Directories: app-emulation/virt-what/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5ad2d5af773a855b5a75a014c9cce0cd9729268e X-VCS-Branch: master Date: Sat, 16 Dec 2023 00:46:34 +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: ae55f7dd-c6c9-433c-a868-96602c4a835c X-Archives-Hash: 245e81a2eb017baec7752aff44d44e8c commit: 5ad2d5af773a855b5a75a014c9cce0cd9729268e Author: Sam James gentoo org> AuthorDate: Sat Dec 16 00:46:19 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Dec 16 00:46:19 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ad2d5af app-emulation/virt-what: Stabilize 1.25 sparc, #920080 Signed-off-by: Sam James gentoo.org> app-emulation/virt-what/virt-what-1.25.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/virt-what/virt-what-1.25.ebuild b/app-emulation/virt-what/virt-what-1.25.ebuild index d078ced80f50..55fdf2b9c323 100644 --- a/app-emulation/virt-what/virt-what-1.25.ebuild +++ b/app-emulation/virt-what/virt-what-1.25.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://people.redhat.com/~rjones/virt-what/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv sparc ~x86" IUSE="dmi" DEPEND="dev-lang/perl"