summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-07-02 06:52:43 +0000
committerMike Frysinger <vapier@gentoo.org>2006-07-02 06:52:43 +0000
commitfd6ca1710f4ad73122a36db7ba4082cce60b877b (patch)
tree686258d4e1a8482db9c1a04a99be7bfeb38cdcd0 /eclass/enlightenment.eclass
parentRevision bump to support new Java system. (diff)
downloadgentoo-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.eclass5
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."