diff options
author | Dimitry Bradt <diox@gentoo.org> | 2007-07-28 20:55:30 +0000 |
---|---|---|
committer | Dimitry Bradt <diox@gentoo.org> | 2007-07-28 20:55:30 +0000 |
commit | 02ecd7d5e6b220beb2667951ba5978b23dd39aae (patch) | |
tree | 5a308f06aa2a9448a288977c94cda76d3bcd6280 /dev-haskell/happy | |
parent | gimp raise libexif dep (diff) | |
download | gentoo-2-02ecd7d5e6b220beb2667951ba5978b23dd39aae.tar.gz gentoo-2-02ecd7d5e6b220beb2667951ba5978b23dd39aae.tar.bz2 gentoo-2-02ecd7d5e6b220beb2667951ba5978b23dd39aae.zip |
stabalized various haskell packages wrt #186849
Diffstat (limited to 'dev-haskell/happy')
-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 f3a068411e52..57f174204df8 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.3 2007/07/28 14:42:18 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happy/happy-1.16.ebuild,v 1.4 2007/07/28 20:55:30 diox 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 |