Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/ghc/
Date: Tue, 01 Oct 2019 19:14:19
Message-Id: 1569957228.ea4e989817fb8baa3e331fe60bbf6ab04d1610f4.mgorny@gentoo
1 commit: ea4e989817fb8baa3e331fe60bbf6ab04d1610f4
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 23 06:10:42 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 1 19:13:48 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea4e9898
7
8 dev-lang/ghc: Update for sys-libs/ncurses-compat
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-lang/ghc/ghc-7.10.3.ebuild | 4 ++--
13 dev-lang/ghc/ghc-7.8.4.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-lang/ghc/ghc-7.10.3.ebuild b/dev-lang/ghc/ghc-7.10.3.ebuild
17 index 43a286feca8..9e88b9a14fa 100644
18 --- a/dev-lang/ghc/ghc-7.10.3.ebuild
19 +++ b/dev-lang/ghc/ghc-7.10.3.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -95,7 +95,7 @@ PREBUILT_BINARY_DEPENDS="
27 # ghc[binary] in system. terminfo package is linked
28 # against ncurses.
29 PREBUILT_BINARY_RDEPENDS="${PREBUILT_BINARY_DEPENDS}
30 - sys-libs/ncurses:5/5
31 + sys-libs/ncurses-compat:5
32 "
33
34 RDEPEND+="binary? ( ${PREBUILT_BINARY_RDEPENDS} )"
35
36 diff --git a/dev-lang/ghc/ghc-7.8.4.ebuild b/dev-lang/ghc/ghc-7.8.4.ebuild
37 index 49995a58d35..dcd7b0f8a08 100644
38 --- a/dev-lang/ghc/ghc-7.8.4.ebuild
39 +++ b/dev-lang/ghc/ghc-7.8.4.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2018 Gentoo Foundation
42 +# Copyright 1999-2019 Gentoo Authors
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=5
46 @@ -79,7 +79,7 @@ RDEPEND="
47
48 PREBUILT_BINARY_DEPENDS="
49 !prefix? ( elibc_glibc? ( >=sys-libs/glibc-2.17 ) )
50 - sys-libs/ncurses:5/5
51 + sys-libs/ncurses-compat:5
52 "
53
54 RDEPEND+="binary? ( ${PREBUILT_BINARY_DEPENDS} )"