summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Coutts <dcoutts@gentoo.org>2007-12-13 15:58:32 +0000
committerDuncan Coutts <dcoutts@gentoo.org>2007-12-13 15:58:32 +0000
commitcdbdcaaed18b1ee8ec0633a88f0f6a94a02d0842 (patch)
treea04d3e28faf0d7c1e8bd6fff21aea32e0279f0ab /dev-lang/ghc/ghc-6.2.2.ebuild
parentold (diff)
downloadgentoo-2-cdbdcaaed18b1ee8ec0633a88f0f6a94a02d0842.tar.gz
gentoo-2-cdbdcaaed18b1ee8ec0633a88f0f6a94a02d0842.tar.bz2
gentoo-2-cdbdcaaed18b1ee8ec0633a88f0f6a94a02d0842.zip
Stop providing virtual/ghc. Nothing in portage has depended on it for some time.
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-lang/ghc/ghc-6.2.2.ebuild')
-rw-r--r--dev-lang/ghc/ghc-6.2.2.ebuild7
1 files changed, 1 insertions, 6 deletions
diff --git a/dev-lang/ghc/ghc-6.2.2.ebuild b/dev-lang/ghc/ghc-6.2.2.ebuild
index 786ebf57ae59..7a418b44e54b 100644
--- a/dev-lang/ghc/ghc-6.2.2.ebuild
+++ b/dev-lang/ghc/ghc-6.2.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.2.2.ebuild,v 1.25 2007/11/05 10:27:49 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.2.2.ebuild,v 1.26 2007/12/13 15:58:31 dcoutts Exp $
# Brief explanation of the bootstrap logic:
#
@@ -12,9 +12,6 @@
# from source. If the latter, then the relevant ghc-bin for the
# arch in question will be used in the working directory to compile
# ghc from source.
-#
-# This solution has the advantage of allowing us to retain the one
-# ebuild for both packages, and thus phase out virtual/ghc.
# Note to users of hardened gcc-3.x:
#
@@ -47,8 +44,6 @@ IUSE="binary doc ghcbootstrap opengl"
LOC="/opt/ghc" # location for installation of binary version
-PROVIDE="virtual/ghc"
-
RDEPEND="
!dev-lang/ghc-bin
>=sys-devel/gcc-2.95.3