diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2014-11-03 11:23:10 +0000 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2014-11-03 11:23:10 +0000 |
commit | 976c28573092562f134c0ccb7853a7941d65e660 (patch) | |
tree | bab541497830040df89a2c78530d4e0d842bc31c /dev-db/libzdb/libzdb-2.11.3.ebuild | |
parent | Update PostgreSQL dependencies and/or checks to virtual/postgresql. (diff) | |
download | gentoo-2-976c28573092562f134c0ccb7853a7941d65e660.tar.gz gentoo-2-976c28573092562f134c0ccb7853a7941d65e660.tar.bz2 gentoo-2-976c28573092562f134c0ccb7853a7941d65e660.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/libzdb/libzdb-2.11.3.ebuild')
-rw-r--r-- | dev-db/libzdb/libzdb-2.11.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-db/libzdb/libzdb-2.11.3.ebuild b/dev-db/libzdb/libzdb-2.11.3.ebuild index 05a371b54605..6ea24a060d47 100644 --- a/dev-db/libzdb/libzdb-2.11.3.ebuild +++ b/dev-db/libzdb/libzdb-2.11.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/libzdb/libzdb-2.11.3.ebuild,v 1.1 2013/07/01 18:57:33 lordvan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/libzdb/libzdb-2.11.3.ebuild,v 1.2 2014/11/03 11:23:10 titanofold Exp $ EAPI="4" @@ -19,7 +19,7 @@ REQUIRED_USE=" || ( postgres mysql sqlite )" RESTRICT=test RDEPEND="mysql? ( virtual/mysql ) - postgres? ( dev-db/postgresql-base ) + postgres? ( virtual/postgresql ) sqlite? ( >=dev-db/sqlite-3.7:3[unlock-notify(+)] ) ssl? ( dev-libs/openssl )" DEPEND="${RDEPEND} |