diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-12-01 08:07:36 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-12-01 08:07:36 +0000 |
commit | 2f8dee8b99125151da7b128e2d1300b231db7c29 (patch) | |
tree | aad57a9092a5ef0ece72c2dfb5095d9c95e9bf0b | |
parent | move into unstable (diff) | |
download | gentoo-2-2f8dee8b99125151da7b128e2d1300b231db7c29.tar.gz gentoo-2-2f8dee8b99125151da7b128e2d1300b231db7c29.tar.bz2 gentoo-2-2f8dee8b99125151da7b128e2d1300b231db7c29.zip |
allow people to use custom e17 cvs servers with $E17_ECVS_SERVER
-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 |