diff options
author | 2004-01-30 02:58:32 +0000 | |
---|---|---|
committer | 2004-01-30 02:58:32 +0000 | |
commit | 5dccebf58c6edd42b751566b57c200287bccd4de (patch) | |
tree | a2de205b22ca2e537d27f2debfd7d592a10faa97 /app-text/gnome-spell/gnome-spell-1.0.5-r1.ebuild | |
parent | Add a patch against sandbox violation. (diff) | |
download | historical-5dccebf58c6edd42b751566b57c200287bccd4de.tar.gz historical-5dccebf58c6edd42b751566b57c200287bccd4de.tar.bz2 historical-5dccebf58c6edd42b751566b57c200287bccd4de.zip |
Adding DEPEND on >=sys-devel/autoconf-2.58 so new WANT_AUTOCONF=2.5 isn't breaking things, on request of drobbins.
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.ebuild | 5 |
1 files changed, 3 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 fe15de765cb1..0ee049705b2d 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.5 2004/01/26 00:06:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-spell/gnome-spell-1.0.5-r1.ebuild,v 1.6 2004/01/30 02:58:32 spyderous Exp $ inherit gnome.org gnome2 libtool @@ -20,7 +20,8 @@ RDEPEND=">=gnome-base/libgnomeui-2.2 DEPEND="${RDEPEND} dev-util/pkgconfig sys-devel/gettext - >=dev-lang/perl-5.6.0" + >=dev-lang/perl-5.6.0 + >=sys-devel/autoconf-2.58" DOCS="AUTHORS COPYING ChangeLog NEWS README" |