diff options
Diffstat (limited to 'dev-haskell/harp/harp-0.2.ebuild')
-rw-r--r-- | dev-haskell/harp/harp-0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/harp/harp-0.2.ebuild b/dev-haskell/harp/harp-0.2.ebuild index bd94571f6c08..0897087c44b4 100644 --- a/dev-haskell/harp/harp-0.2.ebuild +++ b/dev-haskell/harp/harp-0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/harp/harp-0.2.ebuild,v 1.4 2006/03/01 19:27:50 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/harp/harp-0.2.ebuild,v 1.5 2006/03/01 19:35:43 hansmi Exp $ CABAL_FEATURES="haddock lib" inherit haskell-cabal @@ -11,7 +11,7 @@ SRC_URI="http://www.cs.chalmers.se/~d00nibro/haskell-src-exts/haskell-src-exts-$ LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="" DEPEND="virtual/ghc" |