diff options
author | Jeroen Roovers <jer@gentoo.org> | 2007-11-26 04:20:51 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2007-11-26 04:20:51 +0000 |
commit | ae4ee2f18aeb6cf4272e45e7a4c11f147d6a45fa (patch) | |
tree | 11f0f0de5695ed25d1cd0a1cca338d419d84780d /dev-lang/ghc/ghc-6.6.1.ebuild | |
parent | Stable for HPPA (dev-lang/ghc-6.6.1). (diff) | |
download | historical-ae4ee2f18aeb6cf4272e45e7a4c11f147d6a45fa.tar.gz historical-ae4ee2f18aeb6cf4272e45e7a4c11f147d6a45fa.tar.bz2 historical-ae4ee2f18aeb6cf4272e45e7a4c11f147d6a45fa.zip |
Stable for HPPA. Do not install LICENSE.
Package-Manager: portage-2.1.4_rc3
Diffstat (limited to 'dev-lang/ghc/ghc-6.6.1.ebuild')
-rw-r--r-- | dev-lang/ghc/ghc-6.6.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-lang/ghc/ghc-6.6.1.ebuild b/dev-lang/ghc/ghc-6.6.1.ebuild index 115a160c5d52..0d0a4fd2b382 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.12 2007/11/15 23:52:43 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.6.1.ebuild,v 1.13 2007/11/26 04:20:50 jer 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 @@ -323,7 +323,7 @@ src_install() { || die "make ${insttarget} failed" cd "${S}" - dodoc README ANNOUNCE LICENSE VERSION + dodoc README ANNOUNCE VERSION dosbin "${FILESDIR}/ghc-updater" |