From c856573afaeb91c15b63772c8cae8dc9297774eb Mon Sep 17 00:00:00 2001 From: Ulrich Mueller Date: Thu, 14 Oct 2010 15:14:20 +0200 Subject: [PATCH] Fix name of REPLACED_BY_VERSION variable. --- ebuild-env-vars.tex | 4 ++-- 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} -- 1.7.1