Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pms:master commit in: /
Date: Thu, 18 Feb 2016 16:50:10
Message-Id: 1455813680.26df5265da4cee62a997cb43e68f285ce8cd287c.ulm@gentoo
1 commit: 26df5265da4cee62a997cb43e68f285ce8cd287c
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 18 16:41:20 2016 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 18 16:41:20 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=26df5265
7
8 pkg-mgr-commands.tex: Typo.
9
10 pkg-mgr-commands.tex | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
14 index 00758ce..be157cf 100644
15 --- a/pkg-mgr-commands.tex
16 +++ b/pkg-mgr-commands.tex
17 @@ -849,7 +849,7 @@ has returned.
18 \featurelabel{unpack-extensions} Must be able to unpack the following file formats, if the
19 relevant binaries are available:
20 \begin{itemize}
21 - \item tar files (\t{*.tar}). Ebuilds must ensure that GNU tar installed.
22 + \item tar files (\t{*.tar}). Ebuilds must ensure that GNU tar is installed.
23 \item gzip-compressed files (\t{*.gz, *.Z}). Ebuilds must ensure that GNU gzip is installed.
24 \item gzip-compressed tar files (\t{*.tar.gz, *.tgz, *.tar.Z}). Ebuilds must ensure that
25 GNU gzip and GNU tar are installed.