diff options
author | 2008-01-26 19:53:25 +0000 | |
---|---|---|
committer | 2008-01-26 19:53:25 +0000 | |
commit | 5b65f9b24e5a281bc79f8d17573538ea233866e9 (patch) | |
tree | 62020b3d9d07a69d79639ff7dc45733b705d2832 /dev-lang/ghc/ghc-6.8.2.ebuild | |
parent | Add ~ia64/~sparc wrt #207599 (diff) | |
download | historical-5b65f9b24e5a281bc79f8d17573538ea233866e9.tar.gz historical-5b65f9b24e5a281bc79f8d17573538ea233866e9.tar.bz2 historical-5b65f9b24e5a281bc79f8d17573538ea233866e9.zip |
Drop ~alpha ~hppa ~ia64 ~ppc ~ppc64 keywords as per bug #206643. They will have to wait for new binaries.
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'dev-lang/ghc/ghc-6.8.2.ebuild')
-rw-r--r-- | dev-lang/ghc/ghc-6.8.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-lang/ghc/ghc-6.8.2.ebuild b/dev-lang/ghc/ghc-6.8.2.ebuild index e4f01c60f956..30923566b862 100644 --- a/dev-lang/ghc/ghc-6.8.2.ebuild +++ b/dev-lang/ghc/ghc-6.8.2.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.8.2.ebuild,v 1.1 2007/12/19 20:51:45 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.8.2.ebuild,v 1.2 2008/01/26 19:53:25 dcoutts Exp $ # Brief explanation of the bootstrap logic: # @@ -45,7 +45,7 @@ SRC_URI="!binary? ( http://haskell.org/ghc/dist/${EXTRA_SRC_URI}/${P}-src.tar.bz LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~sparc ~x86" IUSE="binary doc ghcbootstrap" RDEPEND=" |