diff options
author | Anders Rune Jensen <arj@gentoo.org> | 2004-08-06 01:34:08 +0000 |
---|---|---|
committer | Anders Rune Jensen <arj@gentoo.org> | 2004-08-06 01:34:08 +0000 |
commit | ed6c392ec9f7c229cb2d9676e14f0f5cdff19eb1 (patch) | |
tree | 832f59b0f751f47e8d64bee9039fce6dffb1735e /gnome-extra/libgda/libgda-1.0.3.ebuild | |
parent | syntax (whitespace) fix (Manifest recommit) (diff) | |
download | gentoo-2-ed6c392ec9f7c229cb2d9676e14f0f5cdff19eb1.tar.gz gentoo-2-ed6c392ec9f7c229cb2d9676e14f0f5cdff19eb1.tar.bz2 gentoo-2-ed6c392ec9f7c229cb2d9676e14f0f5cdff19eb1.zip |
cleanup
Diffstat (limited to 'gnome-extra/libgda/libgda-1.0.3.ebuild')
-rw-r--r-- | gnome-extra/libgda/libgda-1.0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnome-extra/libgda/libgda-1.0.3.ebuild b/gnome-extra/libgda/libgda-1.0.3.ebuild index 3a85dc32dafb..7a2854f74262 100644 --- a/gnome-extra/libgda/libgda-1.0.3.ebuild +++ b/gnome-extra/libgda/libgda-1.0.3.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.3.ebuild,v 1.8 2004/08/06 00:29:48 arj Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-1.0.3.ebuild,v 1.9 2004/08/06 01:34:08 arj Exp $ inherit gnome2 eutils @@ -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 ) )" |