tools-musl: correct portage_confdir for hardened amd64 and armv7a

This commit is contained in:
Anthony G. Basile 2016-06-04 11:21:06 -04:00
parent 237a0f59fb
commit 9925136e53
3 changed files with 1 additions and 11 deletions

View file

@ -0,0 +1 @@
=sys-devel/gcc-config-1.8-r1 ~amd64

View file

@ -52,17 +52,6 @@ main() {
prepare_confs ${arch} ${flavor}
done
done
# The parallelization `( do_stages ... ) &` doesn't work here
# if catalyst is using snapcache, bug #519656
for arch in amd64 i686; do
for flavor in hardened vanilla; do
(
do_stages ${arch} ${flavor}
[[ $? == 1 ]] && echo "FAILURE at ${arch} ${flavor} " | tee zzz.log
) &
done
done
}
main $1 &