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 094A4158090 for ; Tue, 1 Oct 2024 21:03:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B24A8E29B8; Tue, 1 Oct 2024 21:03:09 +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 97C62E29B8 for ; Tue, 1 Oct 2024 21:03:09 +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 284833430FD for ; Tue, 1 Oct 2024 21:03:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96DA927FF for ; Tue, 1 Oct 2024 21:03:05 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1727816565.aaa0b506636977cdf5e580dfb3c6d1de9c6d6af7.mattst88@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: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: aaa0b506636977cdf5e580dfb3c6d1de9c6d6af7 X-VCS-Branch: master Date: Tue, 1 Oct 2024 21:03:05 +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: 6b328798-d685-4285-bb9e-f45ff7374867 X-Archives-Hash: 3fd899632d19456165d6789d91eb2ef0 commit: aaa0b506636977cdf5e580dfb3c6d1de9c6d6af7 Author: Matt Turner gentoo org> AuthorDate: Mon Sep 9 21:42:51 2024 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Oct 1 21:02:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaa0b506 x11-wm/xmonad: Drop stable keywords Depends on dev-haskell/* packages, which are losing stable keywords. Signed-off-by: Matt Turner 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 f1e68a065661..f305410ea033 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 ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" IUSE="no-autorepeat-keys" RDEPEND="dev-haskell/data-default-class:=[profile?]