diff options
Diffstat (limited to 'dev-db/opendbx/opendbx-1.4.0.ebuild')
-rw-r--r-- | dev-db/opendbx/opendbx-1.4.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-db/opendbx/opendbx-1.4.0.ebuild b/dev-db/opendbx/opendbx-1.4.0.ebuild index c2f62d4fe49f..ac508492c821 100644 --- a/dev-db/opendbx/opendbx-1.4.0.ebuild +++ b/dev-db/opendbx/opendbx-1.4.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 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.4.0.ebuild,v 1.2 2009/11/14 10:47:06 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/opendbx/opendbx-1.4.0.ebuild,v 1.3 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 ) |