diff --git a/dev-lang/oorexx/oorexx-5.0.0.ebuild b/dev-lang/oorexx/oorexx-5.0.0.ebuild index 217c32aea9d57..6fae5c12f4852 100644 --- a/dev-lang/oorexx/oorexx-5.0.0.ebuild +++ b/dev-lang/oorexx/oorexx-5.0.0.ebuild @@ -31,6 +31,8 @@ src_unpack() { default # HACK: Dance around cmake.eclass S directory requirements. + # > * QA notice: S=WORKDIR is deprecated for cmake.eclass. + # > * Please relocate the sources in src_unpack. mv "${WORKDIR}" "${T}/${P}" || die mkdir -p "${WORKDIR}" || die mv "${T}/${P}" "${S}" || die