Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/githash/
Date: Wed, 19 Aug 2020 22:01:20
Message-Id: 1597874471.ab6c3d72aec19f8ded9b1572fb3b63486146cf6f.slyfox@gentoo
1 commit: ab6c3d72aec19f8ded9b1572fb3b63486146cf6f
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 19 22:01:06 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 19 22:01:11 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab6c3d72
7
8 dev-haskell/githash: add missing 'git' depend
9
10 Reported-by: Agostino Sarubbo
11 Closes: https://bugs.gentoo.org/736392
12 Package-Manager: Portage-3.0.3, Repoman-3.0.0
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 dev-haskell/githash/githash-0.1.3.3.ebuild | 5 +++--
16 1 file changed, 3 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-haskell/githash/githash-0.1.3.3.ebuild b/dev-haskell/githash/githash-0.1.3.3.ebuild
19 index 774df22e9d6..3ba2a2a48e8 100644
20 --- a/dev-haskell/githash/githash-0.1.3.3.ebuild
21 +++ b/dev-haskell/githash/githash-0.1.3.3.ebuild
22 @@ -17,8 +17,9 @@ SLOT="0/${PV}"
23 KEYWORDS="~amd64 ~x86"
24 IUSE=""
25
26 -RDEPEND=">=dev-lang/ghc-8.0.2:=
27 -"
28 +RDEPEND=">=dev-lang/ghc-8.0.2:="
29 +# The package is a wrapper around 'git'
30 +RDEPEND+=" dev-vcs/git"
31 DEPEND="${RDEPEND}
32 >=dev-haskell/cabal-1.24.2.0
33 test? ( dev-haskell/hspec