mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
committed by
Davide Pesavento
parent
4f7754a8b2
commit
3ec85cf15a
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user