summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2021-05-16 14:05:17 +0200
committerUlrich Müller <ulm@gentoo.org>2021-06-05 10:55:38 +0200
commit70b5befa05d872c1aed119ab4e864d98d0a360d2 (patch)
treef992425b1117b44d071388bb0eca1b2623e07231 /eapi-differences.tex
parentEAPI 8 accumulates PROPERTIES and RESTRICT across eclasses (diff)
downloadpms-70b5befa05d872c1aed119ab4e864d98d0a360d2.tar.gz
pms-70b5befa05d872c1aed119ab4e864d98d0a360d2.tar.bz2
pms-70b5befa05d872c1aed119ab4e864d98d0a360d2.zip
EAPI 8: useq, hasv and hasq are banned
Bug: https://bugs.gentoo.org/199722 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'eapi-differences.tex')
-rw-r--r--eapi-differences.tex11
1 files changed, 11 insertions, 0 deletions
diff --git a/eapi-differences.tex b/eapi-differences.tex
index c7af2b3..a2a74b8 100644
--- a/eapi-differences.tex
+++ b/eapi-differences.tex
@@ -236,6 +236,15 @@ Most utilities die & \compactfeatureref{die-on-failure} &
\t{libopts} & \compactfeatureref{banned-commands} &
Yes & Yes & Yes & Banned & Banned \\
+\t{useq} & \compactfeatureref{banned-commands} &
+ Yes & Yes & Yes & Yes & Banned \\
+
+\t{hasv} & \compactfeatureref{banned-commands} &
+ Yes & Yes & Yes & Yes & Banned \\
+
+\t{hasq} & \compactfeatureref{banned-commands} &
+ Yes & Yes & Yes & Yes & Banned \\
+
Query command options & \compactfeatureref{pm-query-options} &
None & \t{-{}-host-root} & \t{-{}-host-root} & \t{-b}, \t{-d}, \t{-r} &
\t{-b}, \t{-d}, \t{-r} \\
@@ -503,6 +512,8 @@ EAPI 8 is EAPI 7 with the following changes:
\item Empty working directory in \t{pkg_*} phase functions, \featureref{phase-function-dir}.
\item Different \t{src_prepare} implementation, \featureref{src-prepare}.
\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}.
\end{compactitem}
\ChangeWhenAddingAnEAPI{8}