summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2017-03-28 02:43:04 +0200
committerUlrich Müller <ulm@gentoo.org>2017-03-28 02:43:04 +0200
commit4195eaae6e1e488477d97849fe3c2bf65f976258 (patch)
treefecd19f6c98f63c4b3be2080b4357907e2db9e4e /appendices.tex
parentA is legal in pkg_nofetch. (diff)
downloadpms-4195eaae6e1e488477d97849fe3c2bf65f976258.tar.gz
pms-4195eaae6e1e488477d97849fe3c2bf65f976258.tar.bz2
pms-4195eaae6e1e488477d97849fe3c2bf65f976258.zip
Remove contradiction in historical curiosities chapter.
Be more specific in the introductory paragraph so that it doesn't contradict the subsequent sections. Delete redundant sentence.
Diffstat (limited to 'appendices.tex')
-rw-r--r--appendices.tex8
1 files changed, 3 insertions, 5 deletions
diff --git a/appendices.tex b/appendices.tex
index 16edce2..99429ec 100644
--- a/appendices.tex
+++ b/appendices.tex
@@ -26,9 +26,9 @@ been abused in the past.
\chapter{Historical Curiosities}
-The items described in this chapter are included for information only. They were deprecated or
-abandoned long before \t{EAPI} was introduced. Ebuilds must not use these features, and package
-managers should not be changed to support them.
+The items described in this chapter are included for information only. Unless otherwise noted,
+they were deprecated or abandoned long before \t{EAPI} was introduced. Ebuilds must not use these
+features, and package managers should not be changed to support them.
\section{If-else use blocks}
@@ -36,8 +36,6 @@ Historically, Portage supported if-else use conditionals, as shown by
listing~\ref{lst:if-else-use-listing}. The block before the colon would be taken if the condition
was met, and the block after the colon would be taken if the condition was not met.
-This feature was deprecated and removed from the tree long before the introduction of \t{EAPI}.
-
\begin{listing}
\caption{If-else use blocks} \label{lst:if-else-use-listing}
\begin{verbatim}