commit: ea4e989817fb8baa3e331fe60bbf6ab04d1610f4
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 23 06:10:42 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Oct 1 19:13:48 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea4e9898
dev-lang/ghc: Update for sys-libs/ncurses-compat
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-lang/ghc/ghc-7.10.3.ebuild | 4 ++--
dev-lang/ghc/ghc-7.8.4.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-lang/ghc/ghc-7.10.3.ebuild b/dev-lang/ghc/ghc-7.10.3.ebuild
index 43a286feca8..9e88b9a14fa 100644
--- a/dev-lang/ghc/ghc-7.10.3.ebuild
+++ b/dev-lang/ghc/ghc-7.10.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -95,7 +95,7 @@ PREBUILT_BINARY_DEPENDS="
# ghc[binary] in system. terminfo package is linked
# against ncurses.
PREBUILT_BINARY_RDEPENDS="${PREBUILT_BINARY_DEPENDS}
- sys-libs/ncurses:5/5
+ sys-libs/ncurses-compat:5
"
RDEPEND+="binary? ( ${PREBUILT_BINARY_RDEPENDS} )"
diff --git a/dev-lang/ghc/ghc-7.8.4.ebuild b/dev-lang/ghc/ghc-7.8.4.ebuild
index 49995a58d35..dcd7b0f8a08 100644
--- a/dev-lang/ghc/ghc-7.8.4.ebuild
+++ b/dev-lang/ghc/ghc-7.8.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -79,7 +79,7 @@ RDEPEND="
PREBUILT_BINARY_DEPENDS="
!prefix? ( elibc_glibc? ( >=sys-libs/glibc-2.17 ) )
- sys-libs/ncurses:5/5
+ sys-libs/ncurses-compat:5
"
RDEPEND+="binary? ( ${PREBUILT_BINARY_DEPENDS} )"