diff options
Diffstat (limited to 'app-editors/vile/vile-9.2r.ebuild')
-rw-r--r-- | app-editors/vile/vile-9.2r.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app-editors/vile/vile-9.2r.ebuild b/app-editors/vile/vile-9.2r.ebuild index b97ab925baef..6c4b2efc016f 100644 --- a/app-editors/vile/vile-9.2r.ebuild +++ b/app-editors/vile/vile-9.2r.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vile/vile-9.2r.ebuild,v 1.8 2002/12/22 18:34:32 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vile/vile-9.2r.ebuild,v 1.9 2003/01/06 10:41:54 seemant Exp $ IUSE="perl" @@ -27,13 +27,13 @@ SRC_URI="ftp://ftp.phred.org/pub/vile/vile-9.2.tgz ftp://ftp.phred.org/pub/vile/patches/vile-9.2r.patch.gz" HOMEPAGE="http://invisible-island.net/vile/" -DEPEND="virtual/glibc - sys-devel/flex +DEPEND="sys-devel/flex >=sys-libs/ncurses-5.2 perl? ( <sys-devel/perl-5.8.0 )" -RDEPEND="virtual/glibc - >=sys-libs/ncurses-5.2" +RDEPEND=">=sys-libs/ncurses-5.2" + +PROVIDE="virtual/editor" SLOT="0" LICENSE="GPL-2" |