diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-01-06 10:41:54 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-01-06 10:41:54 +0000 |
commit | 870257589f8bad0b42e45ed069a73b92c4a2fba1 (patch) | |
tree | 8fe180f73d7d8537ece6b6174969bd172504b458 /app-editors/vile/vile-9.3h.ebuild | |
parent | virtual bootloaders in the profiles and virtuals files (diff) | |
download | gentoo-2-870257589f8bad0b42e45ed069a73b92c4a2fba1.tar.gz gentoo-2-870257589f8bad0b42e45ed069a73b92c4a2fba1.tar.bz2 gentoo-2-870257589f8bad0b42e45ed069a73b92c4a2fba1.zip |
providing virtual/editor
Diffstat (limited to 'app-editors/vile/vile-9.3h.ebuild')
-rw-r--r-- | app-editors/vile/vile-9.3h.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-editors/vile/vile-9.3h.ebuild b/app-editors/vile/vile-9.3h.ebuild index d8457ecf3ef2..a17eb06af9ee 100644 --- a/app-editors/vile/vile-9.3h.ebuild +++ b/app-editors/vile/vile-9.3h.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.3h.ebuild,v 1.2 2002/12/27 17:18:11 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vile/vile-9.3h.ebuild,v 1.3 2003/01/06 10:41:54 seemant Exp $ IUSE="perl" @@ -21,10 +21,11 @@ HOMEPAGE="http://www.clark.net/pub/dickey/vile/vile.html" DEPEND="${RDEPEND} sys-devel/flex" -RDEPEND="virtual/glibc - >=sys-libs/ncurses-5.2 +RDEPEND=">=sys-libs/ncurses-5.2 perl? ( sys-devel/perl )" +PROVIDE="virtual/editor" + SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ~ppc ~sparc ~alpha" |