summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-haskell/haddock/ChangeLog5
-rw-r--r--dev-haskell/haddock/haddock-2.6.1.ebuild4
-rw-r--r--dev-haskell/regex-compat/ChangeLog6
-rw-r--r--dev-haskell/regex-compat/regex-compat-0.91.ebuild4
-rw-r--r--dev-haskell/regex-compat/regex-compat-0.92.ebuild4
5 files changed, 15 insertions, 8 deletions
diff --git a/dev-haskell/haddock/ChangeLog b/dev-haskell/haddock/ChangeLog
index 19e6f94042bc..069caa5a0788 100644
--- a/dev-haskell/haddock/ChangeLog
+++ b/dev-haskell/haddock/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/haddock
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haddock/ChangeLog,v 1.74 2010/07/01 19:24:02 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haddock/ChangeLog,v 1.75 2010/08/01 09:40:44 slyfox Exp $
+
+ 01 Aug 2010; Sergei Trofimovich <slyfox@gentoo.org> haddock-2.6.1.ebuild:
+ Marked ~ppc. Thanks to Michael Mounteney (monty) for testing.
01 Jul 2010; Jeroen Roovers <jer@gentoo.org> haddock-0.8.ebuild,
haddock-0.9.ebuild, haddock-2.4.1.ebuild:
diff --git a/dev-haskell/haddock/haddock-2.6.1.ebuild b/dev-haskell/haddock/haddock-2.6.1.ebuild
index b070d9975d9f..13c9f6e0c47c 100644
--- a/dev-haskell/haddock/haddock-2.6.1.ebuild
+++ b/dev-haskell/haddock/haddock-2.6.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haddock/haddock-2.6.1.ebuild,v 1.3 2010/06/30 23:00:47 kolmodin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haddock/haddock-2.6.1.ebuild,v 1.4 2010/08/01 09:40:44 slyfox Exp $
CABAL_FEATURES="bin lib"
# don't enable profiling as the 'ghc' package is not built with profiling
@@ -12,7 +12,7 @@ SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="doc"
# we bundle the dep on ghc-paths to reduce the dependencies on this critical
diff --git a/dev-haskell/regex-compat/ChangeLog b/dev-haskell/regex-compat/ChangeLog
index 76a387066539..07990d1d275a 100644
--- a/dev-haskell/regex-compat/ChangeLog
+++ b/dev-haskell/regex-compat/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-haskell/regex-compat
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/ChangeLog,v 1.23 2010/07/01 19:58:44 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/ChangeLog,v 1.24 2010/08/01 09:37:47 slyfox Exp $
+
+ 01 Aug 2010; Sergei Trofimovich <slyfox@gentoo.org>
+ regex-compat-0.91.ebuild, regex-compat-0.92.ebuild:
+ Marked ~ppc. Thanks to Michael Mounteney (monty) for testing.
01 Jul 2010; Jeroen Roovers <jer@gentoo.org> regex-compat-0.71.ebuild,
regex-compat-0.91.ebuild, regex-compat-0.92.ebuild:
diff --git a/dev-haskell/regex-compat/regex-compat-0.91.ebuild b/dev-haskell/regex-compat/regex-compat-0.91.ebuild
index e24be2a76134..751ca4ee1395 100644
--- a/dev-haskell/regex-compat/regex-compat-0.91.ebuild
+++ b/dev-haskell/regex-compat/regex-compat-0.91.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/regex-compat-0.91.ebuild,v 1.5 2010/07/01 19:58:44 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/regex-compat-0.91.ebuild,v 1.6 2010/08/01 09:37:47 slyfox Exp $
CABAL_FEATURES="profile haddock lib"
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 ia64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha ~amd64 ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE=""
DEPEND=">=dev-lang/ghc-6.6
diff --git a/dev-haskell/regex-compat/regex-compat-0.92.ebuild b/dev-haskell/regex-compat/regex-compat-0.92.ebuild
index d411a1da459d..ac865dc5d613 100644
--- a/dev-haskell/regex-compat/regex-compat-0.92.ebuild
+++ b/dev-haskell/regex-compat/regex-compat-0.92.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/regex-compat-0.92.ebuild,v 1.2 2010/07/01 19:58:44 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/regex-compat-0.92.ebuild,v 1.3 2010/08/01 09:37:47 slyfox Exp $
CABAL_FEATURES="profile haddock lib"
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 ~ia64 ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE=""
DEPEND=">=dev-lang/ghc-6.6