From 8e7b1feb84ea0fea8ee7d07ce01d9fda10ae9dbc Mon Sep 17 00:00:00 2001
From: Zac Medico <zmedico@gentoo.org>
Date: Mon, 30 Jul 2007 03:38:54 +0000
Subject: [PATCH] Skip bogus '$ECLASS inherited illegally' messages when
 installing from a binary package. (branches/2.1.2 r6776)

svn path=/main/branches/2.1.2.9/; revision=7456
---
 bin/ebuild.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index 6940c9df4..5b9abd7a6 100755
--- a/bin/ebuild.sh
+++ b/bin/ebuild.sh
@@ -1218,7 +1218,8 @@ inherit() {
 		export ECLASS="$1"
 
 		if [ "${EBUILD_PHASE}" != "depend" ] && \
-			[[ ${EBUILD_PHASE} != *rm ]]; then
+			[[ ${EBUILD_PHASE} != *rm ]] && \
+			[[ ${EMERGE_FROM} != "binary" ]] ; then
 			# This is disabled in the *rm phases because they frequently give
 			# false alarms due to INHERITED in /var/db/pkg being outdated
 			# in comparison the the eclasses from the portage tree.
-- 
2.26.2