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>
Mon, 2 May 2011 17:56:51 +0000 (10:56 -0700)
commite5977579376dd124bb341263f73a5d302dbc0863
treec16e17e80f86ac36302d5cc92afc58886f4b83f0
parent64cb7424256c47b1740a86580f41c0c535e036a3
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