diff options
Diffstat (limited to 'dev-haskell/filepath/filepath-1.1.0.0.ebuild')
-rw-r--r-- | dev-haskell/filepath/filepath-1.1.0.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-haskell/filepath/filepath-1.1.0.0.ebuild b/dev-haskell/filepath/filepath-1.1.0.0.ebuild index 214d586a7ae0..bb9bef8a1832 100644 --- a/dev-haskell/filepath/filepath-1.1.0.0.ebuild +++ b/dev-haskell/filepath/filepath-1.1.0.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/filepath-1.1.0.0.ebuild,v 1.1 2007/12/13 17:16:01 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/filepath-1.1.0.0.ebuild,v 1.2 2008/03/01 11:29:11 armin76 Exp $ CABAL_FEATURES="haddock lib profile" inherit haskell-cabal @@ -11,7 +11,7 @@ SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~sparc ~x86" IUSE="" DEPEND=">=dev-lang/ghc-6.4" |