summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2017-09-23 21:53:59 +0100
committerUlrich Müller <ulm@gentoo.org>2018-03-31 17:30:43 +0200
commitd1ea951e810488d3047be855f7f06d343c1cc68a (patch)
treebb6995e58a789001921ee63855c6e349ef89366e /eapi-differences.tex
parentEAPI 7 has BROOT (diff)
downloadpms-d1ea951e810488d3047be855f7f06d343c1cc68a.tar.gz
pms-d1ea951e810488d3047be855f7f06d343c1cc68a.tar.bz2
pms-d1ea951e810488d3047be855f7f06d343c1cc68a.zip
EAPI 7 drops --host-root in favor of -b, -d, and -r
Bug: https://bugs.gentoo.org/317337
Diffstat (limited to 'eapi-differences.tex')
-rw-r--r--eapi-differences.tex8
1 files changed, 5 insertions, 3 deletions
diff --git a/eapi-differences.tex b/eapi-differences.tex
index 7c46de8..0498536 100644
--- a/eapi-differences.tex
+++ b/eapi-differences.tex
@@ -206,8 +206,8 @@ Most utilities die & \compactfeatureref{die-on-failure} &
\t{einstall} & \compactfeatureref{banned-commands} &
Yes & Yes & Yes & Banned & Banned \\
-Option \t{-{}-host-root} & \compactfeatureref{host-root-option} &
- No & No & Yes & Yes & Yes \\
+Query command options & \compactfeatureref{pm-query-options} &
+ None & None & \t{-{}-host-root} & \t{-{}-host-root} & \t{-b}, \t{-d}, \t{-r} \\
\t{die -n} & \compactfeatureref{nonfatal-die} &
No & No & No & Yes & Yes \\
@@ -372,7 +372,7 @@ EAPI 5 is EAPI 4 with the following changes:
\item \t{USE} is calculated differently, \featureref{profile-iuse-inject}.
\item \t{find} is guaranteed to be GNU, \featureref{gnu-find}.
\item \t{best_version} and \t{has_version} support the \t{-{}-host-root} option,
- \featureref{host-root-option}.
+ \featureref{pm-query-options}.
\item \t{econf} adds \t{-{}-disable-silent-rules}, \featureref{econf-options}.
\item \t{doheader} and \t{newheader} support, \featureref{doheader}.
\item \t{new*} can read from standard input, \featureref{newfoo-stdin}.
@@ -423,6 +423,8 @@ EAPI 7 is EAPI 6 with the following changes:
\item \t{econf} adds \t{-{}-with-sysroot}, \featureref{econf-options}.
\item \t{BDEPEND}, \featureref{bdepend}.
\item \t{BROOT}, \featureref{broot}.
+\item \t{best_version} and \t{has_version} support \t{-b}, \t{-d} and \t{-r} options instead of
+ \t{-{}-host-root}, \featureref{pm-query-options}.
\end{compactitem}
\ChangeWhenAddingAnEAPI{7}