diff options
author | Andres Loeh <kosmikus@gentoo.org> | 2004-11-10 18:32:41 +0000 |
---|---|---|
committer | Andres Loeh <kosmikus@gentoo.org> | 2004-11-10 18:32:41 +0000 |
commit | be52dcac454751b96fadd56bc4aa16ff9fd1410b (patch) | |
tree | 4f33301ed86b0b499233f66f1576e2e65b2af037 /dev-lang | |
parent | "inherit" was incorrectly placed after DESCRIPTION (Manifest recommit) (diff) | |
download | gentoo-2-be52dcac454751b96fadd56bc4aa16ff9fd1410b.tar.gz gentoo-2-be52dcac454751b96fadd56bc4aa16ff9fd1410b.tar.bz2 gentoo-2-be52dcac454751b96fadd56bc4aa16ff9fd1410b.zip |
removed temporary RESTRICT again
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/ghc/ghc-6.2.2.ebuild | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/dev-lang/ghc/ghc-6.2.2.ebuild b/dev-lang/ghc/ghc-6.2.2.ebuild index 6278f40b5114..2fd905c1a0d2 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-2004 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.4 2004/11/09 12:26:27 kosmikus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.2.2.ebuild,v 1.5 2004/11/10 18:32:41 kosmikus Exp $ # Brief explanation of the bootstrap logic: # @@ -21,13 +21,6 @@ IUSE="doc tetex opengl" DESCRIPTION="The Glasgow Haskell Compiler" HOMEPAGE="http://www.haskell.org/ghc/" -# The RESTRICT is a temporary measure: upstream source tarball -# has changed, and I want to prevent bug reports due to the fact -# that the new sources have not been propagated to all the mirrors. -# I'll upload the new sources soon, and once they are likely to -# have propagated, the nomirror restriction will be removed again. -RESTRICT="nomirror" - SRC_URI="http://www.haskell.org/ghc/dist/${PV}/ghc-${PV}-src.tar.bz2" LICENSE="as-is" |