diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-11-04 16:58:58 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-11-04 16:58:58 +0000 |
commit | d93784d7d6486cd10bda624d1373071431ac94e9 (patch) | |
tree | 70b6202eacfda52ab3d2e6f00cf84dfa6cee4949 /gnome-extra | |
parent | Added dependencies (diff) | |
download | gentoo-2-d93784d7d6486cd10bda624d1373071431ac94e9.tar.gz gentoo-2-d93784d7d6486cd10bda624d1373071431ac94e9.tar.bz2 gentoo-2-d93784d7d6486cd10bda624d1373071431ac94e9.zip |
Added dependencies
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/libgda/libgda-0.1.0.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gnome-extra/libgda/libgda-0.1.0.ebuild b/gnome-extra/libgda/libgda-0.1.0.ebuild index 9afd874f48a1..66b23c077c2e 100644 --- a/gnome-extra/libgda/libgda-0.1.0.ebuild +++ b/gnome-extra/libgda/libgda-0.1.0.ebuild @@ -9,6 +9,11 @@ DESCRIPTION="gda lib" SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/gnome-db/${A}" HOMEPAGE="http://www.gnome.org/gnome-db" +DEPEND=">=gnome-base/gconf-0.8 + >=gnome-base/gnome-libs-1.2.4 + >=dev-db/mysql-3.23.26 + >=net-nds/openldap-1.2.11" + src_unpack() { unpack ${A} } |