diff options
author | Duncan Coutts <dcoutts@gentoo.org> | 2007-11-05 02:10:42 +0000 |
---|---|---|
committer | Duncan Coutts <dcoutts@gentoo.org> | 2007-11-05 02:10:42 +0000 |
commit | 7ba0036f0e939b2073bb29c97496e28d3c654e00 (patch) | |
tree | 1097df37438b224bb25eb3dd8eb4fe91a5c2be11 | |
parent | version bump from upstream (bug #197591) (diff) | |
download | gentoo-2-7ba0036f0e939b2073bb29c97496e28d3c654e00.tar.gz gentoo-2-7ba0036f0e939b2073bb29c97496e28d3c654e00.tar.bz2 gentoo-2-7ba0036f0e939b2073bb29c97496e28d3c654e00.zip |
Added ~ppc to keywords
(Portage version: 2.1.3.16)
-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" |