diff options
author | 2007-12-16 18:35:49 +0000 | |
---|---|---|
committer | 2007-12-16 18:35:49 +0000 | |
commit | 1f88d6a263ef31769e734f756d0104cefa2ef78a (patch) | |
tree | 58f69edfe7b2301dcf5bc9ea22c24131cf8b4380 /dev-haskell/filepath | |
parent | Stable on ppc wrt bug 201984 (diff) | |
download | gentoo-2-1f88d6a263ef31769e734f756d0104cefa2ef78a.tar.gz gentoo-2-1f88d6a263ef31769e734f756d0104cefa2ef78a.tar.bz2 gentoo-2-1f88d6a263ef31769e734f756d0104cefa2ef78a.zip |
Stable on ppc wrt bug 201984
(Portage version: 2.1.4_rc10)
Diffstat (limited to 'dev-haskell/filepath')
-rw-r--r-- | dev-haskell/filepath/filepath-1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/filepath/filepath-1.0.ebuild b/dev-haskell/filepath/filepath-1.0.ebuild index 1feee684fa13..7a53b2d334c2 100644 --- a/dev-haskell/filepath/filepath-1.0.ebuild +++ b/dev-haskell/filepath/filepath-1.0.ebuild @@ -1,6 +1,6 @@ # 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.12 2007/12/13 00:43:49 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/filepath-1.0.ebuild,v 1.13 2007/12/16 18:35:49 nixnut 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 hppa ~ia64 ~ppc sparc x86" +KEYWORDS="amd64 hppa ~ia64 ppc sparc x86" IUSE="" DEPEND=">=dev-lang/ghc-6.4" |