diff options
author | Tiago Cunha <tcunha@gentoo.org> | 2009-05-21 00:11:52 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gentoo.org> | 2009-05-21 00:11:52 +0000 |
commit | 3c4a48d22fc5df0e0be293a0729d30d2a2d20861 (patch) | |
tree | aa146af825fb421c1c0c6e15011399bbc3286f4e /dev-haskell | |
parent | Version bump (diff) | |
download | historical-3c4a48d22fc5df0e0be293a0729d30d2a2d20861.tar.gz historical-3c4a48d22fc5df0e0be293a0729d30d2a2d20861.tar.bz2 historical-3c4a48d22fc5df0e0be293a0729d30d2a2d20861.zip |
stable sparc, bug 268074
Package-Manager: portage-2.1.6.11/cvs/Linux sparc64
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/alex/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/alex/alex-2.3.1.ebuild | 4 | ||||
-rw-r--r-- | dev-haskell/happy/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/happy/happy-1.18.2.ebuild | 4 |
4 files changed, 12 insertions, 6 deletions
diff --git a/dev-haskell/alex/ChangeLog b/dev-haskell/alex/ChangeLog index 703032dfc97b..44dad2c5c213 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.38 2009/05/13 20:38:23 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/alex/ChangeLog,v 1.39 2009/05/21 00:09:33 tcunha Exp $ + + 20 May 2009; Tiago Cunha <tcunha@gentoo.org> alex-2.3.1.ebuild: + stable sparc, bug 268074 13 May 2009; Christian Faulhammer <fauli@gentoo.org> alex-2.3.1.ebuild: stable x86, bug 268074 diff --git a/dev-haskell/alex/alex-2.3.1.ebuild b/dev-haskell/alex/alex-2.3.1.ebuild index cd064e3730a1..e0ab9506c201 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.3 2009/05/13 20:38:24 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/alex/alex-2.3.1.ebuild,v 1.4 2009/05/21 00:09:33 tcunha 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 sparc x86" # has worked with ppc64 too, but no ghc availably at the moment IUSE="doc" diff --git a/dev-haskell/happy/ChangeLog b/dev-haskell/happy/ChangeLog index 8889bbf0a95d..bb49717984b2 100644 --- a/dev-haskell/happy/ChangeLog +++ b/dev-haskell/happy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/happy # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happy/ChangeLog,v 1.41 2009/05/13 20:42:40 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happy/ChangeLog,v 1.42 2009/05/21 00:11:52 tcunha Exp $ + + 21 May 2009; Tiago Cunha <tcunha@gentoo.org> happy-1.18.2.ebuild: + stable sparc, bug 268074 13 May 2009; Christian Faulhammer <fauli@gentoo.org> happy-1.18.2.ebuild: stable x86, bug 268074 diff --git a/dev-haskell/happy/happy-1.18.2.ebuild b/dev-haskell/happy/happy-1.18.2.ebuild index b12a8aab78aa..f1b3e15c02c8 100644 --- a/dev-haskell/happy/happy-1.18.2.ebuild +++ b/dev-haskell/happy/happy-1.18.2.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/happy/happy-1.18.2.ebuild,v 1.3 2009/05/13 20:42:40 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happy/happy-1.18.2.ebuild,v 1.4 2009/05/21 00:11:52 tcunha Exp $ CABAL_FEATURES="bin" CABAL_MIN_VERSION=1.2 @@ -12,7 +12,7 @@ SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="amd64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86" IUSE="doc" DEPEND=">=dev-lang/ghc-6.4 |