commit:     8f87891b920f8e6025c8295418c91b15bd2f2f7a
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Nov  9 19:45:17 2015 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Nov  9 19:46:05 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f87891b

dev-haskell/hsql: add missing old-time depend, bug #565226

Reported-by: Toralf Förster
Bug: https://bugs.gentoo.org/565226

Package-Manager: portage-2.2.24

 .../hsql/{hsql-1.8.2.ebuild => hsql-1.8.2-r1.ebuild}  | 19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

diff --git a/dev-haskell/hsql/hsql-1.8.2.ebuild 
b/dev-haskell/hsql/hsql-1.8.2-r1.ebuild
similarity index 67%
rename from dev-haskell/hsql/hsql-1.8.2.ebuild
rename to dev-haskell/hsql/hsql-1.8.2-r1.ebuild
index 4b56cb1..9ccf6e4 100644
--- a/dev-haskell/hsql/hsql-1.8.2.ebuild
+++ b/dev-haskell/hsql/hsql-1.8.2-r1.ebuild
@@ -1,26 +1,29 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-# ebuild generated by hackport 0.2.13
+EAPI=5
 
-EAPI=4
+# ebuild generated by hackport 0.4.6.9999
 
-CABAL_FEATURES="lib profile haddock hscolour hoogle"
-inherit base haskell-cabal
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
 
 DESCRIPTION="Database access from Haskell"
 HOMEPAGE="http://hackage.haskell.org/package/hsql";
 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
 
 LICENSE="BSD"
-SLOT="0"
+SLOT="0/${PV}"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
-RDEPEND=">=dev-lang/ghc-6.10.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
+"
 
 pkg_postinst () {
        ghc-package_pkg_postinst

Reply via email to