summaryrefslogtreecommitdiffstats
path: root/bin/ebuild.sh
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-07-27 12:02:36 +0000
committerZac Medico <zmedico@gentoo.org>2008-07-27 12:02:36 +0000
commit6afc2ce278026a71f9193bdde71beda40ebbeb36 (patch)
tree68985fcd485ed461597c1744ab66cea76a61564e /bin/ebuild.sh
parentbe6e2cdf4b15ae4b288ba1d870f4508b0137661a (diff)
downloadportage-6afc2ce278026a71f9193bdde71beda40ebbeb36.tar.gz
portage-6afc2ce278026a71f9193bdde71beda40ebbeb36.tar.bz2
portage-6afc2ce278026a71f9193bdde71beda40ebbeb36.zip
Fixes from Arfrever:
* Highlight the "Files built without respecting LDFLAGS" QA Notice with red. * Remove scanelf-ignored-LDFLAGS.log when empty. svn path=/main/trunk/; revision=11216
Diffstat (limited to 'bin/ebuild.sh')
-rwxr-xr-xbin/ebuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index 4e35f7c4d..7692c4e02 100755
--- a/bin/ebuild.sh
+++ b/bin/ebuild.sh
@@ -1176,7 +1176,7 @@ inherit() {
# false alarms due to INHERITED in /var/db/pkg being outdated
# in comparison the the eclasses from the portage tree.
if ! hasq $ECLASS $INHERITED; then
- eqawarn "QA Notice: ECLASS '$ECLASS' inherited illegally in $CATEGORY/$PF"
+ eqawarn "QA Notice: ECLASS '$ECLASS' inherited illegally in $CATEGORY/$PF $EBUILD_PHASE"
fi
fi