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
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
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
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
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
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
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
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
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
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