summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/ebuild.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index 0483046fa..9f91cf92d 100755
--- a/bin/ebuild.sh
+++ b/bin/ebuild.sh
@@ -586,10 +586,10 @@ einstall() {
_eapi0_pkg_nofetch() {
[ -z "${SRC_URI}" ] && return
- echo "!!! The following are listed in SRC_URI for ${PN}:"
+ elog "The following are listed in SRC_URI for ${PN}:"
local x
for x in $(echo ${SRC_URI}); do
- echo "!!! ${x}"
+ elog " ${x}"
done
}