diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-05-09 15:47:39 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-05-09 15:47:39 +0000 |
commit | 8bb9ccf029f9c90280addff9328a000fd62ac4fd (patch) | |
tree | d27e01a35f5c69df02dae2591a72631461478991 /dev-lang | |
parent | gcc_detection updated (diff) | |
download | gentoo-2-8bb9ccf029f9c90280addff9328a000fd62ac4fd.tar.gz gentoo-2-8bb9ccf029f9c90280addff9328a000fd62ac4fd.tar.bz2 gentoo-2-8bb9ccf029f9c90280addff9328a000fd62ac4fd.zip |
created binary and added ~ppc64 to keywords
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/ghc-bin/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/ghc-bin/ghc-bin-6.4.ebuild | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-lang/ghc-bin/ChangeLog b/dev-lang/ghc-bin/ChangeLog index 59b2a857dc02..0d3918dccbea 100644 --- a/dev-lang/ghc-bin/ChangeLog +++ b/dev-lang/ghc-bin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/ghc-bin # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc-bin/ChangeLog,v 1.23 2005/05/02 14:50:50 kosmikus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc-bin/ChangeLog,v 1.24 2005/05/09 15:47:39 corsair Exp $ + + 09 May 2005; Markus Rothe <corsair@gentoo.org> ghc-bin-6.4.ebuild: + Created binary and added ~ppc64 to KEYWORDS - bug #68930 *ghc-bin-6.4 (02 May 2005) diff --git a/dev-lang/ghc-bin/ghc-bin-6.4.ebuild b/dev-lang/ghc-bin/ghc-bin-6.4.ebuild index a03ee14cf481..d85bb3b7100e 100644 --- a/dev-lang/ghc-bin/ghc-bin-6.4.ebuild +++ b/dev-lang/ghc-bin/ghc-bin-6.4.ebuild @@ -1,16 +1,17 @@ # Copyright 1999-2005 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.ebuild,v 1.1 2005/05/02 14:50:50 kosmikus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc-bin/ghc-bin-6.4.ebuild,v 1.2 2005/05/09 15:47:39 corsair Exp $ IUSE="" # use the non-binary version if you want to have more choice DESCRIPTION="Glasgow Haskell Compiler" # list all arches for proper digest building: -SRC_URI="x86? ( mirror://gentoo/${P}-x86.tbz2 )" +SRC_URI="x86? ( mirror://gentoo/${P}-x86.tbz2 ) + ppc64? ( mirror://gentoo/${P}-ppc64.tbz2)" HOMEPAGE="http://www.haskell.org" LICENSE="as-is" -KEYWORDS="~x86 -amd64 -ppc -sparc -alpha" +KEYWORDS="-alpha -amd64 -ppc ~ppc64 -sparc ~x86" SLOT="0" RESTRICT="nostrip" # already stripped |