diff options
author | Patrick Lauer <patrick@gentoo.org> | 2010-06-17 20:09:51 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2010-06-17 20:09:51 +0000 |
commit | 54aa65c6d778f2e442950ceb62114b66a5a5629c (patch) | |
tree | f49dde8a1b9b6869cd613c888bdffd2a9875823b /dev-db/opendbx/opendbx-1.2.6.ebuild | |
parent | Migrating away from deprecated postgres virtuals (diff) | |
download | gentoo-2-54aa65c6d778f2e442950ceb62114b66a5a5629c.tar.gz gentoo-2-54aa65c6d778f2e442950ceb62114b66a5a5629c.tar.bz2 gentoo-2-54aa65c6d778f2e442950ceb62114b66a5a5629c.zip |
Migrating away from deprecated postgres virtuals
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-db/opendbx/opendbx-1.2.6.ebuild')
-rw-r--r-- | dev-db/opendbx/opendbx-1.2.6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-db/opendbx/opendbx-1.2.6.ebuild b/dev-db/opendbx/opendbx-1.2.6.ebuild index f19c7cf93393..b38be435f508 100644 --- a/dev-db/opendbx/opendbx-1.2.6.ebuild +++ b/dev-db/opendbx/opendbx-1.2.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/opendbx/opendbx-1.2.6.ebuild,v 1.3 2008/07/16 09:43:20 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/opendbx/opendbx-1.2.6.ebuild,v 1.4 2010/06/17 20:09:51 patrick Exp $ inherit flag-o-matic @@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~x86" IUSE="bindist firebird mysql oracle postgres sqlite sqlite3" DEPEND="mysql? ( virtual/mysql ) - postgres? ( virtual/postgresql-base ) + postgres? ( dev-db/postgresql-base ) sqlite? ( <dev-db/sqlite-3 ) sqlite3? ( =dev-db/sqlite-3* ) oracle? ( dev-db/oracle-instantclient-basic ) |