commit: ed57d7479b904aa765841b03d92742be9d8276db Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Aug 6 11:38:41 2017 +0000 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org> CommitDate: Mon Sep 25 04:09:47 2017 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=ed57d747
general-concepts/ebuild-revisions: by default -> when empty (more precise) general-concepts/ebuild-revisions/text.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/general-concepts/ebuild-revisions/text.xml b/general-concepts/ebuild-revisions/text.xml index 012745f..f2d7234 100644 --- a/general-concepts/ebuild-revisions/text.xml +++ b/general-concepts/ebuild-revisions/text.xml @@ -8,8 +8,9 @@ Ebuilds may have a Gentoo revision number associated with them. This is a <c>-rX</c> suffix, where <c>X</c> is an integer <d/> see <uri link="::ebuild-writing/file-format#File Naming Rules"/>. This -component must only be used for Gentoo changes, not upstream releases. By -default, <c>-r0</c> is implied. +component must only be used for Gentoo changes, not upstream releases. +An ebuild with no explicit revision number has the implicit <c>-r0</c> +revision. </p> <p>
