summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hanselmann <hansmi@gentoo.org>2006-03-01 19:41:36 +0000
committerMichael Hanselmann <hansmi@gentoo.org>2006-03-01 19:41:36 +0000
commitae9ec806aefabbcbe5c2ee0a87f02cf7004ee0a2 (patch)
tree38f50bd0946aa6135044ef9b7e1b5ed93ed6a1b1 /dev-haskell/hsql
parentAdded ~ppc64; bug #124469 (diff)
downloadgentoo-2-ae9ec806aefabbcbe5c2ee0a87f02cf7004ee0a2.tar.gz
gentoo-2-ae9ec806aefabbcbe5c2ee0a87f02cf7004ee0a2.tar.bz2
gentoo-2-ae9ec806aefabbcbe5c2ee0a87f02cf7004ee0a2.zip
Added to ~ppc. See bug #124469.
(Portage version: 2.1_pre5-r1)
Diffstat (limited to 'dev-haskell/hsql')
-rw-r--r--dev-haskell/hsql/ChangeLog5
-rw-r--r--dev-haskell/hsql/hsql-1.7.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/hsql/ChangeLog b/dev-haskell/hsql/ChangeLog
index 9079e8f45e5b..d9e7ba81258d 100644
--- a/dev-haskell/hsql/ChangeLog
+++ b/dev-haskell/hsql/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/hsql
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsql/ChangeLog,v 1.3 2006/03/01 19:39:16 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsql/ChangeLog,v 1.4 2006/03/01 19:40:51 hansmi Exp $
+
+ 01 Mar 2006; Michael Hanselmann <hansmi@gentoo.org> hsql-1.7.ebuild:
+ Added to ~ppc. See bug #124469.
01 Mar 2006; Markus Rothe <corsair@gentoo.org> hsql-1.7.ebuild:
Added ~ppc64; bug #124469
diff --git a/dev-haskell/hsql/hsql-1.7.ebuild b/dev-haskell/hsql/hsql-1.7.ebuild
index c6f9133e847f..9f0575301fd4 100644
--- a/dev-haskell/hsql/hsql-1.7.ebuild
+++ b/dev-haskell/hsql/hsql-1.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsql/hsql-1.7.ebuild,v 1.3 2006/03/01 19:39:16 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsql/hsql-1.7.ebuild,v 1.4 2006/03/01 19:40:51 hansmi Exp $
CABAL_FEATURES="lib haddock"
inherit haskell-cabal
@@ -12,7 +12,7 @@ LICENSE="BSD"
SLOT="0"
#if possible try testing with "~ppc" and "~sparc"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="postgres sqlite odbc mysql"
DEPEND=">=virtual/ghc-6.4.1"