summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-05-13 03:44:47 +0000
committerMike Frysinger <vapier@gentoo.org>2006-05-13 03:44:47 +0000
commit3335abeb4e9cde0a59eaa49f09b8db5f2ec78032 (patch)
tree72b6938fef1525ef90f129a6a9c45be84bc4af3c /eclass
parentremove garbage debug.eclass inherit (diff)
downloadgentoo-2-3335abeb4e9cde0a59eaa49f09b8db5f2ec78032.tar.gz
gentoo-2-3335abeb4e9cde0a59eaa49f09b8db5f2ec78032.tar.bz2
gentoo-2-3335abeb4e9cde0a59eaa49f09b8db5f2ec78032.zip
ECVS_SERVER update
Diffstat (limited to 'eclass')
-rw-r--r--eclass/vim.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/vim.eclass b/eclass/vim.eclass
index 2cb3ac1d0c9b..3fc1724c67aa 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.147 2006/05/12 22:05:08 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.148 2006/05/13 03:44:47 vapier Exp $
# Authors:
# Ryan Phillips <rphillips@gentoo.org>
@@ -233,7 +233,7 @@ vim_src_unpack() {
unpack ${A}
if [[ "${PN##*-}" == "cvs" ]] ; then
- ECVS_SERVER="cvs.sourceforge.net:/cvsroot/vim"
+ ECVS_SERVER="vim.cvs.sourceforge.net:/cvsroot/vim"
ECVS_PASS=""
if [[ $(get_major_version ) -ge 7 ]] ; then
ECVS_MODULE="vim7"