summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2014-11-03 13:33:17 +0000
committerAaron W. Swenson <titanofold@gentoo.org>2014-11-03 13:33:17 +0000
commitcdcbf5ec9d1c1dc36276105d5213bd97e58886a8 (patch)
treea186fe06821379e50cad3d197970b11ff36fe492 /net-dns/pdns/pdns-3.4.0.ebuild
parentUpdate PostgreSQL dependencies and/or checks to virtual/postgresql. (diff)
downloadgentoo-2-cdcbf5ec9d1c1dc36276105d5213bd97e58886a8.tar.gz
gentoo-2-cdcbf5ec9d1c1dc36276105d5213bd97e58886a8.tar.bz2
gentoo-2-cdcbf5ec9d1c1dc36276105d5213bd97e58886a8.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 'net-dns/pdns/pdns-3.4.0.ebuild')
-rw-r--r--net-dns/pdns/pdns-3.4.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-dns/pdns/pdns-3.4.0.ebuild b/net-dns/pdns/pdns-3.4.0.ebuild
index 0f626e2dd263..47564556fd85 100644
--- a/net-dns/pdns/pdns-3.4.0.ebuild
+++ b/net-dns/pdns/pdns-3.4.0.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/net-dns/pdns/pdns-3.4.0.ebuild,v 1.1 2014/10/23 11:15:39 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns/pdns-3.4.0.ebuild,v 1.2 2014/11/03 13:33:17 titanofold Exp $
EAPI=5
@@ -30,7 +30,7 @@ RDEPEND="!static? (
cryptopp? ( dev-libs/crypto++ )
lua? ( dev-lang/lua )
mysql? ( virtual/mysql )
- postgres? ( dev-db/postgresql-base:= )
+ postgres? ( virtual/postgresql:= )
ldap? ( >=net-nds/openldap-2.0.27-r4 )
sqlite? ( dev-db/sqlite:3 )
odbc? ( dev-db/unixODBC )
@@ -45,7 +45,7 @@ DEPEND="${RDEPEND}
cryptopp? ( dev-libs/crypto++[static-libs(+)] )
lua? ( dev-lang/lua[static-libs(+)] )
mysql? ( virtual/mysql[static-libs(+)] )
- postgres? ( dev-db/postgresql-base[static-libs(+)] )
+ postgres? ( virtual/postgresql[static-libs(+)] )
ldap? ( >=net-nds/openldap-2.0.27-r4[static-libs(+)] )
sqlite? ( dev-db/sqlite:3[static-libs(+)] )
odbc? ( dev-db/unixODBC[static-libs(+)] )