summaryrefslogtreecommitdiffstats
path: root/bin/ebuild.sh
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-08-21 14:52:01 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-08-21 14:52:01 +0000
commit4509eb3cd38a44c296e97bbf8174fcd2620fa9a8 (patch)
treefe34c1418860d514896ec874454807e1710c6108 /bin/ebuild.sh
parent82f0c8c317c1d51a45589b708e476e7711a21da4 (diff)
downloadportage-4509eb3cd38a44c296e97bbf8174fcd2620fa9a8.tar.gz
portage-4509eb3cd38a44c296e97bbf8174fcd2620fa9a8.tar.bz2
portage-4509eb3cd38a44c296e97bbf8174fcd2620fa9a8.zip
Support QA_DT_HASH_${ARCH} and QA_PRESTRIPPED_${ARCH} (bug #271416).
svn path=/main/trunk/; revision=14114
Diffstat (limited to 'bin/ebuild.sh')
-rwxr-xr-xbin/ebuild.sh1
1 files changed, 1 insertions, 0 deletions
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