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 | fd6ca1710f4ad73122a36db7ba4082cce60b877b (patch) | |
tree | 686258d4e1a8482db9c1a04a99be7bfeb38cdcd0 /eclass/enlightenment.eclass | |
parent | Revision bump to support new Java system. (diff) | |
download | gentoo-2-fd6ca1710f4ad73122a36db7ba4082cce60b877b.tar.gz gentoo-2-fd6ca1710f4ad73122a36db7ba4082cce60b877b.tar.bz2 gentoo-2-fd6ca1710f4ad73122a36db7ba4082cce60b877b.zip |
add a notice when user overrides settings
Diffstat (limited to 'eclass/enlightenment.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." |