diff options
Diffstat (limited to 'eclass')
| -rw-r--r-- | eclass/cmake.eclass | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/eclass/cmake.eclass b/eclass/cmake.eclass index 742496c446a..429e9b6ad72 100644 --- a/eclass/cmake.eclass +++ b/eclass/cmake.eclass @@ -572,6 +572,9 @@ cmake_src_configure() { eqawarn "This is merely a workaround and *not* a permanent fix." cmakeargs+=( -DCMAKE_POLICY_VERSION_MINIMUM=3.5 ) fi + if [[ ${EAPI} == 7 ]]; then + eqawarn "QA Notice: EAPI=7 detected; this package is now a prime last-rites target." + fi fi pushd "${BUILD_DIR}" > /dev/null || die |
