diff options
Diffstat (limited to 'app-editors/nvi/nvi-1.81.5-r1.ebuild')
-rw-r--r-- | app-editors/nvi/nvi-1.81.5-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-editors/nvi/nvi-1.81.5-r1.ebuild b/app-editors/nvi/nvi-1.81.5-r1.ebuild index a6905e8fa5fe..83a29e376712 100644 --- a/app-editors/nvi/nvi-1.81.5-r1.ebuild +++ b/app-editors/nvi/nvi-1.81.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nvi/nvi-1.81.5-r1.ebuild,v 1.10 2005/01/01 13:32:43 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nvi/nvi-1.81.5-r1.ebuild,v 1.11 2005/02/10 15:03:29 ciaranm Exp $ DESCRIPTION="Vi clone" HOMEPAGE="http://www.bostic.com/vi/" @@ -13,6 +13,7 @@ IUSE="" DEPEND="virtual/libc =sys-libs/db-3.2*" +RDEPEND="${DEPEND} !app-editors/vim" PROVIDE="virtual/editor" src_unpack() { |