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 AEE6A139085 for ; Wed, 28 Dec 2016 21:14:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB33621C10F; Wed, 28 Dec 2016 21:14:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9199B21C10F for ; Wed, 28 Dec 2016 21:14:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 590A53413FD for ; Wed, 28 Dec 2016 21:14:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0433C24E2 for ; Wed, 28 Dec 2016 21:14:12 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1482959645.47eaa6c9ce342607d3185ee5c10fdf0b763ef52e.slyfox@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.2-r1.ebuild dev-lang/ghc/ghc-7.10.2.ebuild dev-lang/ghc/ghc-7.10.3.ebuild dev-lang/ghc/ghc-7.8.3.ebuild dev-lang/ghc/ghc-7.8.4.ebuild X-VCS-Directories: dev-lang/ghc/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 47eaa6c9ce342607d3185ee5c10fdf0b763ef52e X-VCS-Branch: master Date: Wed, 28 Dec 2016 21:14:12 +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-Archives-Salt: cc988a56-0c28-4d4b-938d-8c3e78d3c506 X-Archives-Hash: 40e67121d0a185a12d48476f2ad479c7 commit: 47eaa6c9ce342607d3185ee5c10fdf0b763ef52e Author: Sergei Trofimovich gentoo org> AuthorDate: Wed Dec 28 21:12:39 2016 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Wed Dec 28 21:14:05 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47eaa6c9 dev-lang/ghc: add dependency on ncurses-5 ABI for ghc[binary], bug #603632 all existing GHC versions were built agains ncurses-5. Pull in this binary depend when uses choses to install ghc binary as-is. Reported-by: Chris Henhawke Bug: https://bugs.gentoo.org/603632 Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-lang/ghc/ghc-7.10.2-r1.ebuild | 11 ++++++++++- dev-lang/ghc/ghc-7.10.2.ebuild | 11 ++++++++++- dev-lang/ghc/ghc-7.10.3.ebuild | 9 +++++++++ dev-lang/ghc/ghc-7.8.3.ebuild | 11 ++++++++++- dev-lang/ghc/ghc-7.8.4.ebuild | 11 ++++++++++- 5 files changed, 49 insertions(+), 4 deletions(-) diff --git a/dev-lang/ghc/ghc-7.10.2-r1.ebuild b/dev-lang/ghc/ghc-7.10.2-r1.ebuild index c010b36..13af9a4 100644 --- a/dev-lang/ghc/ghc-7.10.2-r1.ebuild +++ b/dev-lang/ghc/ghc-7.10.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -90,6 +90,15 @@ RDEPEND=" kernel_linux? ( >=sys-devel/binutils-2.17:* ) kernel_SunOS? ( >=sys-devel/binutils-2.17:* ) " +# gentoo binaries are built against ncurses-5 +RDEPEND+=" + binary? ( + || ( + sys-libs/ncurses:0/5 + sys-libs/ncurses:5/5 + ) + ) +" # force dependency on >=gmp-5, even if >=gmp-4.1 would be enough. this is due to # that we want the binaries to use the latest versioun available, and not to be diff --git a/dev-lang/ghc/ghc-7.10.2.ebuild b/dev-lang/ghc/ghc-7.10.2.ebuild index 719778c..7b04d83 100644 --- a/dev-lang/ghc/ghc-7.10.2.ebuild +++ b/dev-lang/ghc/ghc-7.10.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -90,6 +90,15 @@ RDEPEND=" kernel_linux? ( >=sys-devel/binutils-2.17:* ) kernel_SunOS? ( >=sys-devel/binutils-2.17:* ) " +# gentoo binaries are built against ncurses-5 +RDEPEND+=" + binary? ( + || ( + sys-libs/ncurses:0/5 + sys-libs/ncurses:5/5 + ) + ) +" # force dependency on >=gmp-5, even if >=gmp-4.1 would be enough. this is due to # that we want the binaries to use the latest versioun available, and not to be diff --git a/dev-lang/ghc/ghc-7.10.3.ebuild b/dev-lang/ghc/ghc-7.10.3.ebuild index 78ebfbf..b2d4287 100644 --- a/dev-lang/ghc/ghc-7.10.3.ebuild +++ b/dev-lang/ghc/ghc-7.10.3.ebuild @@ -87,6 +87,15 @@ RDEPEND=" kernel_linux? ( >=sys-devel/binutils-2.17:* ) kernel_SunOS? ( >=sys-devel/binutils-2.17:* ) " +# gentoo binaries are built against ncurses-5 +RDEPEND+=" + binary? ( + || ( + sys-libs/ncurses:0/5 + sys-libs/ncurses:5/5 + ) + ) +" # force dependency on >=gmp-5, even if >=gmp-4.1 would be enough. this is due to # that we want the binaries to use the latest versioun available, and not to be diff --git a/dev-lang/ghc/ghc-7.8.3.ebuild b/dev-lang/ghc/ghc-7.8.3.ebuild index 8bc6574..30b7aa5 100644 --- a/dev-lang/ghc/ghc-7.8.3.ebuild +++ b/dev-lang/ghc/ghc-7.8.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -79,6 +79,15 @@ RDEPEND=" kernel_linux? ( >=sys-devel/binutils-2.17 ) kernel_SunOS? ( >=sys-devel/binutils-2.17 ) " +# gentoo binaries are built against ncurses-5 +RDEPEND+=" + binary? ( + || ( + sys-libs/ncurses:0/5 + sys-libs/ncurses:5/5 + ) + ) +" # force dependency on >=gmp-5, even if >=gmp-4.1 would be enough. this is due to # that we want the binaries to use the latest versioun available, and not to be diff --git a/dev-lang/ghc/ghc-7.8.4.ebuild b/dev-lang/ghc/ghc-7.8.4.ebuild index aa9c5cc..941a063 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-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -80,6 +80,15 @@ RDEPEND=" kernel_linux? ( >=sys-devel/binutils-2.17 ) kernel_SunOS? ( >=sys-devel/binutils-2.17 ) " +# gentoo binaries are built against ncurses-5 +RDEPEND+=" + binary? ( + || ( + sys-libs/ncurses:0/5 + sys-libs/ncurses:5/5 + ) + ) +" # force dependency on >=gmp-5, even if >=gmp-4.1 would be enough. this is due to # that we want the binaries to use the latest versioun available, and not to be