summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Coutts <dcoutts@gentoo.org>2007-07-11 18:24:54 +0000
committerDuncan Coutts <dcoutts@gentoo.org>2007-07-11 18:24:54 +0000
commit87fb20fa3a5737a4f724975059328a83af15c4c4 (patch)
treea59cf379640c8fa713433436df14d53006baadca /dev-haskell/filepath
parentMarked ~ia64. (diff)
downloadhistorical-87fb20fa3a5737a4f724975059328a83af15c4c4.tar.gz
historical-87fb20fa3a5737a4f724975059328a83af15c4c4.tar.bz2
historical-87fb20fa3a5737a4f724975059328a83af15c4c4.zip
Marked ~ia64.
Package-Manager: portage-2.1.2.9
Diffstat (limited to 'dev-haskell/filepath')
-rw-r--r--dev-haskell/filepath/ChangeLog5
-rw-r--r--dev-haskell/filepath/filepath-1.0.ebuild4
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"