summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorBertrand Jacquin <beber@meleeweb.net>2005-11-02 18:46:14 +0000
committerBertrand Jacquin <beber@meleeweb.net>2005-11-02 18:46:14 +0000
commit6c555987202fbb6c75faeebfc8d7d0d737947f02 (patch)
treebfbd69860c62e53c28e992d8e7466ab42e23a69b /eclass
parentstart properly (diff)
downloadportage-6c555987202fbb6c75faeebfc8d7d0d737947f02.tar.xz
correct dns
Diffstat (limited to 'eclass')
-rw-r--r--eclass/enlightenment.eclass4
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}