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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6F30515801B for ; Wed, 2 Aug 2023 17:48:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B83DAE0D68; Wed, 2 Aug 2023 17:48:14 +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 9EBB4E0D68 for ; Wed, 2 Aug 2023 17:48:14 +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 B98F2340CD8 for ; Wed, 2 Aug 2023 17:48:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E35DECA for ; Wed, 2 Aug 2023 17:48:11 +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: <1690998429.ae6b458f66b3081163bd6a7775471063f0342597.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kwindowsystem/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kwindowsystem/kwindowsystem-5.108.0.ebuild X-VCS-Directories: kde-frameworks/kwindowsystem/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ae6b458f66b3081163bd6a7775471063f0342597 X-VCS-Branch: master Date: Wed, 2 Aug 2023 17:48:11 +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: 42625337-2da9-4070-9b92-14945f96b9eb X-Archives-Hash: 9dca5d9778e26bccbc6172bd85d358c5 commit: ae6b458f66b3081163bd6a7775471063f0342597 Author: Sam James gentoo org> AuthorDate: Wed Aug 2 17:47:09 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Aug 2 17:47:09 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae6b458f kde-frameworks/kwindowsystem: stabilize 5.108.0 for arm64 Signed-off-by: Sam James gentoo.org> kde-frameworks/kwindowsystem/kwindowsystem-5.108.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-frameworks/kwindowsystem/kwindowsystem-5.108.0.ebuild b/kde-frameworks/kwindowsystem/kwindowsystem-5.108.0.ebuild index b70de0780e07..1a23d828106e 100644 --- a/kde-frameworks/kwindowsystem/kwindowsystem-5.108.0.ebuild +++ b/kde-frameworks/kwindowsystem/kwindowsystem-5.108.0.ebuild @@ -9,7 +9,7 @@ inherit ecm frameworks.kde.org DESCRIPTION="Framework providing access to properties and features of the window manager" LICENSE="|| ( LGPL-2.1 LGPL-3 ) MIT" -KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86" +KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" IUSE="wayland X" RESTRICT="test"