diff options
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/filepath/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/filepath/filepath-1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/filepath/ChangeLog b/dev-haskell/filepath/ChangeLog index 6aa96e138d80..ced70cce2ed0 100644 --- a/dev-haskell/filepath/ChangeLog +++ b/dev-haskell/filepath/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/filepath # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/ChangeLog,v 1.7 2007/10/28 12:48:19 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/ChangeLog,v 1.8 2007/11/05 02:10:42 dcoutts Exp $ + + 05 Nov 2007; Duncan Coutts <dcoutts@gentoo.org> filepath-1.0.ebuild: + Added ~ppc to keywords 28 Oct 2007; Lennart Kolmodin <kolmodin@gentoo.org> filepath-1.0.ebuild: Stricten dependency of virtual/ghc into dev-lang/ghc as otherwise ghc-bin diff --git a/dev-haskell/filepath/filepath-1.0.ebuild b/dev-haskell/filepath/filepath-1.0.ebuild index 3d6d57c32358..451e3d0eb0a2 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.7 2007/10/28 12:48:19 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/filepath-1.0.ebuild,v 1.8 2007/11/05 02:10:42 dcoutts Exp $ CABAL_FEATURES="haddock lib profile" inherit haskell-cabal @@ -12,7 +12,7 @@ LICENSE="BSD" SLOT="0" #if possible try testing with "~ppc" -KEYWORDS="~amd64 ~hppa ~ia64 ~sparc x86" +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc x86" IUSE="" DEPEND=">=dev-lang/ghc-6.4" |