Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/ghc/
Date: Wed, 28 Dec 2016 22:49:47
Message-Id: 1482964660.c9344ef315e0eb124d93ac1277f9edeb223506fc.slyfox@gentoo
1 commit: c9344ef315e0eb124d93ac1277f9edeb223506fc
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 28 22:29:31 2016 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 28 22:37:40 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9344ef3
7
8 dev-lang/ghc: drop outdated lower bound on gcc and binutils
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-lang/ghc/ghc-7.10.3.ebuild | 3 ---
13 dev-lang/ghc/ghc-7.8.4.ebuild | 3 ---
14 2 files changed, 6 deletions(-)
15
16 diff --git a/dev-lang/ghc/ghc-7.10.3.ebuild b/dev-lang/ghc/ghc-7.10.3.ebuild
17 index b2d4287..ac9989c 100644
18 --- a/dev-lang/ghc/ghc-7.10.3.ebuild
19 +++ b/dev-lang/ghc/ghc-7.10.3.ebuild
20 @@ -83,9 +83,6 @@ RDEPEND="
21 >=dev-libs/gmp-5:=
22 sys-libs/ncurses:=[unicode]
23 !ghcmakebinary? ( virtual/libffi:= )
24 - !kernel_Darwin? ( >=sys-devel/gcc-2.95.3:* )
25 - kernel_linux? ( >=sys-devel/binutils-2.17:* )
26 - kernel_SunOS? ( >=sys-devel/binutils-2.17:* )
27 "
28 # gentoo binaries are built against ncurses-5
29 RDEPEND+="
30
31 diff --git a/dev-lang/ghc/ghc-7.8.4.ebuild b/dev-lang/ghc/ghc-7.8.4.ebuild
32 index 941a063..33f4a99 100644
33 --- a/dev-lang/ghc/ghc-7.8.4.ebuild
34 +++ b/dev-lang/ghc/ghc-7.8.4.ebuild
35 @@ -76,9 +76,6 @@ RDEPEND="
36 >=dev-libs/gmp-5:=
37 sys-libs/ncurses:=[unicode]
38 !ghcmakebinary? ( virtual/libffi:= )
39 - !kernel_Darwin? ( >=sys-devel/gcc-2.95.3 )
40 - kernel_linux? ( >=sys-devel/binutils-2.17 )
41 - kernel_SunOS? ( >=sys-devel/binutils-2.17 )
42 "
43 # gentoo binaries are built against ncurses-5
44 RDEPEND+="