diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2006-08-24 20:46:27 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2006-08-24 20:46:27 +0000 |
commit | 893cf37e130ab5cf88428b9e860d5eaa0aee778c (patch) | |
tree | a26f11fadd94213ea8e38ae1a2d913df91b2c6f7 /dev-haskell/happy | |
parent | Several fixes and cleanups provided by Caster. Pruned old versions. (diff) | |
download | gentoo-2-893cf37e130ab5cf88428b9e860d5eaa0aee778c.tar.gz gentoo-2-893cf37e130ab5cf88428b9e860d5eaa0aee778c.tar.bz2 gentoo-2-893cf37e130ab5cf88428b9e860d5eaa0aee778c.zip |
Stable on sparc --- Bug #144677 --- builds and installs as expected tests in
happy/tests directory run fine.
(Portage version: 2.1.1_pre5-r3)
Diffstat (limited to 'dev-haskell/happy')
-rw-r--r-- | dev-haskell/happy/ChangeLog | 6 | ||||
-rw-r--r-- | dev-haskell/happy/happy-1.15.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-haskell/happy/ChangeLog b/dev-haskell/happy/ChangeLog index 6dabff244f73..8d93b1aec434 100644 --- a/dev-haskell/happy/ChangeLog +++ b/dev-haskell/happy/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/happy # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happy/ChangeLog,v 1.19 2006/05/21 17:27:11 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happy/ChangeLog,v 1.20 2006/08/24 20:46:27 fmccor Exp $ + + 24 Aug 2006; Ferris McCormick <fmccor@gentoo.org> happy-1.15.ebuild: + Stable on sparc --- Bug #144677 --- builds and installs as expected tests in + happy/tests directory run fine. 21 May 2006; Markus Rothe <corsair@gentoo.org> happy-1.15.ebuild: Stable on ppc64 diff --git a/dev-haskell/happy/happy-1.15.ebuild b/dev-haskell/happy/happy-1.15.ebuild index 76c7409ad91f..93ad0e6842a8 100644 --- a/dev-haskell/happy/happy-1.15.ebuild +++ b/dev-haskell/happy/happy-1.15.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-haskell/happy/happy-1.15.ebuild,v 1.11 2006/05/21 17:27:11 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happy/happy-1.15.ebuild,v 1.12 2006/08/24 20:46:27 fmccor Exp $ inherit base eutils ghc-package @@ -9,7 +9,7 @@ HOMEPAGE="http://haskell.org/happy/" SRC_URI="http://haskell.cs.yale.edu/happy/dist/${PV}/${P}-src.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ppc64 ~sparc x86" +KEYWORDS="~amd64 ~ia64 ~ppc ppc64 sparc x86" IUSE="doc" #java use flag disabled, bug #107019 |