summaryrefslogtreecommitdiff
path: root/dev-haskell/hsql-odbc/hsql-odbc-1.8.2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-09-02 14:09:07 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-09-02 14:09:07 +0100
commitb17a3ef12038de50228bade1f05502c74e135321 (patch)
tree9026dffec53f92cba48ca9a500a4f778e6304380 /dev-haskell/hsql-odbc/hsql-odbc-1.8.2.ebuild
parent3cf7c3ef441822c889356fd1812ebf2944a59851 (diff)
gentoo resync : 02.09.2020
Diffstat (limited to 'dev-haskell/hsql-odbc/hsql-odbc-1.8.2.ebuild')
-rw-r--r--dev-haskell/hsql-odbc/hsql-odbc-1.8.2.ebuild10
1 files changed, 7 insertions, 3 deletions
diff --git a/dev-haskell/hsql-odbc/hsql-odbc-1.8.2.ebuild b/dev-haskell/hsql-odbc/hsql-odbc-1.8.2.ebuild
index 0e404b50ee54..ed0ebe28b8f6 100644
--- a/dev-haskell/hsql-odbc/hsql-odbc-1.8.2.ebuild
+++ b/dev-haskell/hsql-odbc/hsql-odbc-1.8.2.ebuild
@@ -3,7 +3,7 @@
# ebuild generated by hackport 0.2.13
-EAPI=4
+EAPI=6
CABAL_FEATURES="lib profile haddock hscolour hoogle"
inherit haskell-cabal
@@ -17,8 +17,12 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-RDEPEND=">=dev-haskell/hsql-1.8.2[profile?]
- >=dev-lang/ghc-6.10.1
+RDEPEND=">=dev-haskell/hsql-1.8.2:=[profile?]
+ >=dev-lang/ghc-6.10.1:=
>=dev-db/unixODBC-2.2"
DEPEND="${RDEPEND}
dev-haskell/cabal"
+
+PATCHES=(
+ "${FILESDIR}"/${P}-cabal22.patch
+)