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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 37C3D158089 for ; Wed, 13 Sep 2023 19:09:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A6812BC015; Wed, 13 Sep 2023 19:09:58 +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 3AD2A2BC015 for ; Wed, 13 Sep 2023 19:09:58 +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 26B25335C7A for ; Wed, 13 Sep 2023 19:09:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19C821139 for ; Wed, 13 Sep 2023 19:09:55 +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: <1694632185.1d98d0ad9b861b963964471605a0f9ef44d61994.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/ruffle/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/ruffle/ruffle-0_p20230824.ebuild X-VCS-Directories: app-emulation/ruffle/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1d98d0ad9b861b963964471605a0f9ef44d61994 X-VCS-Branch: master Date: Wed, 13 Sep 2023 19:09:55 +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: 1b8d4e09-c616-4e63-bf9f-1a20889d0e9b X-Archives-Hash: d1750f32829ed399cda8cac3f97b18af commit: 1d98d0ad9b861b963964471605a0f9ef44d61994 Author: Sam James gentoo org> AuthorDate: Wed Sep 13 19:09:45 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Sep 13 19:09:45 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d98d0ad app-emulation/ruffle: Stabilize 0_p20230824 amd64, #914116 Signed-off-by: Sam James gentoo.org> app-emulation/ruffle/ruffle-0_p20230824.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/ruffle/ruffle-0_p20230824.ebuild b/app-emulation/ruffle/ruffle-0_p20230824.ebuild index 608036c26f35..5712d1d1fc43 100644 --- a/app-emulation/ruffle/ruffle-0_p20230824.ebuild +++ b/app-emulation/ruffle/ruffle-0_p20230824.ebuild @@ -570,7 +570,7 @@ LICENSE+=" Unicode-DFS-2016 ZLIB curl " # crates SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="test" RESTRICT="!test? ( test )"