Gentoo Archives: gentoo-commits

From: Markos Chandras <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/functions/src_install/
Date: Sun, 04 May 2014 12:07:25
Message-Id: 1399204984.afae00687d935fd570620021b7eac46b55d78e86.hwoarang@gentoo
1 commit: afae00687d935fd570620021b7eac46b55d78e86
2 Author: Markos Chandras <hwoarang <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 4 12:03:04 2014 +0000
4 Commit: Markos Chandras <hwoarang <AT> gentoo <DOT> org>
5 CommitDate: Sun May 4 12:03:04 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/devmanual.git;a=commit;h=afae0068
7
8 src_install: EAPI names are strings and not numbers
9
10 Thanks to Ulrich Müller <ulm <AT> gentoo.org>
11 Link: https://bugs.gentoo.org/show_bug.cgi?id=486146#c9
12
13 ---
14 ebuild-writing/functions/src_install/text.xml | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/ebuild-writing/functions/src_install/text.xml b/ebuild-writing/functions/src_install/text.xml
18 index fe0a738..2e86cc3 100644
19 --- a/ebuild-writing/functions/src_install/text.xml
20 +++ b/ebuild-writing/functions/src_install/text.xml
21 @@ -62,7 +62,7 @@ src_install() {
22 fi
23 }
24 </codesample>
25 -<important>The following examples assume EAPI &#8805; 4</important>
26 +<important>The following examples assume EAPI 4 or later</important>
27 </body>
28 </section>