diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-27 22:22:00 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-27 22:22:00 +0000 |
commit | e16ef8af10e5ae1d4fc9d2dce17c8925501cd28b (patch) | |
tree | 789e556c21cfbde8f7475459895bbb758edc09d1 /app-editors/nvi | |
parent | metadata + LICENSE (diff) | |
download | historical-e16ef8af10e5ae1d4fc9d2dce17c8925501cd28b.tar.gz historical-e16ef8af10e5ae1d4fc9d2dce17c8925501cd28b.tar.bz2 historical-e16ef8af10e5ae1d4fc9d2dce17c8925501cd28b.zip |
touch the libc
Diffstat (limited to 'app-editors/nvi')
-rw-r--r-- | app-editors/nvi/nvi-1.81.5-r1.ebuild | 12 | ||||
-rw-r--r-- | app-editors/nvi/nvi-1.81.5-r2.ebuild | 12 |
2 files changed, 12 insertions, 12 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 } 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 } |