diff options
author | Lennart Kolmodin <kolmodin@gentoo.org> | 2009-12-25 15:01:37 +0000 |
---|---|---|
committer | Lennart Kolmodin <kolmodin@gentoo.org> | 2009-12-25 15:01:37 +0000 |
commit | ba349910c870acccf8279f8dedb747ff571438e4 (patch) | |
tree | 05fc1f6eca06579e54b2a55cb488c5c98e4964d3 /dev-haskell/alex | |
parent | Remove masked package (diff) | |
download | gentoo-2-ba349910c870acccf8279f8dedb747ff571438e4.tar.gz gentoo-2-ba349910c870acccf8279f8dedb747ff571438e4.tar.bz2 gentoo-2-ba349910c870acccf8279f8dedb747ff571438e4.zip |
Add ~ppc64 to dev-haskell/alex-2.3.1, tested by trofi.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/alex')
-rw-r--r-- | dev-haskell/alex/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/alex/alex-2.3.1.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-haskell/alex/ChangeLog b/dev-haskell/alex/ChangeLog index 44dad2c5c213..13604ee97fd0 100644 --- a/dev-haskell/alex/ChangeLog +++ b/dev-haskell/alex/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/alex -# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/alex/ChangeLog,v 1.39 2009/05/21 00:09:33 tcunha Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/alex/ChangeLog,v 1.40 2009/12/25 15:01:37 kolmodin Exp $ + + 25 Dec 2009; <kolmodin@gentoo.org> alex-2.3.1.ebuild: + Add ~ppc64, tested by trofi. 20 May 2009; Tiago Cunha <tcunha@gentoo.org> alex-2.3.1.ebuild: stable sparc, bug 268074 diff --git a/dev-haskell/alex/alex-2.3.1.ebuild b/dev-haskell/alex/alex-2.3.1.ebuild index e0ab9506c201..776fc746fc2d 100644 --- a/dev-haskell/alex/alex-2.3.1.ebuild +++ b/dev-haskell/alex/alex-2.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/alex/alex-2.3.1.ebuild,v 1.4 2009/05/21 00:09:33 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/alex/alex-2.3.1.ebuild,v 1.5 2009/12/25 15:01:37 kolmodin Exp $ CABAL_FEATURES="bin" inherit autotools haskell-cabal @@ -11,7 +11,7 @@ SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~ia64 ~ppc sparc x86" +KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 sparc x86" # has worked with ppc64 too, but no ghc availably at the moment IUSE="doc" |