Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 636652 | Differences between
and this patch

Collapse All | Expand All

(-)a/eapi-differences.tex (-1 / +2 lines)
Lines 57-63 Stable use masking/forcing & \compactfeatureref{stablemask} & Link Here
57
    No & No & Yes & Yes & Yes \\
57
    No & No & Yes & Yes & Yes \\
58
58
59
Bash version & \compactfeatureref{bash-version} &
59
Bash version & \compactfeatureref{bash-version} &
60
    3.2 & 3.2 & 3.2 & 4.2 & 4.2 \\
60
    3.2 & 3.2 & 3.2 & 4.2 & 4.3 \\
61
61
62
\t{failglob} in global scope & \compactfeatureref{failglob} &
62
\t{failglob} in global scope & \compactfeatureref{failglob} &
63
    No & No & No & Yes & Yes \\
63
    No & No & No & Yes & Yes \\
Lines 455-460 EAPI 7 is EAPI 6 with the following changes: Link Here
455
\item \t{package.mask}, \t{package.use}, \t{use.*} and \t{package.use.*} in a profile can be
455
\item \t{package.mask}, \t{package.use}, \t{use.*} and \t{package.use.*} in a profile can be
456
    directories, \featureref{profile-file-dirs}.
456
    directories, \featureref{profile-file-dirs}.
457
\item \t{package.provided} in profiles banned, \featureref{package-provided}.
457
\item \t{package.provided} in profiles banned, \featureref{package-provided}.
458
\item Bash version is 4.3, \featureref{bash-version}.
458
\item Runtime-modifiable USE flags (\t{IUSE_RUNTIME}), \featureref{iuse-runtime}.
459
\item Runtime-modifiable USE flags (\t{IUSE_RUNTIME}), \featureref{iuse-runtime}.
459
\item Empty \t{||} and \t{??}\ dependency groups no longer count as being matched,
460
\item Empty \t{||} and \t{??}\ dependency groups no longer count as being matched,
460
    \featureref{empty-dep-groups}.
461
    \featureref{empty-dep-groups}.
(-)a/ebuild-format.tex (-2 / +2 lines)
Lines 26-32 output or standard error, or modify the state of the system in any way. Link Here
26
      \multicolumn{1}{c}{\textbf{\t{failglob} in global scope?}} \\
26
      \multicolumn{1}{c}{\textbf{\t{failglob} in global scope?}} \\
27
      \midrule
27
      \midrule
28
      0, 1, 2, 3, 4, 5  & 3.2 & No  \\
28
      0, 1, 2, 3, 4, 5  & 3.2 & No  \\
29
      6, 7              & 4.2 & Yes \\
29
      6                 & 4.2 & Yes \\
30
      7                 & 4.3 & Yes \\
30
      \bottomrule
31
      \bottomrule
31
    \end{tabular}
32
    \end{tabular}
32
\end{centertable}
33
\end{centertable}
33
- 

Return to bug 636652