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:41:32
Message-Id: 061477f9a15522f245ea4fd28a0853153b67beac.darkside@gentoo
1 commit: 061477f9a15522f245ea4fd28a0853153b67beac
2 Author: Jeremy Olexa <darkside <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 4 20:41:18 2011 +0000
4 Commit: Jeremy Olexa <darkside <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 4 20:41:18 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/devmanual.git;a=commit;h=061477f9
7
8 fix 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 0a63c5b..5177891 100644
16 --- a/ebuild-writing/eapi/text.xml
17 +++ b/ebuild-writing/eapi/text.xml
18 @@ -322,7 +322,7 @@ src_compile() {
19 <p><b>unpack supports .xz and .tar.xz</b></p>
20 <p>
21 The <c>unpack</c> command supports xz-archives and xz-compressed tar
22 - files. Please note that the ebuilds must ensure that
23 + files. Please note that the ebuild must ensure that
24 <c>app-arch/xz-utils</c> is installed.
25 </p>
26 </li>