summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-06-05 08:44:48 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-06-05 09:26:23 +0100
commit3be367dd52b1e4ac2b2ae3f5d1a594e2f3bb17c2 (patch)
tree41d33773e3e02a6ded4a53f9d5cca891834ee3bb /x11-misc/xmobar
parentx11-misc/bumblebee: Drop old (diff)
downloadgentoo-3be367dd52b1e4ac2b2ae3f5d1a594e2f3bb17c2.tar.gz
gentoo-3be367dd52b1e4ac2b2ae3f5d1a594e2f3bb17c2.tar.bz2
gentoo-3be367dd52b1e4ac2b2ae3f5d1a594e2f3bb17c2.zip
x11-misc/xmobar: allow stm-2.5
Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'x11-misc/xmobar')
-rw-r--r--x11-misc/xmobar/xmobar-0.24.3.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-misc/xmobar/xmobar-0.24.3.ebuild b/x11-misc/xmobar/xmobar-0.24.3.ebuild
index 9c2fcc1f822d..62173b3a3355 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() {