diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-11-25 18:59:38 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-11-25 18:59:38 +0000 |
commit | 7143bf6581251cd152b8fbc7cfd0558fcd0f07c4 (patch) | |
tree | 57f5bce5ff01b06694bc6a95b5030943a9edbd76 /app-office | |
parent | *** empty log message *** (diff) | |
download | historical-7143bf6581251cd152b8fbc7cfd0558fcd0f07c4.tar.gz historical-7143bf6581251cd152b8fbc7cfd0558fcd0f07c4.tar.bz2 historical-7143bf6581251cd152b8fbc7cfd0558fcd0f07c4.zip |
*** empty log message ***
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/gnumeric/gnumeric-0.59a.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/app-office/gnumeric/gnumeric-0.59a.ebuild b/app-office/gnumeric/gnumeric-0.59a.ebuild index c27237f1ad33..982e14c84829 100644 --- a/app-office/gnumeric/gnumeric-0.59a.ebuild +++ b/app-office/gnumeric/gnumeric-0.59a.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-0.59a.ebuild,v 1.2 2000/11/25 17:05:13 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-0.59a.ebuild,v 1.3 2000/11/25 18:59:38 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -11,13 +11,11 @@ HOMEPAGE="http://www.gnome.org/gnome-office/gnumeric.shtml" DEPEND=">=sys-devel/perl-5 || ( >=sys-devel/python-basic-1.5 >=dev-lang/python-1.5 ) - >=gnome-base/gnome-print-0.25 - >=gnome-base/libglade-0.15 - >=gnome-base/libunicode-0.4 - >=gnome-base/gal-0.2 + >=gnome-base/gal-0.2.2 >=gnome-libs/gb-0.0.15 >=gnome-libs/libole2-0.1.7 - bonobo? ( >=gnome-base/bonobo-0.28 )" + bonobo? ( >=gnome-base/bonobo-0.28 + >=gnome-libs/libgda-0.2.0 ) " src_compile() { cd ${S} |