diff options
Diffstat (limited to 'app-office/gnumeric/gnumeric-1.1.20.ebuild')
-rw-r--r-- | app-office/gnumeric/gnumeric-1.1.20.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-office/gnumeric/gnumeric-1.1.20.ebuild b/app-office/gnumeric/gnumeric-1.1.20.ebuild index b1a0a0e469de..206b8f6616a7 100644 --- a/app-office/gnumeric/gnumeric-1.1.20.ebuild +++ b/app-office/gnumeric/gnumeric-1.1.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-1.1.20.ebuild,v 1.2 2003/08/22 21:22:22 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-1.1.20.ebuild,v 1.3 2003/09/06 22:21:01 msterret Exp $ #provide Xmake and Xemake inherit virtualx libtool gnome2 eutils debug @@ -28,7 +28,7 @@ RDEPEND=">=x11-libs/gtk+-2 >=dev-libs/libxml2-2.4.12 >=gnome-extra/libgsf-1.8.1 >=media-libs/libart_lgpl-2.3.11 - python? ( >=dev-lang/python-2.0 + python? ( >=dev-lang/python-2.0 >=dev-python/pygtk-1.99.10 ) libgda? ( >=gnome-extra/libgda-0.90 ) bonobo? ( >=gnome-base/libbonobo-2.2 @@ -45,7 +45,7 @@ src_unpack() { } src_compile() { - econf `use_with bonobo` `use_with python` `use_with libgda gda` + econf `use_with bonobo` `use_with python` `use_with libgda gda` # `use_with gnomedb gda` #the build process have to be able to connect to X |