diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-11-05 07:11:18 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-11-05 07:11:18 +0000 |
commit | ca245229f63e52ab96a48fef37421a423b65f92a (patch) | |
tree | eee6c1f7494b0414ac8794e047bfec0e633b4297 /gnome-extra | |
parent | Added support for jbig. Please test and comment on bug #10067 (diff) | |
download | historical-ca245229f63e52ab96a48fef37421a423b65f92a.tar.gz historical-ca245229f63e52ab96a48fef37421a423b65f92a.tar.bz2 historical-ca245229f63e52ab96a48fef37421a423b65f92a.zip |
fix typeo
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/guppi/ChangeLog | 4 | ||||
-rw-r--r-- | gnome-extra/guppi/guppi-0.40.3-r2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gnome-extra/guppi/ChangeLog b/gnome-extra/guppi/ChangeLog index 99c4dd404d3c..6ed60863769d 100644 --- a/gnome-extra/guppi/ChangeLog +++ b/gnome-extra/guppi/ChangeLog @@ -1,11 +1,11 @@ # ChangeLog for gnome-extra/guppi # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/guppi/ChangeLog,v 1.5 2002/11/04 17:52:14 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/guppi/ChangeLog,v 1.6 2002/11/05 07:11:18 azarah Exp $ *guppi-0.40.3-r2 (4 Nov 2002) 4 Nov 2002; Martin Schlemmer <azarah@gentoo.org> : - Add the --with-gnumeric option back again, thanks to + Add the --enable-gnumeric option back again, thanks to Eric Andresen <ndiin1@cox.net> for noticing that it got missing. diff --git a/gnome-extra/guppi/guppi-0.40.3-r2.ebuild b/gnome-extra/guppi/guppi-0.40.3-r2.ebuild index 270493935506..bff31e64963b 100644 --- a/gnome-extra/guppi/guppi-0.40.3-r2.ebuild +++ b/gnome-extra/guppi/guppi-0.40.3-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/guppi/guppi-0.40.3-r2.ebuild,v 1.1 2002/11/04 17:52:14 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/guppi/guppi-0.40.3-r2.ebuild,v 1.2 2002/11/05 07:11:18 azarah Exp $ IUSE="python nls readline" @@ -51,7 +51,7 @@ src_compile() { # We need this for gnumeric support. Note that you do # not need gnumeric installed for this to work. - myconf="${myconf} -enable-gnumeric" + myconf="${myconf} --enable-gnumeric" # to compile with guile-1.5 # CFLAGS="${CFLAGS} -DGUPPI_USING_NEWER_GUILE `gnome-config --cflags libglade`" |