--- /home/joerg/Downloads/qt5-build.eclass 2015-11-19 11:51:14.416179613 +0100 +++ /var/lib/layman/qt/eclass/qt5-build.eclass 2015-11-18 17:35:26.618306040 +0100 @@ -268,7 +268,7 @@ if [[ ${PN} == qtcore ]]; then pushd "${QT5_BUILD_DIR}" >/dev/null || die - set -- emake INSTALL_ROOT="${D}" install_{global_docs,mkspecs,qmake,syncqt} + set -- emake INSTALL_ROOT="${D}" install_{global_docs,mkspecs,syncqt} einfo "Running $*" "$@" @@ -615,8 +615,7 @@ # disable obsolete/unused X11-related flags # (not shown in ./configure -help output) - -no-mitshm -no-xcursor -no-xfixes -no-xinerama -no-xinput - -no-xrandr -no-xshape -no-xsync -no-xvideo + -no-mitshm -no-xcursor -no-xfixes -no-xrandr -no-xshape -no-xsync # always enable session management support: it doesn't need extra deps # at configure time and turning it off is dangerous, see bug 518262