From 6c555987202fbb6c75faeebfc8d7d0d737947f02 Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Wed, 2 Nov 2005 18:46:14 +0000 Subject: correct dns --- eclass/enlightenment.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eclass') diff --git a/eclass/enlightenment.eclass b/eclass/enlightenment.eclass index e2364cde..bdee556e 100644 --- a/eclass/enlightenment.eclass +++ b/eclass/enlightenment.eclass @@ -41,9 +41,9 @@ if [[ ${PV/9999} != ${PV} ]] ; then fi if [[ ${ECVS_MODULE/\/*} == "e17" ]]; then - ECVS_SERVER="-thinktux.net:/root" + ECVS_SERVER="thinktux.net:/root" elif [[ ${ECVS_MODULE/\/*} == "misc" ]]; then - ECVS_SERVER="-thinktux.net:/root" + ECVS_SERVER="thinktux.net:/root" fi ECVS_SERVER=${ECVS_SERVER:-cvs.sourceforge.net:/cvsroot/enlightenment} -- cgit v1.2.3