Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/file-format/
Date: Sun, 12 Nov 2017 20:37:25
Message-Id: 1510518963.a111caea919770d5dba7a6316e9001691cd04342.ulm@gentoo
1 commit: a111caea919770d5dba7a6316e9001691cd04342
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 27 20:57:19 2017 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 12 20:36:03 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=a111caea
7
8 ebuild-writing/file-format: Describe syntax of suffixes correctly.
9
10 Version suffixes _alpha, _beta, etc. can be followed by an unsigned
11 integer, including zero.
12 PMS reference: https://projects.gentoo.org/pms/6/pms.html#x1-300003.2
13
14 Bug: https://bugs.gentoo.org/635630
15
16 ebuild-writing/file-format/text.xml | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/ebuild-writing/file-format/text.xml b/ebuild-writing/file-format/text.xml
20 index 56758f1..5f2bf93 100644
21 --- a/ebuild-writing/file-format/text.xml
22 +++ b/ebuild-writing/file-format/text.xml
23 @@ -82,7 +82,7 @@ what portage considers to be the 'lowest' version comes first.
24 </table>
25
26 <p>
27 -Any of these suffixes may be followed by a non-zero positive integer.
28 +Any of these suffixes may be followed by an unsigned integer.
29 </p>
30
31 <p>