summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-qt/qtsql/qtsql-5.3.2.ebuild')
-rw-r--r--dev-qt/qtsql/qtsql-5.3.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-qt/qtsql/qtsql-5.3.2.ebuild b/dev-qt/qtsql/qtsql-5.3.2.ebuild
index 366744f0679d..651068e4d2ee 100644
--- a/dev-qt/qtsql/qtsql-5.3.2.ebuild
+++ b/dev-qt/qtsql/qtsql-5.3.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-qt/qtsql/qtsql-5.3.2.ebuild,v 1.2 2014/11/03 12:42:18 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtsql/qtsql-5.3.2.ebuild,v 1.3 2014/12/28 15:44:26 titanofold Exp $
EAPI=5
@@ -28,7 +28,7 @@ DEPEND="
mysql? ( virtual/mysql:= )
oci8? ( dev-db/oracle-instantclient-basic )
odbc? ( || ( dev-db/unixODBC dev-db/libiodbc ) )
- postgres? ( virtual/postgresql:* )
+ postgres? ( dev-db/postgresql:* )
sqlite? ( dev-db/sqlite:3 )
"
RDEPEND="${DEPEND}"