diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2007-12-16 18:35:49 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2007-12-16 18:35:49 +0000 |
commit | e79361543ace36fbaa9a0aa276c008080df806e3 (patch) | |
tree | 145195117c6937fd0934ca005ebdfe5b4b7e0752 /dev-haskell/filepath | |
parent | New ebuild for knetwalk as per bug 201613. (diff) | |
download | historical-e79361543ace36fbaa9a0aa276c008080df806e3.tar.gz historical-e79361543ace36fbaa9a0aa276c008080df806e3.tar.bz2 historical-e79361543ace36fbaa9a0aa276c008080df806e3.zip |
Stable on ppc wrt bug 201984
Package-Manager: portage-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" |