summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Rothe <corsair@gentoo.org>2006-03-01 19:33:32 +0000
committerMarkus Rothe <corsair@gentoo.org>2006-03-01 19:33:32 +0000
commitaf989465b1776873966400ed7eebecd3a28f1757 (patch)
tree66048ab191c707942309af5353a83fbd6f1a26a8 /dev-haskell/hdbc
parentAdded ~ppc64; bug #124469 (diff)
downloadgentoo-2-af989465b1776873966400ed7eebecd3a28f1757.tar.gz
gentoo-2-af989465b1776873966400ed7eebecd3a28f1757.tar.bz2
gentoo-2-af989465b1776873966400ed7eebecd3a28f1757.zip
Added ~ppc64; bug #124469
(Portage version: 2.0.54)
Diffstat (limited to 'dev-haskell/hdbc')
-rw-r--r--dev-haskell/hdbc/ChangeLog5
-rw-r--r--dev-haskell/hdbc/hdbc-0.99.0.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-haskell/hdbc/ChangeLog b/dev-haskell/hdbc/ChangeLog
index a21e9edb8d52..66876a82b494 100644
--- a/dev-haskell/hdbc/ChangeLog
+++ b/dev-haskell/hdbc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/hdbc
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdbc/ChangeLog,v 1.1 2006/02/23 10:45:26 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdbc/ChangeLog,v 1.2 2006/03/01 19:32:07 corsair Exp $
+
+ 01 Mar 2006; Markus Rothe <corsair@gentoo.org> hdbc-0.99.0.ebuild:
+ Added ~ppc64; bug #124469
*hdbc-0.99.0 (23 Feb 2006)
diff --git a/dev-haskell/hdbc/hdbc-0.99.0.ebuild b/dev-haskell/hdbc/hdbc-0.99.0.ebuild
index 94033a07f31c..50e64226e6ca 100644
--- a/dev-haskell/hdbc/hdbc-0.99.0.ebuild
+++ b/dev-haskell/hdbc/hdbc-0.99.0.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/hdbc/hdbc-0.99.0.ebuild,v 1.1 2006/02/23 10:45:26 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdbc/hdbc-0.99.0.ebuild,v 1.2 2006/03/01 19:32:07 corsair Exp $
CABAL_FEATURES="lib haddock"
inherit haskell-cabal
@@ -11,7 +11,8 @@ SRC_URI="http://quux.org/devel/hdbc/${PN}_${PV}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~x86 ~amd64" #if possible try testing with "~ppc" and "~sparc"
+#if possible try testing with "~ppc" and "~sparc"
+KEYWORDS="~amd64 ~ppc64 ~x86"
IUSE="postgres sqlite odbc"
DEPEND=">=virtual/ghc-6.4.1"