mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-lang/oorexx: explain cmake hack
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user