diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-01-26 00:08:19 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-01-26 00:08:19 +0000 |
commit | 64449d0678e7722090a6959ac20d91a150abb381 (patch) | |
tree | 019d848b4c59867a3972ba882ec0c3f23e68308f /app-text/gnome-spell | |
parent | dont use old WANT_AUTOCONF #35111 (diff) | |
download | gentoo-2-64449d0678e7722090a6959ac20d91a150abb381.tar.gz gentoo-2-64449d0678e7722090a6959ac20d91a150abb381.tar.bz2 gentoo-2-64449d0678e7722090a6959ac20d91a150abb381.zip |
dont use old WANT_AUTOCONF #35111
Diffstat (limited to 'app-text/gnome-spell')
-rw-r--r-- | app-text/gnome-spell/gnome-spell-1.0.5-r1.ebuild | 11 |
1 files changed, 3 insertions, 8 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 3964a90fdc38..fe15de765cb1 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,8 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# 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.4 2003/12/14 00:46:39 pylon Exp $ - -IUSE="" +# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-spell/gnome-spell-1.0.5-r1.ebuild,v 1.5 2004/01/26 00:06:52 vapier Exp $ inherit gnome.org gnome2 libtool @@ -19,7 +17,6 @@ RDEPEND=">=gnome-base/libgnomeui-2.2 >=gnome-base/libbonobo-2.0 >=gnome-base/ORBit2-2.0 >=app-text/enchant-1" - DEPEND="${RDEPEND} dev-util/pkgconfig sys-devel/gettext @@ -28,13 +25,11 @@ DEPEND="${RDEPEND} DOCS="AUTHORS COPYING ChangeLog NEWS README" src_unpack() { - unpack ${A} cd ${S} epatch ${FILESDIR}/${P}-enchant.patch - WANT_AUTOCONF_2_5=1 autoconf || die + WANT_AUTOCONF=2.5 autoconf || die automake || die - } |