Gentoo Archives: gentoo-commits

From: darkside@g.o
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/eapi/
Date: Fri, 04 Feb 2011 20:37:35
Message-Id: 3924937295cb1098b6ca3d20337c33b6b71d86f3.darkside@gentoo
1 commit: 3924937295cb1098b6ca3d20337c33b6b71d86f3
2 Author: Jeremy Olexa <darkside <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 4 18:20:49 2011 +0000
4 Commit: Jeremy Olexa <darkside <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 4 18:20:49 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/devmanual.git;a=commit;h=%(rev)
7
8 typo
9
10 ---
11 ebuild-writing/eapi/text.xml | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/ebuild-writing/eapi/text.xml b/ebuild-writing/eapi/text.xml
15 index 97dc48f..0a63c5b 100644
16 --- a/ebuild-writing/eapi/text.xml
17 +++ b/ebuild-writing/eapi/text.xml
18 @@ -323,7 +323,7 @@ src_compile() {
19 <p>
20 The <c>unpack</c> command supports xz-archives and xz-compressed tar
21 files. Please note that the ebuilds must ensure that
22 - <c>app-arch/xz-utils</c> are installed.
23 + <c>app-arch/xz-utils</c> is installed.
24 </p>
25 </li>
26 </ul>