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 AD87115808B for ; Tue, 1 Oct 2024 21:03:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC66AE29AA; Tue, 1 Oct 2024 21:03: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 A1BABE29AA for ; Tue, 1 Oct 2024 21:03: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 C6EF33430F6 for ; Tue, 1 Oct 2024 21:03:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71ADD27FD 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.9192b76b2a83de523bce7fd91c36a2de3d25ce52.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xmobar/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xmobar/xmobar-0.44.1.ebuild X-VCS-Directories: x11-misc/xmobar/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 9192b76b2a83de523bce7fd91c36a2de3d25ce52 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: c7530ccc-075f-4168-b1fc-38e217ca3be5 X-Archives-Hash: 8e16e48169c28090c8c75da95e6edd42 commit: 9192b76b2a83de523bce7fd91c36a2de3d25ce52 Author: Matt Turner gentoo org> AuthorDate: Mon Sep 9 21:42:27 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=9192b76b x11-misc/xmobar: Drop stable keywords Depends on dev-haskell/* packages, which are losing stable keywords. Signed-off-by: Matt Turner gentoo.org> x11-misc/xmobar/xmobar-0.44.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/xmobar/xmobar-0.44.1.ebuild b/x11-misc/xmobar/xmobar-0.44.1.ebuild index 365e5f2504d5..d4b3ed57f85d 100644 --- a/x11-misc/xmobar/xmobar-0.44.1.ebuild +++ b/x11-misc/xmobar/xmobar-0.44.1.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="alsa dbus mpd mpris +rtsopts timezone uvmeter +weather wifi xft xpm" RDEPEND=">=dev-haskell/aeson-1.4.7.1:=[profile?]