commit: c9344ef315e0eb124d93ac1277f9edeb223506fc
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 28 22:29:31 2016 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Dec 28 22:37:40 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9344ef3
dev-lang/ghc: drop outdated lower bound on gcc and binutils
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-lang/ghc/ghc-7.10.3.ebuild | 3 ---
dev-lang/ghc/ghc-7.8.4.ebuild | 3 ---
2 files changed, 6 deletions(-)
diff --git a/dev-lang/ghc/ghc-7.10.3.ebuild b/dev-lang/ghc/ghc-7.10.3.ebuild
index b2d4287..ac9989c 100644
--- a/dev-lang/ghc/ghc-7.10.3.ebuild
+++ b/dev-lang/ghc/ghc-7.10.3.ebuild
@@ -83,9 +83,6 @@ RDEPEND="
>=dev-libs/gmp-5:=
sys-libs/ncurses:=[unicode]
!ghcmakebinary? ( virtual/libffi:= )
- !kernel_Darwin? ( >=sys-devel/gcc-2.95.3:* )
- kernel_linux? ( >=sys-devel/binutils-2.17:* )
- kernel_SunOS? ( >=sys-devel/binutils-2.17:* )
"
# gentoo binaries are built against ncurses-5
RDEPEND+="
diff --git a/dev-lang/ghc/ghc-7.8.4.ebuild b/dev-lang/ghc/ghc-7.8.4.ebuild
index 941a063..33f4a99 100644
--- a/dev-lang/ghc/ghc-7.8.4.ebuild
+++ b/dev-lang/ghc/ghc-7.8.4.ebuild
@@ -76,9 +76,6 @@ RDEPEND="
>=dev-libs/gmp-5:=
sys-libs/ncurses:=[unicode]
!ghcmakebinary? ( virtual/libffi:= )
- !kernel_Darwin? ( >=sys-devel/gcc-2.95.3 )
- kernel_linux? ( >=sys-devel/binutils-2.17 )
- kernel_SunOS? ( >=sys-devel/binutils-2.17 )
"
# gentoo binaries are built against ncurses-5
RDEPEND+="