diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-01-26 00:06:52 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-01-26 00:06:52 +0000 |
commit | e148efc880af1e4d0e2af01cda300b77808da662 (patch) | |
tree | 5e1f998b5f01e8d1f00e697b824998fcffd6b7d6 /app-text/gnome-spell | |
parent | dont use old WANT_AUTOCONF #35111 (diff) | |
download | historical-e148efc880af1e4d0e2af01cda300b77808da662.tar.gz historical-e148efc880af1e4d0e2af01cda300b77808da662.tar.bz2 historical-e148efc880af1e4d0e2af01cda300b77808da662.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 - } |