diff options
author | David Holm <dholm@gentoo.org> | 2005-05-04 16:53:02 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2005-05-04 16:53:02 +0000 |
commit | 2c5791507652271fcfc2e1e78c78119f8f8f2e5b (patch) | |
tree | 057b830814878ab685b4e0de56506dab1c0d471d /dev-haskell/happy/happy-1.15.ebuild | |
parent | Added to ~ppc (diff) | |
download | historical-2c5791507652271fcfc2e1e78c78119f8f8f2e5b.tar.gz historical-2c5791507652271fcfc2e1e78c78119f8f8f2e5b.tar.bz2 historical-2c5791507652271fcfc2e1e78c78119f8f8f2e5b.zip |
Added to ~ppc
Package-Manager: portage-2.0.51.21
Diffstat (limited to 'dev-haskell/happy/happy-1.15.ebuild')
-rw-r--r-- | dev-haskell/happy/happy-1.15.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/happy/happy-1.15.ebuild b/dev-haskell/happy/happy-1.15.ebuild index 1f86efba0b47..6f4a314cdd55 100644 --- a/dev-haskell/happy/happy-1.15.ebuild +++ b/dev-haskell/happy/happy-1.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happy/happy-1.15.ebuild,v 1.4 2005/03/24 15:05:31 kosmikus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happy/happy-1.15.ebuild,v 1.5 2005/05/04 16:53:02 dholm Exp $ inherit base eutils ghc-package @@ -9,7 +9,7 @@ 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 ~amd64" +KEYWORDS="~x86 ~amd64 ~ppc" IUSE="doc java" DEPEND=">=virtual/ghc-5.04 |