diff options
author | Duncan Coutts <dcoutts@gentoo.org> | 2008-01-26 19:53:25 +0000 |
---|---|---|
committer | Duncan Coutts <dcoutts@gentoo.org> | 2008-01-26 19:53:25 +0000 |
commit | a4efd8a88d346eafec74eb3948146f2dc981ee06 (patch) | |
tree | f3c779fb85b7ead65a82c6d2b3d1955af7e6025a /dev-lang/ghc/ghc-6.6.ebuild | |
parent | Add ~ia64/~sparc wrt #207599 (diff) | |
download | gentoo-2-a4efd8a88d346eafec74eb3948146f2dc981ee06.tar.gz gentoo-2-a4efd8a88d346eafec74eb3948146f2dc981ee06.tar.bz2 gentoo-2-a4efd8a88d346eafec74eb3948146f2dc981ee06.zip |
Drop ~alpha ~hppa ~ia64 ~ppc ~ppc64 keywords as per bug #206643. They will have to wait for new binaries.
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-lang/ghc/ghc-6.6.ebuild')
-rw-r--r-- | dev-lang/ghc/ghc-6.6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-lang/ghc/ghc-6.6.ebuild b/dev-lang/ghc/ghc-6.6.ebuild index 0590d3ffe148..c032c79a2b4f 100644 --- a/dev-lang/ghc/ghc-6.6.ebuild +++ b/dev-lang/ghc/ghc-6.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.6.ebuild,v 1.14 2007/12/13 15:58:31 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.6.ebuild,v 1.15 2008/01/26 19:53:25 dcoutts Exp $ # Brief explanation of the bootstrap logic: # @@ -274,7 +274,7 @@ src_install() { || die "make install failed" cd "${S}" - dodoc README ANNOUNCE LICENSE VERSION + dodoc README ANNOUNCE VERSION dosbin "${FILESDIR}/ghc-updater" fi |