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/editline/
Date: Mon, 03 Aug 2020 07:15:56
Message-Id: 1596438947.0748cebad203830482de18ffca0ecde56c1ff887.slyfox@gentoo
1 commit: 0748cebad203830482de18ffca0ecde56c1ff887
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 3 07:15:35 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 3 07:15:47 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0748ceba
7
8 dev-haskell/editline: tweak for cabal-3
9
10 Reported-by: Toralf Förster
11 Closes: https://bugs.gentoo.org/735594
12 Package-Manager: Portage-3.0.1, Repoman-2.3.23
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 dev-haskell/editline/editline-0.2.1.1-r1.ebuild | 5 ++++-
16 1 file changed, 4 insertions(+), 1 deletion(-)
17
18 diff --git a/dev-haskell/editline/editline-0.2.1.1-r1.ebuild b/dev-haskell/editline/editline-0.2.1.1-r1.ebuild
19 index 7d49bf41912..c1a38cc5b45 100644
20 --- a/dev-haskell/editline/editline-0.2.1.1-r1.ebuild
21 +++ b/dev-haskell/editline/editline-0.2.1.1-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2019 Gentoo Authors
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -31,6 +31,9 @@ src_prepare() {
29 default
30 eautoconf
31
32 + # default file, not compatible to cabal-3
33 + rm Setup.lhs || die
34 +
35 cabal_chdeps \
36 'base < 4.7' 'base'
37 }