ebuild.sh: make INHERITED independent of phase
authorZac Medico <zmedico@gentoo.org>
Mon, 2 May 2011 17:56:51 +0000 (10:56 -0700)
committerZac Medico <zmedico@gentoo.org>
Wed, 4 May 2011 19:51:38 +0000 (12:51 -0700)
commit5a54ef28e31fc71a18e100d9af97bd30a3c9cab7
treed4d026825c0655438cd1d78cdd73cb7a4fc7fc71
parentc5cd596143d23163f183271fb43a46668f40193b
ebuild.sh: make INHERITED independent of phase

When EBUILD_PHASE != depend, INHERITED comes pre-initialized
from cache. In order to make INHERITED content independent of
EBUILD_PHASE during inherit() calls, we unset INHERITED after
we make a backup copy for QA checks.
bin/ebuild.sh