diff options
-rw-r--r-- | eclass/enlightenment.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
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} |