summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/ebuild.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index ab71871f..335eae74 100755
--- a/bin/ebuild.sh
+++ b/bin/ebuild.sh
@@ -887,8 +887,10 @@ dyn_prepare() {
trap abort_prepare SIGINT SIGQUIT
ebuild_phase pre_src_prepare
+ vecho ">>> Preparing source in $srcdir ..."
ebuild_phase src_prepare
touch "$PORTAGE_BUILDDIR"/.prepared
+ vecho ">>> Source prepared."
ebuild_phase post_src_prepare
trap SIGINT SIGQUIT