commit: cdcf4a28409daa7c56a0c2c94054f48bd5e43c6d Author: Mike Frysinger <vapier <AT> chromium <DOT> org> AuthorDate: Tue Oct 2 17:20:04 2018 +0000 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org> CommitDate: Tue Oct 2 17:20:04 2018 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=cdcf4a28
man: ebuild: clarify revision handling in PVR/PF Signed-off-by: Mike Frysinger <vapier <AT> gentoo.org> man/ebuild.5 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/man/ebuild.5 b/man/ebuild.5 index 9f491dd73..d085d5a92 100644 --- a/man/ebuild.5 +++ b/man/ebuild.5 @@ -392,13 +392,17 @@ Contains the revision number or 'r0' if no revision number exists. xfree\-4.2.1\-r2.ebuild \-\-> $PR=='r2' .TP .B PVR -Contains the version number with the revision. +Contains the version number with the revision (if non-zero). +xfree\-4.2.1.ebuild \-\-> $PVR=='4.2.1' +.nf xfree\-4.2.1\-r2.ebuild \-\-> $PVR=='4.2.1\-r2' .TP .B PF Contains the full package name \fBPN\fR\-\fBPVR\fR +xfree\-4.2.1.ebuild \-\-> $PF=='xfree\-4.2.1' +.nf xfree\-4.2.1\-r2.ebuild \-\-> $PF=='xfree\-4.2.1\-r2' .TP .B CATEGORY
