diff options
author | Duncan Coutts <dcoutts@gentoo.org> | 2007-12-13 15:58:32 +0000 |
---|---|---|
committer | Duncan Coutts <dcoutts@gentoo.org> | 2007-12-13 15:58:32 +0000 |
commit | cdbdcaaed18b1ee8ec0633a88f0f6a94a02d0842 (patch) | |
tree | a04d3e28faf0d7c1e8bd6fff21aea32e0279f0ab /dev-lang/ghc/ghc-6.4.2.ebuild | |
parent | old (diff) | |
download | gentoo-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.4.2.ebuild')
-rw-r--r-- | dev-lang/ghc/ghc-6.4.2.ebuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/dev-lang/ghc/ghc-6.4.2.ebuild b/dev-lang/ghc/ghc-6.4.2.ebuild index 16a251a58c4b..fbeda1b74e73 100644 --- a/dev-lang/ghc/ghc-6.4.2.ebuild +++ b/dev-lang/ghc/ghc-6.4.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.4.2.ebuild,v 1.24 2007/11/05 20:03:23 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.4.2.ebuild,v 1.25 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: # @@ -63,8 +60,6 @@ IUSE="binary doc ghcbootstrap test X opengl openal" LOC="/opt/ghc" # location for installation of binary version S="${WORKDIR}/${MY_P}" -PROVIDE="virtual/ghc" - RDEPEND=" !dev-lang/ghc-bin >=sys-devel/gcc-2.95.3 |