diff options
author | Kevin F. Quinn <kevquinn@gentoo.org> | 2006-11-30 19:03:31 +0000 |
---|---|---|
committer | Kevin F. Quinn <kevquinn@gentoo.org> | 2006-11-30 19:03:31 +0000 |
commit | e152522495728112491d19e77d0641265bec1cf8 (patch) | |
tree | 129e689c0ffb9b3b4aa2545f2ef088370db34039 /app-text/aspell/aspell-0.60.4.ebuild | |
parent | stable x86, bug #156645 (diff) | |
download | gentoo-2-e152522495728112491d19e77d0641265bec1cf8.tar.gz gentoo-2-e152522495728112491d19e77d0641265bec1cf8.tar.bz2 gentoo-2-e152522495728112491d19e77d0641265bec1cf8.zip |
Add dependency on relevant automake version (via WANT_AUTOMAKE) - bug #156654 (thanks zzam)
(Portage version: 2.1.2_rc2-r1)
Diffstat (limited to 'app-text/aspell/aspell-0.60.4.ebuild')
-rw-r--r-- | app-text/aspell/aspell-0.60.4.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app-text/aspell/aspell-0.60.4.ebuild b/app-text/aspell/aspell-0.60.4.ebuild index 52071d28e1c9..59bc7be29496 100644 --- a/app-text/aspell/aspell-0.60.4.ebuild +++ b/app-text/aspell/aspell-0.60.4.ebuild @@ -1,6 +1,10 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.60.4.ebuild,v 1.8 2006/06/05 03:26:24 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.60.4.ebuild,v 1.9 2006/11/30 19:03:31 kevquinn Exp $ + +# N.B. This is before inherit of autotools, as autotools.eclass adds the +# relevant dependencies to DEPEND. +WANT_AUTOMAKE="1.9" inherit libtool eutils flag-o-matic autotools |