qt5-build.eclass: also call default_src_unpack for live ebuilds

This allows, for example, patch tarballs to be applied (as is currently required for qtwebengine).
This commit is contained in:
Michael Palimaka
2018-02-10 10:35:06 +11:00
committed by Davide Pesavento
parent 4f7754a8b2
commit 3ec85cf15a

View File

@@ -170,7 +170,7 @@ qt5-build_src_unpack() {
fi
case ${QT5_BUILD_TYPE} in
live) git-r3_src_unpack ;;
live) git-r3_src_unpack ;&
release) default ;;
esac
}