diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-12-17 02:07:17 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-12-17 02:07:17 +0000 |
commit | 0a0c42d5c2ca5770f4c539c30080d4663a812e2a (patch) | |
tree | 4fb55756ac43a42398b8616aea047f074c56c98b /eclass/enlightenment.eclass | |
parent | New version, bug #105131. (diff) | |
download | gentoo-2-0a0c42d5c2ca5770f4c539c30080d4663a812e2a.tar.gz gentoo-2-0a0c42d5c2ca5770f4c539c30080d4663a812e2a.tar.bz2 gentoo-2-0a0c42d5c2ca5770f4c539c30080d4663a812e2a.zip |
add info for e17 cvs mirror
Diffstat (limited to 'eclass/enlightenment.eclass')
-rw-r--r-- | eclass/enlightenment.eclass | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/eclass/enlightenment.eclass b/eclass/enlightenment.eclass index c894058797d7..e74a99d65f45 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.57 2005/12/01 08:07:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/enlightenment.eclass,v 1.58 2005/12/17 02:07:17 vapier Exp $ # # Author: vapier@gentoo.org @@ -87,6 +87,10 @@ enlightenment_warning_msg() { eerror "If it fails to build, FIX THE CODE YOURSELF" eerror "before reporting any issues." fi + echo + einfo "If you have trouble connecting to the sourceforge cvs" + einfo "server, try exporting using the unofficial mirror:" + einfo "export E17_ECVS_SERVER=thinktux.net:/root" } enlightenment_die() { |