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 9B47515800D for ; Tue, 11 Jul 2023 08:43:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1BD0E086C; Tue, 11 Jul 2023 08:43:44 +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 86B5AE086C for ; Tue, 11 Jul 2023 08:43:44 +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 9FCCF340D40 for ; Tue, 11 Jul 2023 08:43:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA253AD9 for ; Tue, 11 Jul 2023 08:43:40 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1689065002.667b0c7bcf715e2409bf9bc2e53125a0d42ab73c.jsmolic@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: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 667b0c7bcf715e2409bf9bc2e53125a0d42ab73c X-VCS-Branch: master Date: Tue, 11 Jul 2023 08:43:40 +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: b31e2a34-9e9d-4afb-97a0-e28a1e158fc2 X-Archives-Hash: 2fd88712c14e3143407b0f5a1ab20efb commit: 667b0c7bcf715e2409bf9bc2e53125a0d42ab73c Author: Jakov Smolić gentoo org> AuthorDate: Tue Jul 11 08:43:22 2023 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Tue Jul 11 08:43:22 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=667b0c7b app-emulation/spice: Stabilize 0.15.2 amd64, #909812 Signed-off-by: Jakov Smolić 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 eb923aea6530..1195e1a7434c 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"