commit: 29644801858ad0fffc23f1dcfc444e2da827ed64
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 14 16:09:47 2020 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Jul 14 16:09:47 2020 +0000
URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=29644801
glossary: The term "slave repository" is not used anywhere else.
So we need not explain it in the glossary.
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
glossary.tex | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/glossary.tex b/glossary.tex
index f8cd376..181febc 100644
--- a/glossary.tex
+++ b/glossary.tex
@@ -8,10 +8,10 @@ be immediately obvious.
\item[qualified package name] A package name along with its associated
category. For example,
\t{app-editors/vim} is a qualified package name.
\item[stand-alone repository] An (ebuild) repository which is intended to
function on its own as the
- only, or primary, repository on a system. Contrast with \i{slave
repository} below.
-\item[slave repository, non-stand-alone repository] An (ebuild) repository
which is not complete
- enough to function on its own, but needs one or more \i{master
repositories} to
- satisfy dependencies and provide repository-level support files. Known in
Portage as an overlay.
+ only, or primary, repository on a system. Contrast with \i{non-stand-alone
repository} below.
+\item[non-stand-alone repository] An (ebuild) repository which is not complete
enough to function
+ on its own, but needs one or more \i{master repositories} to satisfy
dependencies and provide
+ repository-level support files. Known in Portage as an overlay.
\item[master repository] See above.
\end{description}