diff options
author | 2005-12-01 08:07:36 +0000 | |
---|---|---|
committer | 2005-12-01 08:07:36 +0000 | |
commit | 9a5dd4de890f61f361ea10639e19fafa0b6ae8fc (patch) | |
tree | 271b0a4e59f992f8a2ba1ec1b105c766c0882b6a /eclass/enlightenment.eclass | |
parent | move into unstable (diff) | |
download | historical-9a5dd4de890f61f361ea10639e19fafa0b6ae8fc.tar.gz historical-9a5dd4de890f61f361ea10639e19fafa0b6ae8fc.tar.bz2 historical-9a5dd4de890f61f361ea10639e19fafa0b6ae8fc.zip |
allow people to use custom e17 cvs servers with $E17_ECVS_SERVER
Diffstat (limited to 'eclass/enlightenment.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 880f9b0c0288..c894058797d7 100644 --- a/eclass/enlightenment.eclass +++ b/eclass/enlightenment.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/enlightenment.eclass,v 1.56 2005/08/23 23:53:26 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/enlightenment.eclass,v 1.57 2005/12/01 08:07:36 vapier Exp $ # # Author: vapier@gentoo.org @@ -39,7 +39,7 @@ if [[ ${PV/9999} != ${PV} ]] ; then ECVS_MODULE="e17/apps/${PN}" fi fi - ECVS_SERVER=${ECVS_SERVER:-cvs.sourceforge.net:/cvsroot/enlightenment} + ECVS_SERVER=${E17_ECVS_SERVER:-${ECVS_SERVER:-cvs.sourceforge.net:/cvsroot/enlightenment}} ECVS_STATE="live" inherit cvs elif [[ ${PV/.200[3-9][0-1][0-9][0-3][0-9]/} != ${PV} ]] ; then |