Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xmobar/
Date: Fri, 05 Jun 2020 08:26:32
Message-Id: 1591345583.3be367dd52b1e4ac2b2ae3f5d1a594e2f3bb17c2.slyfox@gentoo
1 commit: 3be367dd52b1e4ac2b2ae3f5d1a594e2f3bb17c2
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 5 07:44:48 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 5 08:26:23 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3be367dd
7
8 x11-misc/xmobar: allow stm-2.5
9
10 Package-Manager: Portage-2.3.100, Repoman-2.3.22
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 x11-misc/xmobar/xmobar-0.24.3.ebuild | 3 +++
14 1 file changed, 3 insertions(+)
15
16 diff --git a/x11-misc/xmobar/xmobar-0.24.3.ebuild b/x11-misc/xmobar/xmobar-0.24.3.ebuild
17 index 9c2fcc1f822..62173b3a335 100644
18 --- a/x11-misc/xmobar/xmobar-0.24.3.ebuild
19 +++ b/x11-misc/xmobar/xmobar-0.24.3.ebuild
20 @@ -67,6 +67,9 @@ src_prepare() {
21 # cycle).
22 # Be careful when remove it :]
23 HCFLAGS+=" -with-rtsopts=-V0"
24 +
25 + cabal_chdeps \
26 + 'stm >= 2.3 && < 2.5' 'stm >= 2.3'
27 }
28
29 src_configure() {