diff options
author | 2002-07-18 03:41:50 +0000 | |
---|---|---|
committer | 2002-07-18 03:41:50 +0000 | |
commit | dd2142be0b1fff28fa64c881f2f8c46ac1f0dffd (patch) | |
tree | d4e40e306e6fa9e743a3ae6694972d7f68c20c32 /dev-lang/ghc | |
parent | added license file for nhc98 - haskel compiler (diff) | |
download | gentoo-2-dd2142be0b1fff28fa64c881f2f8c46ac1f0dffd.tar.gz gentoo-2-dd2142be0b1fff28fa64c881f2f8c46ac1f0dffd.tar.bz2 gentoo-2-dd2142be0b1fff28fa64c881f2f8c46ac1f0dffd.zip |
few KEYWORDS/SLOT/LICENSE updates
Diffstat (limited to 'dev-lang/ghc')
-rw-r--r-- | dev-lang/ghc/ghc-5.02.3.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-lang/ghc/ghc-5.02.3.ebuild b/dev-lang/ghc/ghc-5.02.3.ebuild index 857add86896e..1f01ec9cee39 100644 --- a/dev-lang/ghc/ghc-5.02.3.ebuild +++ b/dev-lang/ghc/ghc-5.02.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-5.02.3.ebuild,v 1.2 2002/06/18 21:21:17 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-5.02.3.ebuild,v 1.3 2002/07/18 03:41:50 george Exp $ # ebuild for Glorious Glasgow Haskell @@ -36,6 +36,8 @@ DESCRIPTION="The Glasgow Haskell Compiler" HOMEPAGE="http://www.haskell.org/ghc/" LICENSE="as-is" +SLOT="0" +KEYWORDS="x86" # FIXME: Add USE support for parallel haskell (requires PVM) # Get PVM from ftp://ftp.netlib.org/pvm3/ |