diff options
author | Bertrand Jacquin <beber@meleeweb.net> | 2005-11-02 18:46:14 +0000 |
---|---|---|
committer | Bertrand Jacquin <beber@meleeweb.net> | 2005-11-02 18:46:14 +0000 |
commit | 6c555987202fbb6c75faeebfc8d7d0d737947f02 (patch) | |
tree | bfbd69860c62e53c28e992d8e7466ab42e23a69b /eclass | |
parent | start properly (diff) | |
download | portage-6c555987202fbb6c75faeebfc8d7d0d737947f02.tar.xz |
correct dns
Diffstat (limited to 'eclass')
-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} |