From 4f9b67facb5480c564c00d5c66419678f7efb3fc Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sun, 28 Oct 2012 17:26:40 +0300 Subject: [PATCH] dev-haskell/test-framework-quickcheck2: switch to EAPI=5 Signed-off-by: Sergei Trofimovich --- .../test-framework-quickcheck2-0.2.12.3.ebuild | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.2.12.3.ebuild b/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.2.12.3.ebuild index ffb303b3e8..e7447ccfc2 100644 --- a/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.2.12.3.ebuild +++ b/dev-haskell/test-framework-quickcheck2/test-framework-quickcheck2-0.2.12.3.ebuild @@ -2,9 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 -# ebuild generated by hackport 0.2.18.9999 +# ebuild generated by hackport 0.3.9999 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal @@ -14,14 +14,16 @@ HOMEPAGE="http://batterseapower.github.com/test-framework/" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" -SLOT="0" +SLOT="0/${PV}" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" -RDEPEND=">=dev-haskell/quickcheck-2.4[profile?] - =dev-haskell/random-1[profile?] - >=dev-haskell/test-framework-0.6[profile?] - >=dev-lang/ghc-6.10.4" +RDEPEND=">=dev-haskell/extensible-exceptions-0.1.1:=[profile?] + =dev-haskell/quickcheck-2.4:=[profile?] + =dev-haskell/random-1:=[profile?] + >=dev-haskell/test-framework-0.6:=[profile?] + >=dev-lang/ghc-6.10.4:=" DEPEND="${RDEPEND} >=dev-haskell/cabal-1.2.3"