summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/oorexx/oorexx-5.0.0.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-lang/oorexx/oorexx-5.0.0.ebuild b/dev-lang/oorexx/oorexx-5.0.0.ebuild
index 217c32aea9d5..6fae5c12f485 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