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 81F9C15800D for ; Sat, 8 Jul 2023 03:39:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D74ADE0821; Sat, 8 Jul 2023 03:39:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C39AFE0821 for ; Sat, 8 Jul 2023 03:39:42 +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 7D1E6340E57 for ; Sat, 8 Jul 2023 03:39:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2FD06ADB for ; Sat, 8 Jul 2023 03:39:39 +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: <1688787541.59d41bf32bc85cc455b8714d3d8c3c42175073d1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/spice/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/spice/spice-0.15.2.ebuild X-VCS-Directories: app-emulation/spice/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 59d41bf32bc85cc455b8714d3d8c3c42175073d1 X-VCS-Branch: master Date: Sat, 8 Jul 2023 03:39:39 +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: 5761d044-662a-410f-9022-0cd437893587 X-Archives-Hash: bfda602b1ebb4555500603eecd662df0 commit: 59d41bf32bc85cc455b8714d3d8c3c42175073d1 Author: Sam James gentoo org> AuthorDate: Sat Jul 8 03:39:01 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jul 8 03:39:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59d41bf3 app-emulation/spice: Stabilize 0.15.2 arm64, #909812 Signed-off-by: Sam James gentoo.org> app-emulation/spice/spice-0.15.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/spice/spice-0.15.2.ebuild b/app-emulation/spice/spice-0.15.2.ebuild index 95a2531cb043..eb923aea6530 100644 --- a/app-emulation/spice/spice-0.15.2.ebuild +++ b/app-emulation/spice/spice-0.15.2.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]] ; then DEPEND="~app-emulation/spice-protocol-9999" else SRC_URI="https://www.spice-space.org/download/releases/spice-server/${P}.tar.bz2" - KEYWORDS="~amd64 ~arm64 ~loong ppc64 ~riscv x86" + KEYWORDS="~amd64 arm64 ~loong ppc64 ~riscv x86" fi LICENSE="LGPL-2.1"