summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2006-05-12 22:05:08 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2006-05-12 22:05:08 +0000
commit31b3cd6772f9e4a1b343e14af448f6e884ad8735 (patch)
tree1050847277d40197d2dca5268302e792e236ba9a /eclass
parentdep fixes + gcc build fix, closes bugs #132726, #132729, #132848 (diff)
downloadhistorical-31b3cd6772f9e4a1b343e14af448f6e884ad8735.tar.gz
historical-31b3cd6772f9e4a1b343e14af448f6e884ad8735.tar.bz2
historical-31b3cd6772f9e4a1b343e14af448f6e884ad8735.zip
package move - edit for rphillips
Diffstat (limited to 'eclass')
-rw-r--r--eclass/vim.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/vim.eclass b/eclass/vim.eclass
index 12649f072a1e..2cb3ac1d0c9b 100644
--- a/eclass/vim.eclass
+++ b/eclass/vim.eclass
@@ -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/eclass/vim.eclass,v 1.146 2006/05/10 18:00:18 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.147 2006/05/12 22:05:08 mr_bones_ Exp $
# Authors:
# Ryan Phillips <rphillips@gentoo.org>
@@ -106,9 +106,9 @@ if [[ $(get_major_version ) -ge 7 ]] ; then
if [[ "${MY_PN}" != "vim-core" ]] ; then
IUSE="${IUSE} mzscheme"
DEPEND="${DEPEND}
- mzscheme? ( dev-lisp/mzscheme )"
+ mzscheme? ( dev-scheme/mzscheme )"
RDEPEND="${RDEPEND}
- mzscheme? ( dev-lisp/mzscheme )"
+ mzscheme? ( dev-scheme/mzscheme )"
fi
if [[ "${MY_PN}" == "gvim" ]] ; then
IUSE="${IUSE} netbeans aqua nextaw"