summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/hdbc/hdbc-0.99.0.ebuild')
-rw-r--r--dev-haskell/hdbc/hdbc-0.99.0.ebuild5
1 files changed, 3 insertions, 2 deletions
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"