summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2002-11-05 07:11:18 +0000
committerMartin Schlemmer <azarah@gentoo.org>2002-11-05 07:11:18 +0000
commit7bbdea2a576df2ab51d2b1b6495c8666eb14c152 (patch)
tree67e7a7a3ccae40917f12b258a2fa4849d3b1aea8 /gnome-extra
parentAdded support for jbig. Please test and comment on bug #10067 (diff)
downloadgentoo-2-7bbdea2a576df2ab51d2b1b6495c8666eb14c152.tar.gz
gentoo-2-7bbdea2a576df2ab51d2b1b6495c8666eb14c152.tar.bz2
gentoo-2-7bbdea2a576df2ab51d2b1b6495c8666eb14c152.zip
fix typeo
Diffstat (limited to 'gnome-extra')
-rw-r--r--gnome-extra/guppi/ChangeLog4
-rw-r--r--gnome-extra/guppi/guppi-0.40.3-r2.ebuild4
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`"