diff options
author | George Shapovalov <george@gentoo.org> | 2002-06-26 02:06:10 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2002-06-26 02:06:10 +0000 |
commit | 2f0da183457f6229197723ab0b619377b2d7570d (patch) | |
tree | 61ade66cc456a94fd4a720007dca06cfafb85708 /dev-lisp/flim | |
parent | A library to provide basic features about message representation or encoding (diff) | |
download | gentoo-2-2f0da183457f6229197723ab0b619377b2d7570d.tar.gz gentoo-2-2f0da183457f6229197723ab0b619377b2d7570d.tar.bz2 gentoo-2-2f0da183457f6229197723ab0b619377b2d7570d.zip |
new ebuild: a library to provide MIME feature for GNU Emacs
Diffstat (limited to 'dev-lisp/flim')
-rw-r--r-- | dev-lisp/flim/flim-1.14.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-lisp/flim/flim-1.14.4.ebuild b/dev-lisp/flim/flim-1.14.4.ebuild index 2d8fdd62fcd7..303277d78814 100644 --- a/dev-lisp/flim/flim-1.14.4.ebuild +++ b/dev-lisp/flim/flim-1.14.4.ebuild @@ -1,13 +1,13 @@ # Copyright 2002 moto kawasaki <kawasaki@kawasaki3.org> # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/flim/flim-1.14.4.ebuild,v 1.1 2002/06/26 01:49:48 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/flim/flim-1.14.4.ebuild,v 1.2 2002/06/26 02:06:10 george Exp $ S=${WORKDIR}/${P} DESCRIPTION="A library to provide basic features about message representation or encoding -- FLIM" SRC_URI="ftp://ftp.m17n.org/pub/mule/flim/flim-1.14/${P}.tar.gz" HOMEPAGE="http://www.m17n.org/flim/" -DEPEND="emacs - apel" +DEPEND=">=app-editors/emacs-20.4 + >=dev-lisp/apel-9.22" RDEPEND="${DEPEND}" SLOT="0" |