From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8100E138335 for ; Tue, 1 Oct 2019 19:14:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD70DE0937; Tue, 1 Oct 2019 19:14:18 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 97BE8E0937 for ; Tue, 1 Oct 2019 19:14:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 54F6934B756 for ; Tue, 1 Oct 2019 19:14:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 885C9828 for ; Tue, 1 Oct 2019 19:14:14 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1569957228.ea4e989817fb8baa3e331fe60bbf6ab04d1610f4.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/ghc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/ghc/ghc-7.10.3.ebuild dev-lang/ghc/ghc-7.8.4.ebuild X-VCS-Directories: dev-lang/ghc/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ea4e989817fb8baa3e331fe60bbf6ab04d1610f4 X-VCS-Branch: master Date: Tue, 1 Oct 2019 19:14:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0a59257d-d9d4-44dd-a4bc-ad77b2648afa X-Archives-Hash: 97436bd79fc0aecf0e287b19a41aaccf commit: ea4e989817fb8baa3e331fe60bbf6ab04d1610f4 Author: Michał Górny gentoo org> AuthorDate: Mon Sep 23 06:10:42 2019 +0000 Commit: Michał Górny gentoo 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 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} )"