commit: 3be367dd52b1e4ac2b2ae3f5d1a594e2f3bb17c2
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 5 07:44:48 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> 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 <slyfox <AT> 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() {