diff options
author | Andres Loeh <kosmikus@gentoo.org> | 2004-04-14 12:04:15 +0000 |
---|---|---|
committer | Andres Loeh <kosmikus@gentoo.org> | 2004-04-14 12:04:15 +0000 |
commit | 30581b86255a2f2727ed454994adecfafabafc03 (patch) | |
tree | c5e5452f2024f40e839714776aa2cef1e05fb79e /dev-haskell/happy | |
parent | new happy version (Manifest recommit) (diff) | |
download | gentoo-2-30581b86255a2f2727ed454994adecfafabafc03.tar.gz gentoo-2-30581b86255a2f2727ed454994adecfafabafc03.tar.bz2 gentoo-2-30581b86255a2f2727ed454994adecfafabafc03.zip |
move 1.14 to ~x86
Diffstat (limited to 'dev-haskell/happy')
-rw-r--r-- | dev-haskell/happy/happy-1.14.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/happy/happy-1.14.ebuild b/dev-haskell/happy/happy-1.14.ebuild index cfa670b6defb..81477c58b931 100644 --- a/dev-haskell/happy/happy-1.14.ebuild +++ b/dev-haskell/happy/happy-1.14.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happy/happy-1.14.ebuild,v 1.1 2004/04/14 12:03:12 kosmikus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happy/happy-1.14.ebuild,v 1.2 2004/04/14 12:04:15 kosmikus Exp $ DESCRIPTION="A yacc-like parser generator for Haskell" HOMEPAGE="http://haskell.org/happy/" SRC_URI="http://haskell.cs.yale.edu/happy/dist/${PV}/${P}-src.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="x86" +KEYWORDS="~x86" IUSE="" DEPEND="virtual/ghc" |