mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
cmake.eclass: use 'QA Notice:' prefix in eqawarn
This makes life easier for tinderboxes, but we should improve this in some future EAPI. Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -303,7 +303,7 @@ _cmake_check_build_dir() {
|
||||
# TODO: For EAPI > 8, we should ban S=WORKDIR for CMake.
|
||||
# See bug #889420.
|
||||
if [[ ${S} == "${WORKDIR}" && ${BUILD_DIR} == "${WORKDIR}_build" ]] ; then
|
||||
eqawarn "QA notice: S=WORKDIR is deprecated for cmake.eclass."
|
||||
eqawarn "QA Notice: S=WORKDIR is deprecated for cmake.eclass."
|
||||
eqawarn "Please relocate the sources in src_unpack."
|
||||
BUILD_DIR="${WORKDIR}"/${P}_build
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user