Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pms:eapi-6 commit in: /
Date: Tue, 03 Nov 2015 08:03:33
Message-Id: 1446537756.d3962ce8280c33716d88bd65eb321bfaa9293619.ulm@gentoo
1 commit: d3962ce8280c33716d88bd65eb321bfaa9293619
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 3 08:01:16 2015 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 3 08:02:36 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=d3962ce8
7
8 fixup! Cheat sheet: Update for EAPI 6.
9
10 eapi-cheatsheet.tex | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/eapi-cheatsheet.tex b/eapi-cheatsheet.tex
14 index 99de04e..7792d5c 100644
15 --- a/eapi-cheatsheet.tex
16 +++ b/eapi-cheatsheet.tex
17 @@ -350,8 +350,8 @@ differences between these previous EAPIs.
18 \item[Pathnames] Both absolute paths and paths relative to the
19 working directory are accepted as arguments.
20 See \featureref{unpack-absolute}.
21 - \item[\code{.txz} files] Unpacking of \code{.txz} files is now
22 - supported.
23 + \item[\code{.txz} files] Suffix \code{.txz} for xz compressed
24 + tarballs is recognised.
25 See \featureref{unpack-extensions}.
26 \item[Filename case] Character case of filename extensions is
27 ignored.