summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2014-11-03 11:36:07 +0000
committerAaron W. Swenson <titanofold@gentoo.org>2014-11-03 11:36:07 +0000
commit90efb01ceec9e27c4364adda3fa2de66fafe5e86 (patch)
tree38eecfdfa09dba1fd1bedf228b071d74f8043189 /dev-db
parentUpdate PostgreSQL dependencies and/or checks to virtual/postgresql. (diff)
downloadgentoo-2-90efb01ceec9e27c4364adda3fa2de66fafe5e86.tar.gz
gentoo-2-90efb01ceec9e27c4364adda3fa2de66fafe5e86.tar.bz2
gentoo-2-90efb01ceec9e27c4364adda3fa2de66fafe5e86.zip
Update PostgreSQL dependencies and/or checks to virtual/postgresql.
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key D1BBFDA0)
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/soci/ChangeLog5
-rw-r--r--dev-db/soci/soci-3.2.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/soci/ChangeLog b/dev-db/soci/ChangeLog
index 7223bf078f4d..1068015f783b 100644
--- a/dev-db/soci/ChangeLog
+++ b/dev-db/soci/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-db/soci
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/soci/ChangeLog,v 1.1 2014/05/09 22:06:24 jauhien Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/soci/ChangeLog,v 1.2 2014/11/03 11:36:07 titanofold Exp $
+
+ 03 Nov 2014; Aaron W. Swenson <titanofold@gentoo.org> soci-3.2.2.ebuild:
+ Update PostgreSQL dependencies and/or checks to virtual/postgresql.
*soci-3.2.2 (09 May 2014)
diff --git a/dev-db/soci/soci-3.2.2.ebuild b/dev-db/soci/soci-3.2.2.ebuild
index 75ac182006f3..b3f18d6b913c 100644
--- a/dev-db/soci/soci-3.2.2.ebuild
+++ b/dev-db/soci/soci-3.2.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/soci/soci-3.2.2.ebuild,v 1.1 2014/05/09 22:06:24 jauhien Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/soci/soci-3.2.2.ebuild,v 1.2 2014/11/03 11:36:07 titanofold Exp $
EAPI=5
@@ -20,7 +20,7 @@ DEPEND="boost? ( dev-libs/boost )
mysql? ( virtual/mysql )
odbc? ( dev-db/unixODBC )
oracle? ( dev-db/oracle-instantclient-basic )
- postgres? ( dev-db/postgresql-base )
+ postgres? ( virtual/postgresql )
sqlite? ( dev-db/sqlite:3 )
"
RDEPEND=${DEPEND}