summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2021-05-16 20:22:15 +0200
committerUlrich Müller <ulm@gentoo.org>2021-06-05 10:55:40 +0200
commit42fdc187b717120717e55d9b1bee06a764e55b5d (patch)
tree2bb1743961c2ccc26868bec279e087228415e9aa /eapi-differences.tex
parentSplit the econf options table because it has become too wide (diff)
downloadpms-42fdc187b717120717e55d9b1bee06a764e55b5d.tar.gz
pms-42fdc187b717120717e55d9b1bee06a764e55b5d.tar.bz2
pms-42fdc187b717120717e55d9b1bee06a764e55b5d.zip
EAPI 8 has dosym -r
Bug: https://bugs.gentoo.org/708360 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'eapi-differences.tex')
-rw-r--r--eapi-differences.tex4
1 files changed, 4 insertions, 0 deletions
diff --git a/eapi-differences.tex b/eapi-differences.tex
index bbb8957..8cfc442 100644
--- a/eapi-differences.tex
+++ b/eapi-differences.tex
@@ -293,6 +293,9 @@ Output commands use stdout & \compactfeatureref{output-no-stdout} &
\t{domo} destination path & \compactfeatureref{domo-path} &
\t{\$\{DESTTREE\}} & \t{\$\{DESTTREE\}} & \t{\$\{DESTTREE\}} & \t{/usr} & \t{/usr} \\
+\t{dosym -r} & \compactfeatureref{dosym-relative} &
+ No & No & No & No & Yes \\
+
\t{new*} support stdin & \compactfeatureref{newfoo-stdin} &
No & Yes & Yes & Yes & Yes \\
@@ -517,6 +520,7 @@ EAPI 8 is EAPI 7 with the following changes:
\item \t{hasv} and \t{hasq} banned, \featureref{banned-commands}.
\item \t{econf} adds \t{-{}-datarootdir}, \featureref{econf-options}.
\item \t{econf} adds \t{-{}-disable-static}, \featureref{econf-options}.
+\item \t{dosym} can create relative paths, \featureref{dosym-relative}.
\end{compactitem}
\ChangeWhenAddingAnEAPI{8}