From 87da9aa0024c976c5a687a4a619bcda51ed4168a Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Tue, 11 Apr 2017 21:57:53 +0100 Subject: dev-haskell/drift: add missing 'old-time' depend, bug #615278 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reported-by: Toralf Förster Bug: https://bugs.gentoo.org/615278 Package-Manager: Portage-2.3.5, Repoman-2.3.2 --- dev-haskell/drift/drift-2.4.2.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'dev-haskell') 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} -- cgit v1.2.3-65-gdbad