summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Mueller <ulm@gentoo.org>2010-10-14 15:14:20 +0200
committerUlrich Mueller <ulm@gentoo.org>2010-10-18 20:07:40 +0200
commit521b62a38920595192cf58f72903f94f4fe07db7 (patch)
tree42024ea9b976887fd8901c19717e90a74d82ca6b /ebuild-env-vars.tex
parentFix call order of pkg_* functions, bug 338339. (diff)
downloadpms-521b62a38920595192cf58f72903f94f4fe07db7.tar.gz
pms-521b62a38920595192cf58f72903f94f4fe07db7.tar.bz2
pms-521b62a38920595192cf58f72903f94f4fe07db7.zip
Fix name of REPLACED_BY_VERSION variable.
Diffstat (limited to 'ebuild-env-vars.tex')
-rw-r--r--ebuild-env-vars.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/ebuild-env-vars.tex b/ebuild-env-vars.tex
index b88fc63..f96b203 100644
--- a/ebuild-env-vars.tex
+++ b/ebuild-env-vars.tex
@@ -323,8 +323,8 @@ phases.
\t{REPLACING\_VERSIONS} is a list, not a single optional value, to handle pathological cases such as
installing \t{foo-2:2} to replace \t{foo-2:1} and \t{foo-3:2}.
-In EAPIs listed in table~\ref{tab:env-vars-table} as supporting it, the \t{REPLACED\_BY} variable
-shall be defined in \t{pkg\_prerm} and \t{pkg\_postrm}. It shall contain at most one value.
+In EAPIs listed in table~\ref{tab:env-vars-table} as supporting it, the \t{REPLACED\_BY\_VERSION}
+variable shall be defined in \t{pkg\_prerm} and \t{pkg\_postrm}. It shall contain at most one value.
\subsection{Offset-prefix variables \t{EPREFIX}, \t{EROOT} and \t{ED}}
\label{sec:offset-vars}