Gentoo Archives: gentoo-pms

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-pms@l.g.o
Subject: [gentoo-pms] [PATCH] pkg-mgr-commands.tex: LZMA Utils replaced by XZ Utils.
Date: Mon, 20 Feb 2017 08:52:10
Message-Id: 22698.44574.708526.649051@a1i15.kph.uni-mainz.de
1 ---
2 pkg-mgr-commands.tex | 6 +++---
3 1 file changed, 3 insertions(+), 3 deletions(-)
4
5 diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
6 index c370a12..0323904 100644
7 --- a/pkg-mgr-commands.tex
8 +++ b/pkg-mgr-commands.tex
9 @@ -864,9 +864,9 @@ has returned.
10 \item deb packages (\t{*.deb}). Ebuilds must ensure that the deb2targz program is installed on
11 those platforms where the GNU binutils ar program is not available and the installed ar program is
12 incompatible with GNU archives. Otherwise, ebuilds must ensure that GNU binutils is installed.
13 - \item lzma-compressed files (\t{*.lzma}). Ebuilds must ensure that LZMA Utils is installed.
14 - \item lzma-compressed tar files (\t{*.tar.lzma}). Ebuilds must ensure that LZMA Utils and
15 - GNU tar are installed.
16 + \item lzma-compressed files (\t{*.lzma}). Ebuilds must ensure that XZ Utils is installed.
17 + \item lzma-compressed tar files (\t{*.tar.lzma}). Ebuilds must ensure that XZ Utils and GNU tar
18 + are installed.
19 \item xz-compressed files (\t{*.xz}). Ebuilds must ensure that XZ Utils is installed. Only for
20 EAPIs listed in table~\ref{tab:unpack-extensions-table} as supporting \t{.xz}.
21 \item xz-compressed tar files (\t{*.tar.xz, *.txz}). Ebuilds must ensure that XZ Utils and
22 --
23 2.11.1