summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2011-04-20 06:24:03 +0000
committerHans de Graaff <graaff@gentoo.org>2011-04-20 06:24:03 +0000
commit51b475c16ecdd4b5b0cf884c1d4b2a378a783686 (patch)
treea6f7104a646da2b83e0951ebe7fef91700a1ec3a /dev-ruby/pg
parentVersion bump. (diff)
downloadgentoo-2-51b475c16ecdd4b5b0cf884c1d4b2a378a783686.tar.gz
gentoo-2-51b475c16ecdd4b5b0cf884c1d4b2a378a783686.tar.bz2
gentoo-2-51b475c16ecdd4b5b0cf884c1d4b2a378a783686.zip
Tests only work with postgresql-server-8*. Bug 358723.
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/pg')
-rw-r--r--dev-ruby/pg/ChangeLog5
-rw-r--r--dev-ruby/pg/pg-0.9.0-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/pg/ChangeLog b/dev-ruby/pg/ChangeLog
index 54c7c5188668..f7591ea61d60 100644
--- a/dev-ruby/pg/ChangeLog
+++ b/dev-ruby/pg/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/pg
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pg/ChangeLog,v 1.29 2011/03/15 15:22:23 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pg/ChangeLog,v 1.30 2011/04/20 06:24:03 graaff Exp $
+
+ 20 Apr 2011; Hans de Graaff <graaff@gentoo.org> pg-0.9.0-r1.ebuild:
+ Tests only work with postgresql-server:8.0. Bug 358723.
15 Mar 2011; Markos Chandras <hwoarang@gentoo.org> pg-0.9.0-r1.ebuild:
Stable on amd64 wrt bug #358723
diff --git a/dev-ruby/pg/pg-0.9.0-r1.ebuild b/dev-ruby/pg/pg-0.9.0-r1.ebuild
index f30d30f75455..e775e9c7a4fb 100644
--- a/dev-ruby/pg/pg-0.9.0-r1.ebuild
+++ b/dev-ruby/pg/pg-0.9.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pg/pg-0.9.0-r1.ebuild,v 1.13 2011/03/17 15:02:10 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pg/pg-0.9.0-r1.ebuild,v 1.14 2011/04/20 06:24:03 graaff Exp $
EAPI=2
USE_RUBY="ruby18 ree18"
@@ -25,7 +25,7 @@ RDEPEND="${RDEPEND}
dev-db/postgresql-base"
DEPEND="${DEPEND}
dev-db/postgresql-base
- test? ( dev-db/postgresql-server )"
+ test? ( =dev-db/postgresql-server-8* )"
# For the rakefile (and thus doc generation and testing) to work as
# intended, you need both rake-compiler _and_ the real RubyGems