diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2021-04-17 11:25:37 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-04-17 11:25:37 +0100 |
commit | bda138c4470ce9e77035a3db5182b40472000f85 (patch) | |
tree | de7b41f0fd7f471d8e995c1fefd35d987ab83c40 /dev-haskell | |
parent | net-mail/mailutils: fix big endian archs (diff) | |
download | gentoo-bda138c4470ce9e77035a3db5182b40472000f85.tar.gz gentoo-bda138c4470ce9e77035a3db5182b40472000f85.tar.bz2 gentoo-bda138c4470ce9e77035a3db5182b40472000f85.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>
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/wxc/wxc-0.92.3.0.ebuild | 7 |
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() { |