diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2006-07-23 11:05:06 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2006-07-23 11:05:06 +0000 |
commit | 285dc2f96d5fb9e2b9073cff831796ab4395d28f (patch) | |
tree | 95fee248d85ffe6bbbfbf9c2c19a6725106db3f6 /dev-lang/ghc/ghc-6.4.2.ebuild | |
parent | ppc stable, bug #140369 (diff) | |
download | gentoo-2-285dc2f96d5fb9e2b9073cff831796ab4395d28f.tar.gz gentoo-2-285dc2f96d5fb9e2b9073cff831796ab4395d28f.tar.bz2 gentoo-2-285dc2f96d5fb9e2b9073cff831796ab4395d28f.zip |
ppc stable, bug #140369
(Portage version: 2.1.1_pre3-r3)
Diffstat (limited to 'dev-lang/ghc/ghc-6.4.2.ebuild')
-rw-r--r-- | dev-lang/ghc/ghc-6.4.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/ghc/ghc-6.4.2.ebuild b/dev-lang/ghc/ghc-6.4.2.ebuild index 1545202fbb16..ced5962c6855 100644 --- a/dev-lang/ghc/ghc-6.4.2.ebuild +++ b/dev-lang/ghc/ghc-6.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.4.2.ebuild,v 1.8 2006/07/20 20:19:59 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.4.2.ebuild,v 1.9 2006/07/23 11:05:06 dertobi123 Exp $ # Brief explanation of the bootstrap logic: # @@ -44,7 +44,7 @@ SRC_URI="http://www.haskell.org/ghc/dist/${EXTRA_SRC_URI}/${MY_P}-src.tar.bz2 LICENSE="as-is" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="test doc X opengl openal" S="${WORKDIR}/${MY_P}" |