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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 360981580FD for ; Wed, 18 Dec 2024 12:15:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6FAD5E0858; Wed, 18 Dec 2024 12:14:59 +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 54947E0858 for ; Wed, 18 Dec 2024 12:14:59 +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 6F10E33FD3F for ; Wed, 18 Dec 2024 12:14:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A89A81F7A for ; Wed, 18 Dec 2024 12:14: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: <1734524067.369f710d01208c8086d2322b43c28c6ab817a42c.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_p20241129.ebuild X-VCS-Directories: app-emulation/ruffle/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 369f710d01208c8086d2322b43c28c6ab817a42c X-VCS-Branch: master Date: Wed, 18 Dec 2024 12:14: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: 44bef716-29fa-4778-ae48-4d62b5258abc X-Archives-Hash: 5246c8b1529959f781de6ff024aa3b85 commit: 369f710d01208c8086d2322b43c28c6ab817a42c Author: Sam James gentoo org> AuthorDate: Wed Dec 18 12:14:27 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Dec 18 12:14:27 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=369f710d app-emulation/ruffle: Stabilize 0_p20241129 amd64, #946607 Signed-off-by: Sam James gentoo.org> app-emulation/ruffle/ruffle-0_p20241129.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/ruffle/ruffle-0_p20241129.ebuild b/app-emulation/ruffle/ruffle-0_p20241129.ebuild index 9a293c3f8717..ea019d6c5b1a 100644 --- a/app-emulation/ruffle/ruffle-0_p20241129.ebuild +++ b/app-emulation/ruffle/ruffle-0_p20241129.ebuild @@ -24,7 +24,7 @@ LICENSE+=" MPL-2.0 OFL-1.1 openssl Unicode-3.0 Unicode-DFS-2016 ZLIB " # crates SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="test" RESTRICT="!test? ( test )"