diff options
Diffstat (limited to 'dev-db/opendbx/opendbx-1.3.10.ebuild')
-rw-r--r-- | dev-db/opendbx/opendbx-1.3.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/opendbx/opendbx-1.3.10.ebuild b/dev-db/opendbx/opendbx-1.3.10.ebuild index c88469da3c06..98db5ad70328 100644 --- a/dev-db/opendbx/opendbx-1.3.10.ebuild +++ b/dev-db/opendbx/opendbx-1.3.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/opendbx/opendbx-1.3.10.ebuild,v 1.1 2008/06/18 21:18:08 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/opendbx/opendbx-1.3.10.ebuild,v 1.2 2008/07/16 09:43:20 chtekk Exp $ inherit flag-o-matic eutils @@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~x86" IUSE="bindist firebird mysql oracle postgres sqlite sqlite3" DEPEND="mysql? ( virtual/mysql ) - postgres? ( virtual/postgresql-server ) + postgres? ( virtual/postgresql-base ) sqlite? ( <dev-db/sqlite-3 ) sqlite3? ( =dev-db/sqlite-3* ) oracle? ( dev-db/oracle-instantclient-basic ) |