diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-07-02 06:52:43 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-07-02 06:52:43 +0000 |
commit | 5356623a86e969a09789e2cbfb589a1653321204 (patch) | |
tree | ac573bbf0aeaf361f931f9b0bb196bbb9b6e6e2f /eclass | |
parent | Revision bump to support new Java system. (diff) | |
download | historical-5356623a86e969a09789e2cbfb589a1653321204.tar.gz historical-5356623a86e969a09789e2cbfb589a1653321204.tar.bz2 historical-5356623a86e969a09789e2cbfb589a1653321204.zip |
add a notice when user overrides settings
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/enlightenment.eclass | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/eclass/enlightenment.eclass b/eclass/enlightenment.eclass index 6fbc4f356316..9d46a8c1aaf9 100644 --- a/eclass/enlightenment.eclass +++ b/eclass/enlightenment.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/enlightenment.eclass,v 1.64 2006/04/21 00:59:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/enlightenment.eclass,v 1.65 2006/07/02 06:52:43 vapier Exp $ # # Author: vapier@gentoo.org @@ -79,6 +79,9 @@ case ${EURI_STATE:-${ECVS_STATE}} in esac enlightenment_warning_msg() { + if [[ -n ${E17_ECVS_SERVER} ]] ; then + einfo "Using user cvs server: ${E17_ECVS_SERVER}" + fi if [[ ${ECVS_STATE} == "snap" ]] ; then ewarn "Please do not contact the E team about bugs in Gentoo." ewarn "Only contact vapier@gentoo.org via e-mail or bugzilla." |