diff options
Diffstat (limited to 'gnome-extra/libgda/libgda-1.0.2.ebuild')
-rw-r--r-- | gnome-extra/libgda/libgda-1.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnome-extra/libgda/libgda-1.0.2.ebuild b/gnome-extra/libgda/libgda-1.0.2.ebuild index 8d053e92104b..c7404284b359 100644 --- a/gnome-extra/libgda/libgda-1.0.2.ebuild +++ b/gnome-extra/libgda/libgda-1.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-1.0.2.ebuild,v 1.11 2004/08/06 00:29:48 arj Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-1.0.2.ebuild,v 1.12 2004/08/06 01:34:08 arj Exp $ IUSE="odbc postgres mysql ldap firebird freetds sqlite mdb oci8 doc" @@ -22,7 +22,7 @@ RDEPEND=">=dev-libs/glib-2.0 postgres? ( >=dev-db/postgresql-7.2.1 ) odbc? ( >=dev-db/unixODBC-2.0.6 ) ldap? ( >=net-nds/openldap-2.0.25 ) - !ppc? ( !sparc? ( !alpha? ( !ia64? ( !amd64? ( firebird? ( dev-db/firebird ) ) ) ) ) ) + x86? ( firebird? ( dev-db/firebird ) ) freetds? ( >=dev-db/freetds-0.5 ) sqlite? ( =dev-db/sqlite-2* ) !ia64? ( mdb? ( >=app-office/mdbtools-0.5 ) )" |