diff options
Diffstat (limited to 'dev-haskell/filepath/filepath-1.0.ebuild')
-rw-r--r-- | dev-haskell/filepath/filepath-1.0.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-haskell/filepath/filepath-1.0.ebuild b/dev-haskell/filepath/filepath-1.0.ebuild index b26c86c2c5e6..5a4d62c1b17f 100644 --- a/dev-haskell/filepath/filepath-1.0.ebuild +++ b/dev-haskell/filepath/filepath-1.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/filepath-1.0.ebuild,v 1.2 2007/07/11 18:10:25 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/filepath-1.0.ebuild,v 1.3 2007/07/27 09:30:19 kolmodin Exp $ -CABAL_FEATURES="haddock lib" +CABAL_FEATURES="haddock lib profile" inherit haskell-cabal DESCRIPTION="Utilities for filepath handling." @@ -11,8 +11,8 @@ SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -#if possible try testing with "~ppc" and "~sparc" -KEYWORDS="~amd64 ~ia64 ~x86" +#if possible try testing with "~ppc" +KEYWORDS="~amd64 ~ia64 ~sparc ~x86" IUSE="" DEPEND=">=virtual/ghc-6.4" |