From cd16c3db0e276b455a2a8dd021e836efa1328bc5 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 14 Feb 2009 19:22:06 +0000 Subject: =?UTF-8?q?Automatically=20export=20QA=5FPRESTRIPPED=20if=20it's?= =?UTF-8?q?=20set.=20Thanks=20to=20Ra=C3=BAl=20Porcel=20=20fo?= =?UTF-8?q?r=20reporting.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit svn path=/main/trunk/; revision=12609 --- bin/ebuild.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 69f5919ad..032cd3ad2 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -1894,6 +1894,9 @@ if ! hasq "$EBUILD_PHASE" clean cleanrm && \ unset ECLASS E_IUSE E_DEPEND E_RDEPEND E_PDEPEND set +f + + # This needs to be exported since prepstrip is a separate shell script. + [[ -n $QA_PRESTRIPPED ]] && export QA_PRESTRIPPED fi # Set default EAPI if necessary, so that most -- cgit v1.2.3-1-g7c22