diff options
author | Chris Parrott <cparrott@gentoo.org> | 2006-07-17 20:11:58 +0000 |
---|---|---|
committer | Chris Parrott <cparrott@gentoo.org> | 2006-07-17 20:11:58 +0000 |
commit | 7e766e6644242dd9fc8eaa2e3379f519e5716beb (patch) | |
tree | af3ad464548f8296a4342260064262e5ac1f0c7c /dev-lang/ghc-bin/ghc-bin-6.4.2.ebuild | |
parent | Fix compilation on Linux 2.6.17, thanks to Henryk Plotz in bug #137646 (diff) | |
download | historical-7e766e6644242dd9fc8eaa2e3379f519e5716beb.tar.gz historical-7e766e6644242dd9fc8eaa2e3379f519e5716beb.tar.bz2 historical-7e766e6644242dd9fc8eaa2e3379f519e5716beb.zip |
added ~alpha to the ebuild
Package-Manager: portage-2.1-r1
Diffstat (limited to 'dev-lang/ghc-bin/ghc-bin-6.4.2.ebuild')
-rw-r--r-- | dev-lang/ghc-bin/ghc-bin-6.4.2.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-lang/ghc-bin/ghc-bin-6.4.2.ebuild b/dev-lang/ghc-bin/ghc-bin-6.4.2.ebuild index cb01ff1e0039..dd30cbae4636 100644 --- a/dev-lang/ghc-bin/ghc-bin-6.4.2.ebuild +++ b/dev-lang/ghc-bin/ghc-bin-6.4.2.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.2.ebuild,v 1.5 2006/05/23 00:09:52 cparrott Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc-bin/ghc-bin-6.4.2.ebuild,v 1.6 2006/07/17 20:11:58 cparrott Exp $ # Note to users of hardened gcc-3.x: # @@ -19,7 +19,8 @@ inherit base multilib flag-o-matic toolchain-funcs ghc-package DESCRIPTION="Glasgow Haskell Compiler" HOMEPAGE="http://www.haskell.org/ghc/" # list all arches for proper digest building: -SRC_URI="amd64? ( mirror://gentoo/${P}-amd64.tbz2 ) +SRC_URI="alpha? ( mirror://gentoo/${P}-alpha.tbz2 ) + amd64? ( mirror://gentoo/${P}-amd64.tbz2 ) ppc? ( mirror://gentoo/${P}-ppc.tbz2 ) ppc64? ( mirror://gentoo/${P}-ppc64.tbz2 ) sparc? ( mirror://gentoo/${P}-sparc.tbz2 ) @@ -27,7 +28,7 @@ SRC_URI="amd64? ( mirror://gentoo/${P}-amd64.tbz2 ) x86-fbsd? ( mirror://gentoo/${P}-x86-fbsd.tbz2 )" LICENSE="as-is" -KEYWORDS="-* ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="-* ~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" SLOT="0" IUSE="" # use the non-binary version if you want to have more choice |