diff options
author | Ulrich Müller <ulm@gentoo.org> | 2017-02-20 09:49:14 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2017-02-20 09:49:14 +0100 |
commit | 1dd04665efb56e67ee889cc0000ea38974790023 (patch) | |
tree | 24f29d5be5530fc82f7d5a24765545fb81099cc0 /pkg-mgr-commands.tex | |
parent | Makefile: Update sed command to remove span spam in tex4ht output. (diff) | |
download | pms-1dd04665efb56e67ee889cc0000ea38974790023.tar.gz pms-1dd04665efb56e67ee889cc0000ea38974790023.tar.bz2 pms-1dd04665efb56e67ee889cc0000ea38974790023.zip |
pkg-mgr-commands.tex: LZMA Utils replaced by XZ Utils.
Diffstat (limited to 'pkg-mgr-commands.tex')
-rw-r--r-- | pkg-mgr-commands.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex index c370a12..0323904 100644 --- a/pkg-mgr-commands.tex +++ b/pkg-mgr-commands.tex @@ -864,9 +864,9 @@ has returned. \item deb packages (\t{*.deb}). Ebuilds must ensure that the deb2targz program is installed on those platforms where the GNU binutils ar program is not available and the installed ar program is incompatible with GNU archives. Otherwise, ebuilds must ensure that GNU binutils is installed. - \item lzma-compressed files (\t{*.lzma}). Ebuilds must ensure that LZMA Utils is installed. - \item lzma-compressed tar files (\t{*.tar.lzma}). Ebuilds must ensure that LZMA Utils and - GNU tar are installed. + \item lzma-compressed files (\t{*.lzma}). Ebuilds must ensure that XZ Utils is installed. + \item lzma-compressed tar files (\t{*.tar.lzma}). Ebuilds must ensure that XZ Utils and GNU tar + are installed. \item xz-compressed files (\t{*.xz}). Ebuilds must ensure that XZ Utils is installed. Only for EAPIs listed in table~\ref{tab:unpack-extensions-table} as supporting \t{.xz}. \item xz-compressed tar files (\t{*.tar.xz, *.txz}). Ebuilds must ensure that XZ Utils and |