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 8fb26f371567..1ec037a865c7 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.1 2007/07/08 18:12:01 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/ChangeLog,v 1.2 2007/07/11 18:10:25 dcoutts Exp $ + + 11 Jul 2007; Duncan Coutts <dcoutts@gentoo.org> filepath-1.0.ebuild: + Marked ~ia64. *filepath-1.0 (08 Jul 2007) diff --git a/dev-haskell/filepath/filepath-1.0.ebuild b/dev-haskell/filepath/filepath-1.0.ebuild index 18c3d1361951..b26c86c2c5e6 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.1 2007/07/08 18:12:01 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/filepath-1.0.ebuild,v 1.2 2007/07/11 18:10:25 dcoutts Exp $ CABAL_FEATURES="haddock lib" inherit haskell-cabal @@ -12,7 +12,7 @@ LICENSE="BSD" SLOT="0" #if possible try testing with "~ppc" and "~sparc" -KEYWORDS="~x86 ~amd64" +KEYWORDS="~amd64 ~ia64 ~x86" IUSE="" DEPEND=">=virtual/ghc-6.4" |