summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-12-24 10:46:26 +0100
committerUlrich Müller <ulm@gentoo.org>2021-06-05 10:55:38 +0200
commit5001b56490c821aa8e77f67f9e9bb62e804fa129 (patch)
tree409c9c14830d2e49d2569f6547ccf31be2fc79c6 /eapi-differences.tex
parentEAPI 8: useq, hasv and hasq are banned (diff)
downloadpms-5001b56490c821aa8e77f67f9e9bb62e804fa129.tar.gz
pms-5001b56490c821aa8e77f67f9e9bb62e804fa129.tar.bz2
pms-5001b56490c821aa8e77f67f9e9bb62e804fa129.zip
EAPI 8 has econf passing --datarootdir
Bug: https://bugs.gentoo.org/651958 Signed-off-by: Michał Górny <mgorny@gentoo.org> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'eapi-differences.tex')
-rw-r--r--eapi-differences.tex3
1 files changed, 2 insertions, 1 deletions
diff --git a/eapi-differences.tex b/eapi-differences.tex
index a2a74b8..32f4a66 100644
--- a/eapi-differences.tex
+++ b/eapi-differences.tex
@@ -272,7 +272,7 @@ Output commands use stdout & \compactfeatureref{output-no-stdout} &
disable dependency tracking, disable silent rules &
disable dependency tracking, disable silent rules, docdir, htmldir &
disable dependency tracking, disable silent rules, docdir, htmldir, with sysroot &
- disable dependency tracking, disable silent rules, docdir, htmldir, with sysroot \\
+ disable dependency tracking, disable silent rules, datarootdir, docdir, htmldir, with sysroot \\
\t{dodoc -r} & \compactfeatureref{dodoc} &
* & Yes & Yes & Yes & Yes \\
@@ -514,6 +514,7 @@ EAPI 8 is EAPI 7 with the following changes:
\item \t{PROPERTIES} and \t{RESTRICT} accumulated across eclasses, \featureref{accumulate-vars}.
\item \t{useq} banned, \featureref{banned-commands}.
\item \t{hasv} and \t{hasq} banned, \featureref{banned-commands}.
+\item \t{econf} adds \t{-{}-datarootdir}, \featureref{econf-options}.
\end{compactitem}
\ChangeWhenAddingAnEAPI{8}