Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pms:eapi-7 commit in: /
Date: Mon, 10 Apr 2017 18:13:12
Message-Id: 1487580554.1dd04665efb56e67ee889cc0000ea38974790023.ulm@gentoo
1 commit: 1dd04665efb56e67ee889cc0000ea38974790023
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 20 08:49:14 2017 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 20 08:49:14 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=1dd04665
7
8 pkg-mgr-commands.tex: LZMA Utils replaced by XZ Utils.
9
10 pkg-mgr-commands.tex | 6 +++---
11 1 file changed, 3 insertions(+), 3 deletions(-)
12
13 diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
14 index c370a12..0323904 100644
15 --- a/pkg-mgr-commands.tex
16 +++ b/pkg-mgr-commands.tex
17 @@ -864,9 +864,9 @@ has returned.
18 \item deb packages (\t{*.deb}). Ebuilds must ensure that the deb2targz program is installed on
19 those platforms where the GNU binutils ar program is not available and the installed ar program is
20 incompatible with GNU archives. Otherwise, ebuilds must ensure that GNU binutils is installed.
21 - \item lzma-compressed files (\t{*.lzma}). Ebuilds must ensure that LZMA Utils is installed.
22 - \item lzma-compressed tar files (\t{*.tar.lzma}). Ebuilds must ensure that LZMA Utils and
23 - GNU tar are installed.
24 + \item lzma-compressed files (\t{*.lzma}). Ebuilds must ensure that XZ Utils is installed.
25 + \item lzma-compressed tar files (\t{*.tar.lzma}). Ebuilds must ensure that XZ Utils and GNU tar
26 + are installed.
27 \item xz-compressed files (\t{*.xz}). Ebuilds must ensure that XZ Utils is installed. Only for
28 EAPIs listed in table~\ref{tab:unpack-extensions-table} as supporting \t{.xz}.
29 \item xz-compressed tar files (\t{*.tar.xz, *.txz}). Ebuilds must ensure that XZ Utils and