summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Coutts <dcoutts@gentoo.org>2006-03-09 17:46:53 +0000
committerDuncan Coutts <dcoutts@gentoo.org>2006-03-09 17:46:53 +0000
commit7075bfab7e256b2b89ee143f6b74be0fb20c08aa (patch)
treedfedf882b356b8cea33e9e620b42c73c2d9530ea /dev-haskell/hdbc-postgresql
parent2.2.7 version bump for bug 125519. Thanks to ChazeFroy <chazefroy at gmail do... (diff)
downloadhistorical-7075bfab7e256b2b89ee143f6b74be0fb20c08aa.tar.gz
historical-7075bfab7e256b2b89ee143f6b74be0fb20c08aa.tar.bz2
historical-7075bfab7e256b2b89ee143f6b74be0fb20c08aa.zip
Add ~sparc to KEYWORDS. See bug #124902
Package-Manager: portage-2.1_pre5-r4
Diffstat (limited to 'dev-haskell/hdbc-postgresql')
-rw-r--r--dev-haskell/hdbc-postgresql/ChangeLog7
-rw-r--r--dev-haskell/hdbc-postgresql/hdbc-postgresql-0.99.0.0.ebuild7
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-haskell/hdbc-postgresql/ChangeLog b/dev-haskell/hdbc-postgresql/ChangeLog
index c99c07121736..3865a1ca1c3d 100644
--- a/dev-haskell/hdbc-postgresql/ChangeLog
+++ b/dev-haskell/hdbc-postgresql/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/hdbc-postgresql
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdbc-postgresql/ChangeLog,v 1.4 2006/03/01 19:39:11 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdbc-postgresql/ChangeLog,v 1.5 2006/03/09 17:41:06 dcoutts Exp $
+
+ 09 Mar 2006; Duncan Coutts <dcoutts@gentoo.org>
+ hdbc-postgresql-0.99.0.0.ebuild:
+ Add ~sparc to KEYWORDS. See bug #124902
+ Also require libpq-8 rather than 7 at suggestion of upstream.
01 Mar 2006; Michael Hanselmann <hansmi@gentoo.org>
hdbc-postgresql-0.99.0.0.ebuild:
diff --git a/dev-haskell/hdbc-postgresql/hdbc-postgresql-0.99.0.0.ebuild b/dev-haskell/hdbc-postgresql/hdbc-postgresql-0.99.0.0.ebuild
index a5869eb97a0a..5fd68bfa694a 100644
--- a/dev-haskell/hdbc-postgresql/hdbc-postgresql-0.99.0.0.ebuild
+++ b/dev-haskell/hdbc-postgresql/hdbc-postgresql-0.99.0.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-postgresql/hdbc-postgresql-0.99.0.0.ebuild,v 1.4 2006/03/01 19:39:11 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdbc-postgresql/hdbc-postgresql-0.99.0.0.ebuild,v 1.5 2006/03/09 17:41:06 dcoutts Exp $
CABAL_FEATURES="lib haddock"
inherit haskell-cabal versionator
@@ -11,14 +11,13 @@ SRC_URI="http://quux.org/devel/hdbc/${PN}_${PV}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-#if possible try testing with "~ppc" and "~sparc"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~sparc"
IUSE=""
hdbc_PV=$(get_version_component_range 1-3)
DEPEND=">=virtual/ghc-6.4.1
~dev-haskell/hdbc-${hdbc_PV}
- >=dev-db/libpq-7"
+ >=dev-db/libpq-8"
S="${WORKDIR}/${PN}"