Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/wxc/
Date: Sat, 17 Apr 2021 10:25:52
Message-Id: 1618655137.bda138c4470ce9e77035a3db5182b40472000f85.slyfox@gentoo
1 commit: bda138c4470ce9e77035a3db5182b40472000f85
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 17 10:25:37 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 17 10:25:37 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bda138c4
7
8 dev-haskell/wxc: tweak older slot for ghc-8.10
9
10 Reported-by: Agostino Sarubbo
11 Closes: https://bugs.gentoo.org/783390
12 Package-Manager: Portage-3.0.18, Repoman-3.0.3
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 dev-haskell/wxc/wxc-0.92.3.0.ebuild | 7 ++++---
16 1 file changed, 4 insertions(+), 3 deletions(-)
17
18 diff --git a/dev-haskell/wxc/wxc-0.92.3.0.ebuild b/dev-haskell/wxc/wxc-0.92.3.0.ebuild
19 index a704fc0cd19..b2da12e4f9e 100644
20 --- a/dev-haskell/wxc/wxc-0.92.3.0.ebuild
21 +++ b/dev-haskell/wxc/wxc-0.92.3.0.ebuild
22 @@ -1,14 +1,14 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI=6
28 +EAPI=7
29
30 # ebuild generated by hackport 0.5.3.9999
31
32 WX_GTK_VER="3.0"
33
34 CABAL_FEATURES="lib profile" # ho docs as it has no haskell files
35 -inherit haskell-cabal multilib versionator wxwidgets
36 +inherit haskell-cabal multilib wxwidgets
37
38 DESCRIPTION="wxHaskell C++ wrapper"
39 HOMEPAGE="https://wiki.haskell.org/WxHaskell"
40 @@ -31,6 +31,7 @@ DEPEND="${RDEPEND}
41 PATCHES=(
42 "${FILESDIR}"/${PN}-0.92.3.0-cabal-2.2.patch
43 "${FILESDIR}"/${PN}-0.92.3.0-cabal-3.patch
44 + "${FILESDIR}"/${PN}-0.92.3.0-cabal-3.2.patch
45 )
46
47 src_prepare() {