diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-12-01 21:58:44 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-12-01 21:58:44 +0000 |
commit | a6feadab561d0903d2a084d2a4f7fdafcdf2512b (patch) | |
tree | e488ad644d8e8334a431521856fa1ca08658ba6c /app-text/aspell | |
parent | virtual/python updates (diff) | |
download | historical-a6feadab561d0903d2a084d2a4f7fdafcdf2512b.tar.gz historical-a6feadab561d0903d2a084d2a4f7fdafcdf2512b.tar.bz2 historical-a6feadab561d0903d2a084d2a4f7fdafcdf2512b.zip |
Deps and rc3 fixes
Diffstat (limited to 'app-text/aspell')
-rw-r--r-- | app-text/aspell/aspell-0.32.6.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-text/aspell/aspell-0.32.6.ebuild b/app-text/aspell/aspell-0.32.6.ebuild index f0010791e3b9..209445bc2000 100644 --- a/app-text/aspell/aspell-0.32.6.ebuild +++ b/app-text/aspell/aspell-0.32.6.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.32.6.ebuild,v 1.1 2000/11/26 20:54:17 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.32.6.ebuild,v 1.2 2000/12/01 21:58:44 achim Exp $ A=${PN}-.32.6.tar.gz @@ -10,6 +10,7 @@ DESCRIPTION="A spell checker replacement for ispell" SRC_URI="http://download.sourceforge.net/aspell/${A}" HOMEPAGE="http://aspell.sourceforge.net" +DEPEND=">=app-text/pspell-0.11.2" src_compile() { |