out-of-source.eclass: canonical variable ordering

Closes: https://github.com/gentoo/gentoo/pull/23910
Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
David Seifert
2022-01-22 13:33:21 +01:00
parent b9f39ec25f
commit a3a90e4609

View File

@@ -37,9 +37,8 @@ case ${EAPI} in
*) die "EAPI ${EAPI:-0} unsupported (too old)";;
esac
EXPORT_FUNCTIONS src_configure src_compile src_test src_install
if [[ ! ${_OUT_OF_SOURCE_ECLASS} ]]; then
_OUT_OF_SOURCE_ECLASS=1
# @FUNCTION: out-of-source_src_configure
# @DESCRIPTION:
@@ -121,5 +120,6 @@ out-of-source_src_install() {
fi
}
_OUT_OF_SOURCE_ECLASS=1
fi
EXPORT_FUNCTIONS src_configure src_compile src_test src_install