summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-06-27 22:22:00 +0000
committerMike Frysinger <vapier@gentoo.org>2004-06-27 22:22:00 +0000
commit3e332a62c7e50fcf435825ddb60322be03678f28 (patch)
treef63e73226d6099d94d47fb9e542889283db2f68f /app-editors/nvi/nvi-1.81.5-r1.ebuild
parenttouch the libc (Manifest recommit) (diff)
downloadgentoo-2-3e332a62c7e50fcf435825ddb60322be03678f28.tar.gz
gentoo-2-3e332a62c7e50fcf435825ddb60322be03678f28.tar.bz2
gentoo-2-3e332a62c7e50fcf435825ddb60322be03678f28.zip
touch the libc
Diffstat (limited to 'app-editors/nvi/nvi-1.81.5-r1.ebuild')
-rw-r--r--app-editors/nvi/nvi-1.81.5-r1.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/app-editors/nvi/nvi-1.81.5-r1.ebuild b/app-editors/nvi/nvi-1.81.5-r1.ebuild
index 4c98de193d85..e5c797d0e5fa 100644
--- a/app-editors/nvi/nvi-1.81.5-r1.ebuild
+++ b/app-editors/nvi/nvi-1.81.5-r1.ebuild
@@ -1,18 +1,18 @@
# 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-r1.ebuild,v 1.7 2004/06/24 22:00:29 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nvi/nvi-1.81.5-r1.ebuild,v 1.8 2004/06/27 22:17:46 vapier Exp $
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"
+SLOT="0"
+KEYWORDS="x86 ~ppc ~sparc ~mips alpha hppa"
IUSE=""
-DEPEND="virtual/glibc
- =sys-libs/db-3.2*"
+DEPEND="virtual/libc
+ =sys-libs/db-3.2*"
PROVIDE="virtual/editor"
src_unpack() {
@@ -37,5 +37,5 @@ src_compile() {
src_install() {
cd ${S}/build.unix
- einstall
+ einstall || die
}