public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/githash/
@ 2020-08-19 22:01 Sergei Trofimovich
  0 siblings, 0 replies; only message in thread
From: Sergei Trofimovich @ 2020-08-19 22:01 UTC (permalink / raw
  To: gentoo-commits

commit:     ab6c3d72aec19f8ded9b1572fb3b63486146cf6f
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 19 22:01:06 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Aug 19 22:01:11 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab6c3d72

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 <AT> gentoo.org>

 dev-haskell/githash/githash-0.1.3.3.ebuild | 5 +++--
 1 file 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 774df22e9d6..3ba2a2a48e8 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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-08-19 22:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-19 22:01 [gentoo-commits] repo/gentoo:master commit in: dev-haskell/githash/ Sergei Trofimovich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox