summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2021-04-17 11:25:37 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2021-04-17 11:25:37 +0100
commitbda138c4470ce9e77035a3db5182b40472000f85 (patch)
treede7b41f0fd7f471d8e995c1fefd35d987ab83c40
parentnet-mail/mailutils: fix big endian archs (diff)
downloadgentoo-bda138c4.tar.gz
gentoo-bda138c4.tar.bz2
gentoo-bda138c4.zip
dev-haskell/wxc: tweak older slot for ghc-8.10
Reported-by: Agostino Sarubbo Closes: https://bugs.gentoo.org/783390 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
-rw-r--r--dev-haskell/wxc/wxc-0.92.3.0.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-haskell/wxc/wxc-0.92.3.0.ebuild b/dev-haskell/wxc/wxc-0.92.3.0.ebuild
index a704fc0cd19e..b2da12e4f9e1 100644
--- a/dev-haskell/wxc/wxc-0.92.3.0.ebuild
+++ b/dev-haskell/wxc/wxc-0.92.3.0.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
# ebuild generated by hackport 0.5.3.9999
WX_GTK_VER="3.0"
CABAL_FEATURES="lib profile" # ho docs as it has no haskell files
-inherit haskell-cabal multilib versionator wxwidgets
+inherit haskell-cabal multilib wxwidgets
DESCRIPTION="wxHaskell C++ wrapper"
HOMEPAGE="https://wiki.haskell.org/WxHaskell"
@@ -31,6 +31,7 @@ DEPEND="${RDEPEND}
PATCHES=(
"${FILESDIR}"/${PN}-0.92.3.0-cabal-2.2.patch
"${FILESDIR}"/${PN}-0.92.3.0-cabal-3.patch
+ "${FILESDIR}"/${PN}-0.92.3.0-cabal-3.2.patch
)
src_prepare() {