diff options
author | 2007-10-10 06:16:37 +0000 | |
---|---|---|
committer | 2007-10-10 06:16:37 +0000 | |
commit | 2f9643c3001c70d9dd25753b6616d60b8a134d5c (patch) | |
tree | 042f13e7ec1797fbcff96aeb54881c45e226626f /app-editors/elvis/elvis-2.2.0-r3.ebuild | |
parent | remove PROVIDE=virtual/editor as we have now a new-style virtual (diff) | |
download | gentoo-2-2f9643c3001c70d9dd25753b6616d60b8a134d5c.tar.gz gentoo-2-2f9643c3001c70d9dd25753b6616d60b8a134d5c.tar.bz2 gentoo-2-2f9643c3001c70d9dd25753b6616d60b8a134d5c.zip |
remove PROVIDE=virtual/editor as we have now a new-style virtual
(Portage version: 2.1.3.9)
Diffstat (limited to 'app-editors/elvis/elvis-2.2.0-r3.ebuild')
-rw-r--r-- | app-editors/elvis/elvis-2.2.0-r3.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-editors/elvis/elvis-2.2.0-r3.ebuild b/app-editors/elvis/elvis-2.2.0-r3.ebuild index 87a457d718a0..a5304a521ecb 100644 --- a/app-editors/elvis/elvis-2.2.0-r3.ebuild +++ b/app-editors/elvis/elvis-2.2.0-r3.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/elvis/elvis-2.2.0-r3.ebuild,v 1.2 2007/09/21 22:45:43 hawking Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/elvis/elvis-2.2.0-r3.ebuild,v 1.3 2007/10/10 06:16:37 opfer Exp $ inherit eutils versionator @@ -22,7 +22,6 @@ DEPEND=">=sys-libs/ncurses-5.2 >=x11-libs/libXpm-3.5.4.2 >=x11-libs/libXft-2.1.8.2 ) app-admin/eselect-vi" -PROVIDE="virtual/editor" S="${WORKDIR}/${PN}-${MY_PV}" |