Bug: https://bugs.gentoo.org/676948
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
# @OUTPUT_VARIABLE
# @DESCRIPTION:
# Build directory for out-of-source builds.
-if ver_test ${PV} -lt 5.14.2; then
- : ${QT5_BUILD_DIR:=${S}} # workaround for bug 497312
-else
- : ${QT5_BUILD_DIR:=${S}_build}
-fi
+: ${QT5_BUILD_DIR:=${S}_build}
IUSE="debug test"
# config to always be used. bug 599636
# ${S}/include does not exist in live sources
local basedir="${S}/"
- if ver_test ${PV} -lt 5.14.2 || [[ ${QT5_BUILD_TYPE} == live ]]; then
- basedir=""
- fi
+ [[ ${QT5_BUILD_TYPE} == live ]] && basedir=""
cp src/corelib/global/qconfig.h "${basedir}"include/QtCore/ || die
popd >/dev/null || die