From 4509eb3cd38a44c296e97bbf8174fcd2620fa9a8 Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Fri, 21 Aug 2009 14:52:01 +0000 Subject: Support QA_DT_HASH_${ARCH} and QA_PRESTRIPPED_${ARCH} (bug #271416). svn path=/main/trunk/; revision=14114 --- bin/ebuild.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/ebuild.sh') diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 9f91cf92d..e45976642 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -1841,6 +1841,7 @@ _source_ebuild() { # This needs to be exported since prepstrip is a separate shell script. [[ -n $QA_PRESTRIPPED ]] && export QA_PRESTRIPPED + eval "[[ -n \$QA_PRESTRIPPED_$ARCH ]] && export QA_PRESTRIPPED_$ARCH" } if ! hasq "$EBUILD_PHASE" clean cleanrm ; then -- cgit v1.2.3-1-g7c22