summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2007-10-10 07:33:11 +0000
committerChristian Faulhammer <opfer@gentoo.org>2007-10-10 07:33:11 +0000
commitdefb65a30b50c34434370fb9a35cd118880c9bf8 (patch)
tree6bdeb86d61993c1d6e7e33aeaf0605ca4ff58268 /app-misc/mc/mc-4.6.1-r4.ebuild
parentDon't PROVIDE=virtual/editor as it is a new-style virtual now. (diff)
downloadgentoo-2-defb65a30b50c34434370fb9a35cd118880c9bf8.tar.gz
gentoo-2-defb65a30b50c34434370fb9a35cd118880c9bf8.tar.bz2
gentoo-2-defb65a30b50c34434370fb9a35cd118880c9bf8.zip
remove PROVIDE=virtual/editor as we have now a new-style virtual
(Portage version: 2.1.3.9)
Diffstat (limited to 'app-misc/mc/mc-4.6.1-r4.ebuild')
-rw-r--r--app-misc/mc/mc-4.6.1-r4.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/app-misc/mc/mc-4.6.1-r4.ebuild b/app-misc/mc/mc-4.6.1-r4.ebuild
index 9973d4cbcf6b..5048e21b48e0 100644
--- a/app-misc/mc/mc-4.6.1-r4.ebuild
+++ b/app-misc/mc/mc-4.6.1-r4.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-misc/mc/mc-4.6.1-r4.ebuild,v 1.2 2007/07/22 09:52:58 omp Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/mc/mc-4.6.1-r4.ebuild,v 1.3 2007/10/10 07:33:11 opfer Exp $
inherit flag-o-matic eutils
@@ -17,8 +17,6 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="7zip X gpm ncurses nls pam samba slang unicode"
-PROVIDE="virtual/editor"
-
RDEPEND="kernel_linux? ( >=sys-fs/e2fsprogs-1.19 )
ncurses? ( >=sys-libs/ncurses-5.2-r5 )
=dev-libs/glib-2*