summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2004-06-22 12:52:54 +0000
committerMarinus Schraal <foser@gentoo.org>2004-06-22 12:52:54 +0000
commitc7e52b76ad91e90f4bb554c25aab6e476861b1e5 (patch)
treea38c8703c043396d302317572c54b80f96506885 /app-text/gnome-spell/gnome-spell-1.0.5-r1.ebuild
parentVersion bump; submitted by Miles Lubin in bug #47889. Fixed some QA issues in... (diff)
downloadgentoo-2-c7e52b76ad91e90f4bb554c25aab6e476861b1e5.tar.gz
gentoo-2-c7e52b76ad91e90f4bb554c25aab6e476861b1e5.tar.bz2
gentoo-2-c7e52b76ad91e90f4bb554c25aab6e476861b1e5.zip
minor buildfix, mark 1.0.5-r2 x86
Diffstat (limited to 'app-text/gnome-spell/gnome-spell-1.0.5-r1.ebuild')
-rw-r--r--app-text/gnome-spell/gnome-spell-1.0.5-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/gnome-spell/gnome-spell-1.0.5-r1.ebuild b/app-text/gnome-spell/gnome-spell-1.0.5-r1.ebuild
index f07bf7feb8ee..ce14c6c0e011 100644
--- a/app-text/gnome-spell/gnome-spell-1.0.5-r1.ebuild
+++ b/app-text/gnome-spell/gnome-spell-1.0.5-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-spell/gnome-spell-1.0.5-r1.ebuild,v 1.7 2004/04/08 17:19:11 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-spell/gnome-spell-1.0.5-r1.ebuild,v 1.8 2004/06/22 12:52:54 foser Exp $
inherit gnome.org gnome2 libtool eutils
@@ -32,5 +32,5 @@ src_unpack() {
epatch ${FILESDIR}/${P}-enchant.patch
WANT_AUTOCONF=2.5 autoconf || die "autoconf failed"
- automake || die "automake failed"
+ WANT_AUTOMAKE=1.4 automake || die "automake failed"
}