diff options
Diffstat (limited to 'dev-db/opendbx/opendbx-1.4.5.ebuild')
-rw-r--r-- | dev-db/opendbx/opendbx-1.4.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/opendbx/opendbx-1.4.5.ebuild b/dev-db/opendbx/opendbx-1.4.5.ebuild index b94f3e7b2951..280a247a5440 100644 --- a/dev-db/opendbx/opendbx-1.4.5.ebuild +++ b/dev-db/opendbx/opendbx-1.4.5.ebuild @@ -1,6 +1,6 @@ # 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.4.5.ebuild,v 1.1 2010/05/09 09:32:01 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/opendbx/opendbx-1.4.5.ebuild,v 1.2 2010/06/17 20:09:51 patrick Exp $ EAPI="2" @@ -16,7 +16,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 ) |