diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2011-08-23 17:40:45 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2011-08-23 17:40:45 +0000 |
commit | 0844a8c64b7f07cd59e5f0477f276789a9748c4b (patch) | |
tree | f37666b04ae85ce7b6893caa6358a4446784ef3d | |
parent | Stable on amd64 wrt bug #369845 (diff) | |
download | gentoo-2-0844a8c64b7f07cd59e5f0477f276789a9748c4b.tar.gz gentoo-2-0844a8c64b7f07cd59e5f0477f276789a9748c4b.tar.bz2 gentoo-2-0844a8c64b7f07cd59e5f0477f276789a9748c4b.zip |
Once again USE=unicode for ncurses is a required depend (bug #380241 by Michael 'gentoo at scribeofthenile.com')
(Portage version: 2.1.10.11/cvs/Linux x86_64)
-rw-r--r-- | dev-lang/ghc/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/ghc/ghc-7.0.4.ebuild | 10 |
2 files changed, 11 insertions, 5 deletions
diff --git a/dev-lang/ghc/ChangeLog b/dev-lang/ghc/ChangeLog index 7d28ef3af1b0..9ba3c216fc70 100644 --- a/dev-lang/ghc/ChangeLog +++ b/dev-lang/ghc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/ghc # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.207 2011/08/03 12:35:20 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.208 2011/08/23 17:40:45 slyfox Exp $ + + 23 Aug 2011; Sergei Trofimovich <slyfox@gentoo.org> ghc-7.0.4.ebuild: + Once again USE=unicode for ncurses is a required depend (bug #380241 by + Michael 'gentoo at scribeofthenile.com') *ghc-7.0.4 (03 Aug 2011) diff --git a/dev-lang/ghc/ghc-7.0.4.ebuild b/dev-lang/ghc/ghc-7.0.4.ebuild index df1d9d0b4cbf..48a7dfe4af0c 100644 --- a/dev-lang/ghc/ghc-7.0.4.ebuild +++ b/dev-lang/ghc/ghc-7.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.0.4.ebuild,v 1.1 2011/08/03 12:35:20 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.0.4.ebuild,v 1.2 2011/08/23 17:40:45 slyfox Exp $ # Brief explanation of the bootstrap logic: # @@ -87,11 +87,13 @@ IUSE+=" binary" # don't forget about me later! RDEPEND=" !dev-lang/ghc-bin - >=sys-devel/gcc-2.95.3 - >=sys-devel/binutils-2.17 + !kernel_Darwin? ( >=sys-devel/gcc-2.95.3 ) + kernel_linux? ( >=sys-devel/binutils-2.17 ) + kernel_SunOS? ( >=sys-devel/binutils-2.17 ) >=dev-lang/perl-5.6.1 >=dev-libs/gmp-5 - !<dev-haskell/haddock-2.4.2" + !<dev-haskell/haddock-2.4.2 + sys-libs/ncurses[unicode]" # earlier versions than 2.4.2 of haddock only works with older ghc releases # force dependency on >=gmp-5, even if >=gmp-4.1 would be enough. this is due to |