CONFIGURE_EPREFIX holds the value of the --eprefix argument of the
configure call. While this variable is not used by Prefix Portage
itself, it allows others (tools, package managers) to determine the
EPREFIX value without having to call the Python code.
# Any extra PATHs to add to the ebuild environment's PATH (if any)
EXTRA_PATH="@EXTRA_PATH@"
+# The offset prefix this Portage was configured with (not used by
+# Portage itself)
+CONFIGURE_EPREFIX=@PORTAGE_EPREFIX@
+
# Mode bits for ${WORKDIR} (see ebuild.5).
PORTAGE_WORKDIR_MODE="0700"