diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-08-25 13:31:54 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-08-25 13:31:54 +0000 |
commit | 68acef764613d3eb86b59b417e74ce42629d6fb0 (patch) | |
tree | 77d323dd5b5e4176b6e8b440f774acf7c2b8f221 /dev-lang/ghc-bin/ghc-bin-6.4.2.ebuild | |
parent | Patch from novas0x2a - sizeof(size_t) != sizeof(int) after all. Tested on x86... (diff) | |
download | gentoo-2-68acef764613d3eb86b59b417e74ce42629d6fb0.tar.gz gentoo-2-68acef764613d3eb86b59b417e74ce42629d6fb0.tar.bz2 gentoo-2-68acef764613d3eb86b59b417e74ce42629d6fb0.zip |
Adding a self-built 6.4.2 for hppa and keywording
(Portage version: 2.1-r2)
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 | 5 |
1 files changed, 3 insertions, 2 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 2d8474b53ff5..f3ac612c57e4 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.11 2006/08/21 02:17:46 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc-bin/ghc-bin-6.4.2.ebuild,v 1.12 2006/08/25 13:31:54 gustavoz Exp $ # Note to users of hardened gcc-3.x: # @@ -21,6 +21,7 @@ HOMEPAGE="http://www.haskell.org/ghc/" # list all arches for proper digest building: SRC_URI="alpha? ( mirror://gentoo/${P}-alpha.tbz2 ) amd64? ( mirror://gentoo/${P}-amd64.tbz2 ) + hppa? ( mirror://gentoo/${P}-hppa.tbz2 ) ppc? ( mirror://gentoo/${P}-ppc.tbz2 ) ppc64? ( mirror://gentoo/${P}-ppc64.tbz2 ) sparc? ( mirror://gentoo/${P}-sparc.tbz2 ) @@ -28,7 +29,7 @@ SRC_URI="alpha? ( mirror://gentoo/${P}-alpha.tbz2 ) x86-fbsd? ( mirror://gentoo/${P}-x86-fbsd.tbz2 )" LICENSE="as-is" -KEYWORDS="-* ~alpha amd64 ppc ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="-* ~alpha amd64 ~hppa ppc ppc64 sparc x86 ~x86-fbsd" SLOT="0" IUSE="" # use the non-binary version if you want to have more choice |