diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2007-10-10 07:14:58 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2007-10-10 07:14:58 +0000 |
commit | a43b6b9c87b652d79263d8f77d48b4dbbe734043 (patch) | |
tree | 733b17a13627f03e623a2463d25a118351e536cb /app-editors/nvi/nvi-1.81.5-r6.ebuild | |
parent | - raise match-limit-recursion so we pass with FEATURES=test (diff) | |
download | historical-a43b6b9c87b652d79263d8f77d48b4dbbe734043.tar.gz historical-a43b6b9c87b652d79263d8f77d48b4dbbe734043.tar.bz2 historical-a43b6b9c87b652d79263d8f77d48b4dbbe734043.zip |
remove PROVIDE=virtual/editor as we have now a new-style virtual
Package-Manager: portage-2.1.3.9
Diffstat (limited to 'app-editors/nvi/nvi-1.81.5-r6.ebuild')
-rw-r--r-- | app-editors/nvi/nvi-1.81.5-r6.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-editors/nvi/nvi-1.81.5-r6.ebuild b/app-editors/nvi/nvi-1.81.5-r6.ebuild index bc599ceaeec1..7b93412254c3 100644 --- a/app-editors/nvi/nvi-1.81.5-r6.ebuild +++ b/app-editors/nvi/nvi-1.81.5-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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-r6.ebuild,v 1.5 2007/04/24 16:57:48 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nvi/nvi-1.81.5-r6.ebuild,v 1.6 2007/10/10 07:14:58 opfer Exp $ inherit eutils @@ -16,7 +16,6 @@ IUSE="perl" # unicode DEPEND="=sys-libs/db-4*" RDEPEND="${DEPEND} app-admin/eselect-vi" -PROVIDE="virtual/editor" src_unpack() { unpack ${A} |