diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2006-02-18 13:57:37 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2006-02-18 13:57:37 +0000 |
commit | 01e4f4f00ee5b427958aeeb6deb581b9591af9b4 (patch) | |
tree | 5c0bf30d928b36baa08add8a33b47876a39fe83e /dev-lang/ghc-bin/ghc-bin-6.4.1.ebuild | |
parent | Extend beep-media-player mask with the plugin packages. (diff) | |
download | historical-01e4f4f00ee5b427958aeeb6deb581b9591af9b4.tar.gz historical-01e4f4f00ee5b427958aeeb6deb581b9591af9b4.tar.bz2 historical-01e4f4f00ee5b427958aeeb6deb581b9591af9b4.zip |
Marked ~ppc
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'dev-lang/ghc-bin/ghc-bin-6.4.1.ebuild')
-rw-r--r-- | dev-lang/ghc-bin/ghc-bin-6.4.1.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/dev-lang/ghc-bin/ghc-bin-6.4.1.ebuild b/dev-lang/ghc-bin/ghc-bin-6.4.1.ebuild index cc4f63645052..ba4435696f1b 100644 --- a/dev-lang/ghc-bin/ghc-bin-6.4.1.ebuild +++ b/dev-lang/ghc-bin/ghc-bin-6.4.1.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-bin/ghc-bin-6.4.1.ebuild,v 1.3 2006/02/17 00:30:36 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc-bin/ghc-bin-6.4.1.ebuild,v 1.4 2006/02/18 13:57:37 lu_zero Exp $ IUSE="" # use the non-binary version if you want to have more choice @@ -9,15 +9,14 @@ DESCRIPTION="Glasgow Haskell Compiler" SRC_URI="x86? ( mirror://gentoo/${P}-x86.tbz2 ) amd64? ( mirror://gentoo/${P}-amd64.tbz2 ) alpha? ( mirror://gentoo/${P}-alpha.tbz2 ) - sparc? ( mirror://gentoo/${P}-sparc.tbz2 )" -# add these when they are ready: -# ppc? ( mirror://gentoo/${P}-ppc.tbz2 ) + sparc? ( mirror://gentoo/${P}-sparc.tbz2 ) + ppc? ( mirror://gentoo/${P}-ppc.tbz2 )" # ppc64? ( mirror://gentoo/${P}-ppc64.tbz2 ) HOMEPAGE="http://www.haskell.org" LICENSE="as-is" -KEYWORDS="~alpha ~sparc ~x86 ~amd64" -# add these when they are ready: ~ppc ~ppc64 +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" +# add these when they are ready: ~ppc64 SLOT="0" RESTRICT="nostrip" # already stripped |