diff options
author | Matthieu Sozeau <mattam@gentoo.org> | 2004-10-23 23:14:49 +0000 |
---|---|---|
committer | Matthieu Sozeau <mattam@gentoo.org> | 2004-10-23 23:14:49 +0000 |
commit | 546753734e602036ac468b955d796fa17e26c89f (patch) | |
tree | 610ab67bf874f7ff317ebe321aac4ebc020fff94 /dev-lang/ghc/ghc-6.2.2.ebuild | |
parent | remove old versions; mark 3.10.15 stable on x86 (Manifest recommit) (diff) | |
download | gentoo-2-546753734e602036ac468b955d796fa17e26c89f.tar.gz gentoo-2-546753734e602036ac468b955d796fa17e26c89f.tar.bz2 gentoo-2-546753734e602036ac468b955d796fa17e26c89f.zip |
Tested 6.2.2 on ppc
Diffstat (limited to 'dev-lang/ghc/ghc-6.2.2.ebuild')
-rw-r--r-- | dev-lang/ghc/ghc-6.2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/ghc/ghc-6.2.2.ebuild b/dev-lang/ghc/ghc-6.2.2.ebuild index c380f9f3319d..aad6ea2850bd 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.1 2004/10/18 17:20:50 kosmikus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.2.2.ebuild,v 1.2 2004/10/23 23:14:49 mattam Exp $ # Brief explanation of the bootstrap logic: # @@ -25,7 +25,7 @@ SRC_URI="http://www.haskell.org/ghc/dist/${PV}/ghc-${PV}-src.tar.bz2" LICENSE="as-is" SLOT="0" -KEYWORDS="~x86 -alpha" +KEYWORDS="~x86 ~ppc -alpha" PROVIDE="virtual/ghc" |