diff options
author | Markus Rothe <corsair@gentoo.org> | 2007-07-30 16:26:39 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2007-07-30 16:26:39 +0000 |
commit | 70d995cb9379981f82d03c21af84cd994106bd69 (patch) | |
tree | 02746f21b891a9b6325ad9cee4f045321eca4f66 /dev-haskell | |
parent | Re-add bytesex.h.patch for hping3, bug #185679 (diff) | |
download | gentoo-2-70d995cb9379981f82d03c21af84cd994106bd69.tar.gz gentoo-2-70d995cb9379981f82d03c21af84cd994106bd69.tar.bz2 gentoo-2-70d995cb9379981f82d03c21af84cd994106bd69.zip |
Stable on ppc64; bug #186849
(Portage version: 2.1.2.9)
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/happy/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/happy/happy-1.16.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/happy/ChangeLog b/dev-haskell/happy/ChangeLog index 156a15a835d3..d8d7a3c1e750 100644 --- a/dev-haskell/happy/ChangeLog +++ b/dev-haskell/happy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/happy # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happy/ChangeLog,v 1.27 2007/07/30 13:11:14 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happy/ChangeLog,v 1.28 2007/07/30 16:26:39 corsair Exp $ + + 30 Jul 2007; Markus Rothe <corsair@gentoo.org> happy-1.16.ebuild: + Stable on ppc64; bug #186849 30 Jul 2007; Ferris McCormick <fmccor@gentoo.org> happy-1.16.ebuild: Sparc stable --- Bug #186849 --- all as expected. diff --git a/dev-haskell/happy/happy-1.16.ebuild b/dev-haskell/happy/happy-1.16.ebuild index bed358bef32b..7bfa4ff9bdba 100644 --- a/dev-haskell/happy/happy-1.16.ebuild +++ b/dev-haskell/happy/happy-1.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happy/happy-1.16.ebuild,v 1.6 2007/07/30 13:11:14 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happy/happy-1.16.ebuild,v 1.7 2007/07/30 16:26:39 corsair Exp $ CABAL_FEATURES="bin" inherit haskell-cabal autotools @@ -11,7 +11,7 @@ SRC_URI="http://haskell.org/happy/dist/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ia64 ppc ~ppc64 sparc ~x86" +KEYWORDS="~amd64 ~ia64 ppc ppc64 sparc ~x86" IUSE="doc" DEPEND=">=virtual/ghc-6.4 |