summaryrefslogtreecommitdiff
path: root/dev-haskell/lvmlib/lvmlib-1.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/lvmlib/lvmlib-1.1.ebuild')
-rw-r--r--dev-haskell/lvmlib/lvmlib-1.1.ebuild12
1 files changed, 7 insertions, 5 deletions
diff --git a/dev-haskell/lvmlib/lvmlib-1.1.ebuild b/dev-haskell/lvmlib/lvmlib-1.1.ebuild
index 9512fb153ec8..7184d226bf02 100644
--- a/dev-haskell/lvmlib/lvmlib-1.1.ebuild
+++ b/dev-haskell/lvmlib/lvmlib-1.1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
# ebuild generated by hackport 0.4.4.9999
@@ -25,6 +25,8 @@ DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.10.1.0
"
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-1.1-ghc-7.10.patch
-}
+PATCHES=(
+ "${FILESDIR}"/${PN}-1.1-ghc-7.10.patch
+ "${FILESDIR}"/${PN}-1.1-ghc84.patch
+ "${FILESDIR}"/${PN}-1.1-ghc-8.8.patch
+)