diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-04-11 21:57:53 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-04-11 21:58:40 +0100 |
commit | 87da9aa0024c976c5a687a4a619bcda51ed4168a (patch) | |
tree | 97398a174b41896215bc88f01b1cc6948329e2ca /dev-haskell/drift | |
parent | dev-util/cloc: Stabilize 1.72 on amd64, and ALLARCHES (diff) | |
download | gentoo-87da9aa0024c976c5a687a4a619bcda51ed4168a.tar.gz gentoo-87da9aa0024c976c5a687a4a619bcda51ed4168a.tar.bz2 gentoo-87da9aa0024c976c5a687a4a619bcda51ed4168a.zip |
dev-haskell/drift: add missing 'old-time' depend, bug #615278
Reported-by: Toralf Förster
Bug: https://bugs.gentoo.org/615278
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-haskell/drift')
-rw-r--r-- | dev-haskell/drift/drift-2.4.2.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-haskell/drift/drift-2.4.2.ebuild b/dev-haskell/drift/drift-2.4.2.ebuild index 843e0b2eb294..af0147fc3568 100644 --- a/dev-haskell/drift/drift-2.4.2.ebuild +++ b/dev-haskell/drift/drift-2.4.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -# ebuild generated by hackport 0.3.4.9999 +# ebuild generated by hackport 0.5.2.9999 CABAL_FEATURES="bin lib profile haddock hoogle hscolour" inherit eutils haskell-cabal @@ -20,7 +20,8 @@ SLOT="0/${PV}" KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" IUSE="" -RDEPEND="dev-haskell/random:=[profile?] +RDEPEND="dev-haskell/old-time:=[profile?] + dev-haskell/random:=[profile?] >=dev-lang/ghc-6.10.4:= " DEPEND="${RDEPEND} |