commit: 45c5ee631f26c507f7a525d1f74f4886ac692025
parent: e923cd5ed867f3711c3e192b0724cd68db50e208
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Mon, 6 Jan 2020 06:13:59 +0100
dev-vcs/git-repair: Fix base depend
Diffstat:
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/dev-vcs/git-repair/git-repair-1.20200102.ebuild b/dev-vcs/git-repair/git-repair-1.20200102.ebuild
@@ -33,4 +33,7 @@ RDEPEND="
>=dev-haskell/unix-compat-0.5:=[profile?]
dev-haskell/utf8-string:=[profile?]
"
-DEPEND="${RDEPEND}"
+DEPEND="
+ ${RDEPEND}
+ >=dev-lang/ghc-8.4.1
+"