diff options
author | 2014-12-28 15:44:26 +0000 | |
---|---|---|
committer | 2014-12-28 15:44:26 +0000 | |
commit | 710419c0cf41698a7a89172af8f9473ebedf11f9 (patch) | |
tree | 33025f1a95e55ba442c7eefcdfbf3d5f32751ba7 /dev-qt/qtsql/qtsql-5.3.2.ebuild | |
parent | Rename virtual/postgresql to dev-db/postgresql (diff) | |
download | gentoo-2-710419c0cf41698a7a89172af8f9473ebedf11f9.tar.gz gentoo-2-710419c0cf41698a7a89172af8f9473ebedf11f9.tar.bz2 gentoo-2-710419c0cf41698a7a89172af8f9473ebedf11f9.zip |
Rename virtual/postgresql to dev-db/postgresql
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key D1BBFDA0)
Diffstat (limited to 'dev-qt/qtsql/qtsql-5.3.2.ebuild')
-rw-r--r-- | dev-qt/qtsql/qtsql-5.3.2.ebuild | 4 |
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}" |