summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-08-19 23:01:06 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-08-19 23:01:11 +0100
commitab6c3d72aec19f8ded9b1572fb3b63486146cf6f (patch)
treed4bf51fda5031b3771bd8f95db97148d1488d45f /dev-haskell/githash
parentprofiles/arch/arm64: un-stable-mask qemu[fdt, slirp] (diff)
downloadgentoo-ab6c3d72aec19f8ded9b1572fb3b63486146cf6f.tar.gz
gentoo-ab6c3d72aec19f8ded9b1572fb3b63486146cf6f.tar.bz2
gentoo-ab6c3d72aec19f8ded9b1572fb3b63486146cf6f.zip
dev-haskell/githash: add missing 'git' depend
Reported-by: Agostino Sarubbo Closes: https://bugs.gentoo.org/736392 Package-Manager: Portage-3.0.3, Repoman-3.0.0 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/githash')
-rw-r--r--dev-haskell/githash/githash-0.1.3.3.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-haskell/githash/githash-0.1.3.3.ebuild b/dev-haskell/githash/githash-0.1.3.3.ebuild
index 774df22e9d6c..3ba2a2a48e8a 100644
--- a/dev-haskell/githash/githash-0.1.3.3.ebuild
+++ b/dev-haskell/githash/githash-0.1.3.3.ebuild
@@ -17,8 +17,9 @@ SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
-RDEPEND=">=dev-lang/ghc-8.0.2:=
-"
+RDEPEND=">=dev-lang/ghc-8.0.2:="
+# The package is a wrapper around 'git'
+RDEPEND+=" dev-vcs/git"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.24.2.0
test? ( dev-haskell/hspec