From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1666021-garchives=archives.gentoo.org@lists.gentoo.org>
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 70B151581FB
	for <garchives@archives.gentoo.org>; Sat, 31 Aug 2024 05:11:22 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id BF18EE29AC;
	Sat, 31 Aug 2024 05:11:21 +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 A346EE29AC
	for <gentoo-commits@lists.gentoo.org>; Sat, 31 Aug 2024 05:11:21 +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 BBB6F343073
	for <gentoo-commits@lists.gentoo.org>; Sat, 31 Aug 2024 05:11:20 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 5BCB014D5
	for <gentoo-commits@lists.gentoo.org>; Sat, 31 Aug 2024 05:11:19 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1725081043.10d96198a492701915d4fb118ab037d863c3079e.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-wm/tinywl/
X-VCS-Repository: repo/gentoo
X-VCS-Files: gui-wm/tinywl/tinywl-0.18.0.ebuild
X-VCS-Directories: gui-wm/tinywl/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 10d96198a492701915d4fb118ab037d863c3079e
X-VCS-Branch: master
Date: Sat, 31 Aug 2024 05:11:19 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: d4820f50-26cd-411c-a1f1-b9b11473b39f
X-Archives-Hash: 7004a22f8fe610c9c80d889b9e781f94

commit:     10d96198a492701915d4fb118ab037d863c3079e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 31 05:10:43 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 31 05:10:43 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10d96198

gui-wm/tinywl: Stabilize 0.18.0 amd64, #938005

Signed-off-by: Sam James <sam <AT> gentoo.org>

 gui-wm/tinywl/tinywl-0.18.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-wm/tinywl/tinywl-0.18.0.ebuild b/gui-wm/tinywl/tinywl-0.18.0.ebuild
index 18001cb2d660..706d1f95c099 100644
--- a/gui-wm/tinywl/tinywl-0.18.0.ebuild
+++ b/gui-wm/tinywl/tinywl-0.18.0.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]]; then
 	inherit git-r3
 else
 	SRC_URI="https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/${PV}/downloads/wlroots-${PV}.tar.gz"
-	KEYWORDS="~amd64 arm64 ~loong ppc64 ~riscv ~x86"
+	KEYWORDS="amd64 arm64 ~loong ppc64 ~riscv ~x86"
 	S="${WORKDIR}/wlroots-${PV}"
 fi