summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/cpphs')
-rw-r--r--dev-haskell/cpphs/ChangeLog6
-rw-r--r--dev-haskell/cpphs/cpphs-1.13.3.ebuild4
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-haskell/cpphs/ChangeLog b/dev-haskell/cpphs/ChangeLog
index f1988f10cf2a..49c1f6b4fbe5 100644
--- a/dev-haskell/cpphs/ChangeLog
+++ b/dev-haskell/cpphs/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/cpphs
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/ChangeLog,v 1.35 2012/08/08 20:15:49 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/ChangeLog,v 1.36 2012/08/09 10:18:39 slyfox Exp $
+
+ 09 Aug 2012; Sergei Trofimovich <slyfox@gentoo.org> cpphs-1.13.3.ebuild:
+ Stable on alpha/ia64/sparc (bug #422017)
08 Aug 2012; Brent Baude <ranger@gentoo.org> cpphs-1.13.3.ebuild:
Marking cpphs-1.13.3 ppc for bug 422017
@@ -126,4 +129,3 @@
18 May 2005; <dcoutts@gentoo.org> +metadata.xml, +cpphs-0.9.ebuild:
Add a new ebuild for cpphs.
-
diff --git a/dev-haskell/cpphs/cpphs-1.13.3.ebuild b/dev-haskell/cpphs/cpphs-1.13.3.ebuild
index 6d0e63d8e93a..78b78e2c64b4 100644
--- a/dev-haskell/cpphs/cpphs-1.13.3.ebuild
+++ b/dev-haskell/cpphs/cpphs-1.13.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/cpphs-1.13.3.ebuild,v 1.4 2012/08/08 20:15:49 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/cpphs-1.13.3.ebuild,v 1.5 2012/08/09 10:18:39 slyfox Exp $
EAPI="3"
@@ -13,7 +13,7 @@ SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc ~x86"
IUSE=""
RDEPEND=">=dev-lang/ghc-6.10.1"