diff options
author | Duncan Coutts <dcoutts@gentoo.org> | 2007-12-13 15:59:54 +0000 |
---|---|---|
committer | Duncan Coutts <dcoutts@gentoo.org> | 2007-12-13 15:59:54 +0000 |
commit | 994b1ec29f1fb3b79023f0957fe8a4326876d494 (patch) | |
tree | 16953d9c01d24f7b0919fa86acbd42fc4c421ca4 /dev-lang/ghc-bin/ghc-bin-6.2.2-r1.ebuild | |
parent | quoting for mips (diff) | |
download | historical-994b1ec29f1fb3b79023f0957fe8a4326876d494.tar.gz historical-994b1ec29f1fb3b79023f0957fe8a4326876d494.tar.bz2 historical-994b1ec29f1fb3b79023f0957fe8a4326876d494.zip |
Stop providing virtual/ghc. Nothing in portage has depended on it for some time.
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'dev-lang/ghc-bin/ghc-bin-6.2.2-r1.ebuild')
-rw-r--r-- | dev-lang/ghc-bin/ghc-bin-6.2.2-r1.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-lang/ghc-bin/ghc-bin-6.2.2-r1.ebuild b/dev-lang/ghc-bin/ghc-bin-6.2.2-r1.ebuild index 68143f47e777..54ba12747773 100644 --- a/dev-lang/ghc-bin/ghc-bin-6.2.2-r1.ebuild +++ b/dev-lang/ghc-bin/ghc-bin-6.2.2-r1.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-bin/ghc-bin-6.2.2-r1.ebuild,v 1.8 2007/07/02 14:41:42 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc-bin/ghc-bin-6.2.2-r1.ebuild,v 1.9 2007/12/13 15:59:54 dcoutts Exp $ IUSE="" # use the non-binary version if you want to have more choice @@ -25,8 +25,6 @@ RDEPEND=">=dev-lang/perl-5.6.1 >=dev-libs/gmp-4.1 =sys-libs/readline-5*" -PROVIDE="virtual/ghc" - S="${WORKDIR}" src_compile() { |