commit: aaa3b5e3a01c8e2b8decb9b3464cedd484770f10
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 9 23:35:06 2018 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Feb 9 23:35:11 2018 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=aaa3b5e3
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).
eclass/qt5-build.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index 1a20b3da..dde08fdb 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -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
}