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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8CA391382C5 for ; Fri, 5 Jun 2020 08:26:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AAD3DE08FF; Fri, 5 Jun 2020 08:26:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8E7ECE08FF for ; Fri, 5 Jun 2020 08:26:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1957A34DCEE for ; Fri, 5 Jun 2020 08:26:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E58731 for ; Fri, 5 Jun 2020 08:26:27 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1591345583.3be367dd52b1e4ac2b2ae3f5d1a594e2f3bb17c2.slyfox@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.24.3.ebuild X-VCS-Directories: x11-misc/xmobar/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 3be367dd52b1e4ac2b2ae3f5d1a594e2f3bb17c2 X-VCS-Branch: master Date: Fri, 5 Jun 2020 08:26:27 +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: b0f2bc46-6560-4a20-a1e3-368fb1b63d5b X-Archives-Hash: 6d7920c9730c24a2991d021f428225c1 commit: 3be367dd52b1e4ac2b2ae3f5d1a594e2f3bb17c2 Author: Sergei Trofimovich gentoo org> AuthorDate: Fri Jun 5 07:44:48 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Fri Jun 5 08:26:23 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3be367dd x11-misc/xmobar: allow stm-2.5 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich gentoo.org> x11-misc/xmobar/xmobar-0.24.3.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/x11-misc/xmobar/xmobar-0.24.3.ebuild b/x11-misc/xmobar/xmobar-0.24.3.ebuild index 9c2fcc1f822..62173b3a335 100644 --- a/x11-misc/xmobar/xmobar-0.24.3.ebuild +++ b/x11-misc/xmobar/xmobar-0.24.3.ebuild @@ -67,6 +67,9 @@ src_prepare() { # cycle). # Be careful when remove it :] HCFLAGS+=" -with-rtsopts=-V0" + + cabal_chdeps \ + 'stm >= 2.3 && < 2.5' 'stm >= 2.3' } src_configure() {