diff options
author | Mamoru Komachi <usata@gentoo.org> | 2003-09-21 05:00:26 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2003-09-21 05:00:26 +0000 |
commit | 3629211eb57a6e2756eaa9ec6c9c2d2b6e2c8c49 (patch) | |
tree | 538593d699924f07549280be61c80f93a53faada /app-editors/emacs-cvs/emacs-cvs-21.3.50.ebuild | |
parent | fix for #29179 (diff) | |
download | gentoo-2-3629211eb57a6e2756eaa9ec6c9c2d2b6e2c8c49.tar.gz gentoo-2-3629211eb57a6e2756eaa9ec6c9c2d2b6e2c8c49.tar.bz2 gentoo-2-3629211eb57a6e2756eaa9ec6c9c2d2b6e2c8c49.zip |
DEPENDs either ispell or aspell
Diffstat (limited to 'app-editors/emacs-cvs/emacs-cvs-21.3.50.ebuild')
-rw-r--r-- | app-editors/emacs-cvs/emacs-cvs-21.3.50.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-editors/emacs-cvs/emacs-cvs-21.3.50.ebuild b/app-editors/emacs-cvs/emacs-cvs-21.3.50.ebuild index fd7ca4ab4134..495350391f62 100644 --- a/app-editors/emacs-cvs/emacs-cvs-21.3.50.ebuild +++ b/app-editors/emacs-cvs/emacs-cvs-21.3.50.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-21.3.50.ebuild,v 1.14 2003/09/12 22:13:15 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-21.3.50.ebuild,v 1.15 2003/09/21 05:00:15 usata Exp $ ECVS_SERVER="subversions.gnu.org:/cvsroot/emacs" ECVS_MODULE="emacs" @@ -24,7 +24,8 @@ DEPEND=">=sys-libs/ncurses-5.3 sys-libs/gdbm dev-util/cvs dev-python/pexpect - spell? ( app-text/ispell ) + spell? ( || ( app-text/ispell + app-text/aspell ) ) X? ( virtual/x11 >=media-libs/libungif-4.1.0.1b >=media-libs/jpeg-6b |