diff options
author | Duncan Coutts <dcoutts@gentoo.org> | 2007-07-11 18:10:25 +0000 |
---|---|---|
committer | Duncan Coutts <dcoutts@gentoo.org> | 2007-07-11 18:10:25 +0000 |
commit | d30bc645836a9d3044964c3981ba2c0239ba5040 (patch) | |
tree | 4e7ddade7287a4147f862baf3437d4e9a0426404 /dev-haskell/filepath | |
parent | Marked ~ia64. (diff) | |
download | gentoo-2-d30bc645836a9d3044964c3981ba2c0239ba5040.tar.gz gentoo-2-d30bc645836a9d3044964c3981ba2c0239ba5040.tar.bz2 gentoo-2-d30bc645836a9d3044964c3981ba2c0239ba5040.zip |
Marked ~ia64.
(Portage version: 2.1.2.9)
Diffstat (limited to 'dev-haskell/filepath')
-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" |