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 | 18fc5ded0a651e912aa59c12d71795560f83b69f (patch) | |
tree | 761a6137ce778d9e9a6e8b409008f6ef75de1bd2 /dev-lang/ghc | |
parent | "inherit" was incorrectly placed after DESCRIPTION (diff) | |
download | historical-18fc5ded0a651e912aa59c12d71795560f83b69f.tar.gz historical-18fc5ded0a651e912aa59c12d71795560f83b69f.tar.bz2 historical-18fc5ded0a651e912aa59c12d71795560f83b69f.zip |
removed temporary RESTRICT again
Diffstat (limited to 'dev-lang/ghc')
-rw-r--r-- | dev-lang/ghc/Manifest | 2 | ||||
-rw-r--r-- | dev-lang/ghc/ghc-6.2.2.ebuild | 9 |
2 files changed, 2 insertions, 9 deletions
diff --git a/dev-lang/ghc/Manifest b/dev-lang/ghc/Manifest index 468aa78f543b..e15d609c9331 100644 --- a/dev-lang/ghc/Manifest +++ b/dev-lang/ghc/Manifest @@ -1,7 +1,7 @@ MD5 fea7650a5492528d515692c8a26f1ab8 ghc-6.2.1-r1.ebuild 5790 MD5 cdc2c51fea57a0f87af76599f73c64f8 ghc-6.2.ebuild 5000 MD5 1bab1224823b1bdf22fe21cbf40d8a56 ghc-6.0.1.ebuild 4709 -MD5 07dc47ed30e6bfa61d9873ba6025b463 ghc-6.2.2.ebuild 5078 +MD5 8b6147f5154782f3a280b784ca668d85 ghc-6.2.2.ebuild 4730 MD5 1fb3de6853518ec7296c3326095353e8 ChangeLog 8981 MD5 a769ecfcd1cdd2d40986627df7dfb249 metadata.xml 224 MD5 700ce4a5a2ed7953404345f57ac8bbc7 ghc-6.2-r1.ebuild 5182 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" |