commit: 0e5df341385fe6274808912f5012370cdc2489a7
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 17 07:45:40 2015 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Sep 17 07:45:40 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e5df341
dev-haskell/time-compat: add missing dependency on old-time
Package-Manager: portage-2.2.20
dev-haskell/time-compat/time-compat-0.1.0.3.ebuild | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/dev-haskell/time-compat/time-compat-0.1.0.3.ebuild
b/dev-haskell/time-compat/time-compat-0.1.0.3.ebuild
index 3a7cba5..b57019f 100644
--- a/dev-haskell/time-compat/time-compat-0.1.0.3.ebuild
+++ b/dev-haskell/time-compat/time-compat-0.1.0.3.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
-# ebuild generated by hackport 0.3.2.9999
+# ebuild generated by hackport 0.4.6.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
@@ -18,6 +18,9 @@ SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
-RDEPEND=">=dev-lang/ghc-6.12.1:="
+RDEPEND="dev-haskell/old-time:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+"
DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.10"
+ >=dev-haskell/cabal-1.10
+"