From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1508292-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 7725615ACFB
	for <garchives@archives.gentoo.org>; Sun, 16 Apr 2023 06:56:09 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 3B305E0993;
	Sun, 16 Apr 2023 06:56:08 +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 1EE18E0993
	for <gentoo-commits@lists.gentoo.org>; Sun, 16 Apr 2023 06:56:08 +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 32A10340AB5
	for <gentoo-commits@lists.gentoo.org>; Sun, 16 Apr 2023 06:56:07 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id A3C75A50
	for <gentoo-commits@lists.gentoo.org>; Sun, 16 Apr 2023 06:56:01 +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: <1681628106.88080c6ed7af75f73aea642289e93bf1a6564208.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/gtk-layer-shell/
X-VCS-Repository: repo/gentoo
X-VCS-Files: gui-libs/gtk-layer-shell/gtk-layer-shell-0.8.1.ebuild
X-VCS-Directories: gui-libs/gtk-layer-shell/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 88080c6ed7af75f73aea642289e93bf1a6564208
X-VCS-Branch: master
Date: Sun, 16 Apr 2023 06:56:01 +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: b45ecdf3-a6a7-4ce3-824e-99659bdd58d7
X-Archives-Hash: 4bfddca22011334abae6bab246d746cf

commit:     88080c6ed7af75f73aea642289e93bf1a6564208
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 16 06:51:07 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 16 06:55:06 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88080c6e

gui-libs/gtk-layer-shell: destabilize 0.8.1 for ~arm64, ~x86

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

 gui-libs/gtk-layer-shell/gtk-layer-shell-0.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-libs/gtk-layer-shell/gtk-layer-shell-0.8.1.ebuild b/gui-libs/gtk-layer-shell/gtk-layer-shell-0.8.1.ebuild
index 573e63d8743f..dda462c96c61 100644
--- a/gui-libs/gtk-layer-shell/gtk-layer-shell-0.8.1.ebuild
+++ b/gui-libs/gtk-layer-shell/gtk-layer-shell-0.8.1.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]]; then
 	EGIT_REPO_URI="https://github.com/wmww/${PN}"
 else
 	SRC_URI="https://github.com/wmww/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv x86"
+	KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~x86"
 fi
 
 DESCRIPTION="Library to create desktop components for Wayland using the Layer Shell protocol"