diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-07-20 05:23:17 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-07-20 05:23:17 +0000 |
commit | 7b514c4e125a90f4dc38b4333914368b876ba012 (patch) | |
tree | 5576fad04014b62c8bc36986a422bd7b6e34c68c /eclass | |
parent | New ebuild. (diff) | |
download | gentoo-2-7b514c4e125a90f4dc38b4333914368b876ba012.tar.gz gentoo-2-7b514c4e125a90f4dc38b4333914368b876ba012.tar.bz2 gentoo-2-7b514c4e125a90f4dc38b4333914368b876ba012.zip |
add einfo
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/cvs.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/cvs.eclass b/eclass/cvs.eclass index 2a5e02ffd278..52fa7536d6f8 100644 --- a/eclass/cvs.eclass +++ b/eclass/cvs.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/cvs.eclass,v 1.44 2003/07/04 13:21:02 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/cvs.eclass,v 1.45 2003/07/20 05:23:17 vapier Exp $ # # Author Dan Armak <danarmak@gentoo.org> # @@ -312,6 +312,7 @@ ECVS_LOCALNAME=$ECVS_LOCALNAME" unset ECVS_LOCALNAME_SETDEFAULT fi + einfo "Source now in ${WORKDIR}" } EXPORT_FUNCTIONS src_unpack |