From ea4e989817fb8baa3e331fe60bbf6ab04d1610f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 23 Sep 2019 08:10:42 +0200 Subject: [PATCH] dev-lang/ghc: Update for sys-libs/ncurses-compat MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- 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 43a286feca83c..9e88b9a14faf3 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 49995a58d35cd..dcd7b0f8a08e9 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} )"