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 | c16951c2435c091d4118cec6ded4a35cb4a84981 (patch) | |
tree | 104dc895769fb21ee18d5e58134d722bc202378e /dev-haskell/happy/happy-1.16.ebuild | |
parent | gimp raise libexif dep (diff) | |
download | historical-c16951c2435c091d4118cec6ded4a35cb4a84981.tar.gz historical-c16951c2435c091d4118cec6ded4a35cb4a84981.tar.bz2 historical-c16951c2435c091d4118cec6ded4a35cb4a84981.zip |
stabalized various haskell packages wrt #186849
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 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 |