diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2015-11-09 19:45:17 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2015-11-09 19:46:05 +0000 |
commit | 8f87891b920f8e6025c8295418c91b15bd2f2f7a (patch) | |
tree | e108bd8d8648389cb02b42cb88cfb4a4c5143a9e /dev-haskell | |
parent | version bump (diff) | |
download | gentoo-8f87891b920f8e6025c8295418c91b15bd2f2f7a.tar.gz gentoo-8f87891b920f8e6025c8295418c91b15bd2f2f7a.tar.bz2 gentoo-8f87891b920f8e6025c8295418c91b15bd2f2f7a.zip |
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
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/hsql/hsql-1.8.2-r1.ebuild (renamed from dev-haskell/hsql/hsql-1.8.2.ebuild) | 19 |
1 files 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 index 4b56cb1b1717..9ccf6e441e7b 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 |