summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Kolmodin <kolmodin@gentoo.org>2009-12-16 20:24:17 +0000
committerLennart Kolmodin <kolmodin@gentoo.org>2009-12-16 20:24:17 +0000
commita581e395071a85e0992778ba974bec1f73726e72 (patch)
tree972ab757f68377f9a3704a80ecdce34e0e250cce /dev-haskell
parentversion bump per bug 288440, thanks to Daniel T. <dane.tschi@gmx.at> (diff)
downloadgentoo-2-a581e395071a85e0992778ba974bec1f73726e72.tar.gz
gentoo-2-a581e395071a85e0992778ba974bec1f73726e72.tar.bz2
gentoo-2-a581e395071a85e0992778ba974bec1f73726e72.zip
Add ~ppc64 keyword. Tested by trofi.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/filepath/ChangeLog5
-rw-r--r--dev-haskell/filepath/filepath-1.1.0.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/filepath/ChangeLog b/dev-haskell/filepath/ChangeLog
index 1a8cf860c68f..eb1d4033be9c 100644
--- a/dev-haskell/filepath/ChangeLog
+++ b/dev-haskell/filepath/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/filepath
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/ChangeLog,v 1.19 2009/12/13 07:09:17 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/ChangeLog,v 1.20 2009/12/16 20:24:17 kolmodin Exp $
+
+ 16 Dec 2009; <kolmodin@gentoo.org> filepath-1.1.0.2.ebuild:
+ Add ~ppc64 keyword. Tested by trofi.
13 Dec 2009; Michael Sterrett <mr_bones_@gentoo.org>
filepath-1.1.0.0.ebuild, filepath-1.1.0.2.ebuild:
diff --git a/dev-haskell/filepath/filepath-1.1.0.2.ebuild b/dev-haskell/filepath/filepath-1.1.0.2.ebuild
index 04760e747a39..a1f555589c4c 100644
--- a/dev-haskell/filepath/filepath-1.1.0.2.ebuild
+++ b/dev-haskell/filepath/filepath-1.1.0.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/filepath-1.1.0.2.ebuild,v 1.2 2009/12/13 07:09:17 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/filepath-1.1.0.2.ebuild,v 1.3 2009/12/16 20:24:17 kolmodin Exp $
CABAL_FEATURES="lib profile haddock"
inherit haskell-cabal
@@ -11,7 +11,7 @@ SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
RDEPEND=">=dev-lang/ghc-6.6.1"