diff options
author | 2003-07-29 11:45:10 +0000 | |
---|---|---|
committer | 2003-07-29 11:45:10 +0000 | |
commit | fc64a302cade24e8d13bc55568c0554ce65c2b6d (patch) | |
tree | 345c78f3563f3377401bd5ebb4eb0e17c210eab6 /dev-lang/ghc/ghc-5.04.3-r1.ebuild | |
parent | And also mask the kde metaebuild (diff) | |
download | gentoo-2-fc64a302cade24e8d13bc55568c0554ce65c2b6d.tar.gz gentoo-2-fc64a302cade24e8d13bc55568c0554ce65c2b6d.tar.bz2 gentoo-2-fc64a302cade24e8d13bc55568c0554ce65c2b6d.zip |
marked 5.04.3-r1 stable
Diffstat (limited to 'dev-lang/ghc/ghc-5.04.3-r1.ebuild')
-rw-r--r-- | dev-lang/ghc/ghc-5.04.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/ghc/ghc-5.04.3-r1.ebuild b/dev-lang/ghc/ghc-5.04.3-r1.ebuild index c51f83448eec..f564c2e496d1 100644 --- a/dev-lang/ghc/ghc-5.04.3-r1.ebuild +++ b/dev-lang/ghc/ghc-5.04.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-5.04.3-r1.ebuild,v 1.3 2003/07/02 11:01:11 kosmikus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-5.04.3-r1.ebuild,v 1.4 2003/07/29 11:45:10 kosmikus Exp $ #Some explanation of bootstrap logic: # @@ -34,7 +34,7 @@ SRC_URI="http://www.haskell.org/ghc/dist/${PV}/ghc-${PV}-src.tar.bz2" LICENSE="as-is" SLOT="0" -KEYWORDS="~x86 ~sparc -ppc -alpha" +KEYWORDS="x86 ~sparc -ppc -alpha" PROVIDE="virtual/ghc" |