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 5FB79158011 for ; Wed, 31 Aug 2022 21:32:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74EB6E0837; Wed, 31 Aug 2022 21:32:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5DB12E0837 for ; Wed, 31 Aug 2022 21:32:23 +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 8C4AA34114B for ; Wed, 31 Aug 2022 21:32:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C09D85BD for ; Wed, 31 Aug 2022 21:32:19 +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: <1661981484.2a5262eeddd192f42cf86708af8a1edd8fa4e312.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/xmonad/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/xmonad/xmonad-0.17.0.ebuild X-VCS-Directories: x11-wm/xmonad/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2a5262eeddd192f42cf86708af8a1edd8fa4e312 X-VCS-Branch: master Date: Wed, 31 Aug 2022 21:32:19 +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: f08ed974-35da-45dd-8937-5339ecd68358 X-Archives-Hash: cd051b193084ea9e46e74a7c9ae51cf6 commit: 2a5262eeddd192f42cf86708af8a1edd8fa4e312 Author: matoro users noreply github com> AuthorDate: Sun Aug 28 17:47:11 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Aug 31 21:31:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a5262ee x11-wm/xmonad: keyword 0.17.0 for ~arm64 Thanks-to: Marcus Comstedt mc.pp.se> Signed-off-by: Sam James gentoo.org> x11-wm/xmonad/xmonad-0.17.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-wm/xmonad/xmonad-0.17.0.ebuild b/x11-wm/xmonad/xmonad-0.17.0.ebuild index 331c83719c84..12ac7299f711 100644 --- a/x11-wm/xmonad/xmonad-0.17.0.ebuild +++ b/x11-wm/xmonad/xmonad-0.17.0.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="~amd64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" IUSE="no-autorepeat-keys" RDEPEND="dev-haskell/data-default-class:=[profile?]