mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user