From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id AD2241581B9 for ; Mon, 29 Sep 2025 21:50:05 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 972A2340E5B for ; Mon, 29 Sep 2025 21:50:05 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id E670511057E; Mon, 29 Sep 2025 21:49:45 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id E154511057E for ; Mon, 29 Sep 2025 21:49:45 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 94ADF340E5C for ; Mon, 29 Sep 2025 21:49:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5255A3A67 for ; Mon, 29 Sep 2025 21:49:41 +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: <1759182475.2b2fd1e31b45713662ef1362d2c97d72a6f1b5c2.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-wm/wayfire/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-wm/wayfire/wayfire-0.10.0.ebuild X-VCS-Directories: gui-wm/wayfire/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2b2fd1e31b45713662ef1362d2c97d72a6f1b5c2 X-VCS-Branch: master Date: Mon, 29 Sep 2025 21:49:41 +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: 1a4d3bfa-8bd2-4be0-8b82-e2be47d4181e X-Archives-Hash: 424476ae293633def71253682ea6e34e commit: 2b2fd1e31b45713662ef1362d2c97d72a6f1b5c2 Author: Sam James gentoo org> AuthorDate: Mon Sep 29 21:47:55 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Sep 29 21:47:55 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b2fd1e3 gui-wm/wayfire: Stabilize 0.10.0 arm64, #963552 Signed-off-by: Sam James gentoo.org> gui-wm/wayfire/wayfire-0.10.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-wm/wayfire/wayfire-0.10.0.ebuild b/gui-wm/wayfire/wayfire-0.10.0.ebuild index 7c1b1a7689e5..bd646cdc650f 100644 --- a/gui-wm/wayfire/wayfire-0.10.0.ebuild +++ b/gui-wm/wayfire/wayfire-0.10.0.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]]; then SLOT="0/0.10" else SRC_URI="https://github.com/WayfireWM/${PN}/releases/download/v${PV}/${P}.tar.xz" - KEYWORDS="amd64 ~arm64 ~riscv" + KEYWORDS="amd64 arm64 ~riscv" SLOT="0/$(ver_cut 1-2)" fi