diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-11-15 23:52:43 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-11-15 23:52:43 +0000 |
commit | 6b42cb321216839466bba83cc954af73ae865a58 (patch) | |
tree | 6b95152c6a3975dac82c6afeae4980dc370d846f /dev-lang/ghc/ghc-6.6.1.ebuild | |
parent | amd64 stable, bug 197519 (diff) | |
download | historical-6b42cb321216839466bba83cc954af73ae865a58.tar.gz historical-6b42cb321216839466bba83cc954af73ae865a58.tar.bz2 historical-6b42cb321216839466bba83cc954af73ae865a58.zip |
amd64 stable, bug 196616
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'dev-lang/ghc/ghc-6.6.1.ebuild')
-rw-r--r-- | dev-lang/ghc/ghc-6.6.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/ghc/ghc-6.6.1.ebuild b/dev-lang/ghc/ghc-6.6.1.ebuild index 0bd7a2d0e1bb..115a160c5d52 100644 --- a/dev-lang/ghc/ghc-6.6.1.ebuild +++ b/dev-lang/ghc/ghc-6.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.6.1.ebuild,v 1.11 2007/11/05 02:18:21 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.6.1.ebuild,v 1.12 2007/11/15 23:52:43 beandog Exp $ # Brief explanation of the bootstrap logic: # @@ -50,7 +50,7 @@ SRC_URI="!binary? ( http://haskell.org/ghc/dist/${EXTRA_SRC_URI}/${MY_P}-src.tar LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc x86" +KEYWORDS="amd64 ~hppa ~ia64 ~ppc ~sparc x86" IUSE="binary doc ghcbootstrap" LOC="/opt/ghc" # location for installation of binary version |