summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors/nvi/nvi-1.81.5-r2.ebuild')
-rw-r--r--app-editors/nvi/nvi-1.81.5-r2.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/app-editors/nvi/nvi-1.81.5-r2.ebuild b/app-editors/nvi/nvi-1.81.5-r2.ebuild
index 223e4fb0849e..9e29c27b5bf7 100644
--- a/app-editors/nvi/nvi-1.81.5-r2.ebuild
+++ b/app-editors/nvi/nvi-1.81.5-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 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-r2.ebuild,v 1.6 2004/06/24 22:00:29 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nvi/nvi-1.81.5-r2.ebuild,v 1.7 2004/06/27 22:17:46 vapier Exp $
inherit eutils
@@ -8,13 +8,13 @@ DESCRIPTION="Vi clone"
HOMEPAGE="http://www.bostic.com/vi/"
SRC_URI="http://www.kotnet.org/~skimo/nvi/devel/${P}.tar.gz"
-SLOT="0"
LICENSE="Sleepycat"
-KEYWORDS="x86 ~ppc sparc hppa alpha ~mips amd64 ppc64"
+SLOT="0"
+KEYWORDS="x86 ~ppc sparc ~mips alpha hppa amd64 ppc64"
IUSE=""
-DEPEND="virtual/glibc
- =sys-libs/db-3.2*"
+DEPEND="virtual/libc
+ =sys-libs/db-3.2*"
PROVIDE="virtual/editor"
src_unpack() {
@@ -43,5 +43,5 @@ src_compile() {
src_install() {
cd ${S}/build.unix
- einstall
+ einstall || die
}