Add an einfo call to make explicit notice of each archive being
unpacked.

Signed-off-by: Michał Górny <mgo...@gentoo.org>
---
 eclass/vcs-snapshot.eclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/eclass/vcs-snapshot.eclass b/eclass/vcs-snapshot.eclass
index 2e734c509d1a..312e9a4611e1 100644
--- a/eclass/vcs-snapshot.eclass
+++ b/eclass/vcs-snapshot.eclass
@@ -72,6 +72,7 @@ vcs-snapshot_src_unpack() {
                                # fine? i.e. if the tarball has actually a 
parent dir.
                                mkdir "${destdir}" || die
                                # -o (--no-same-owner) to avoid restoring 
original owner
+                               einfo "Unpacking ${f}"
                                tar -C "${destdir}" -x -o --strip-components 1 \
                                        -f "${DISTDIR}/${f}" || die
                                ;;
-- 
2.22.0


Reply via email to