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/happy/happy-1.16.ebuild | |
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/happy/happy-1.16.ebuild')
-rw-r--r-- | dev-haskell/happy/happy-1.16.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 |