Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Tue, 21 Sep 2021 08:20:12
Message-Id: 1632210863.61f2e252b389a922d641116a3f44cedb70a22ed5.mgorny@gentoo
1 commit: 61f2e252b389a922d641116a3f44cedb70a22ed5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 21 06:55:22 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 21 07:54:23 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61f2e252
7
8 java-utils-2.eclass: Fix incorrect multi-line @RETURN in doc
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 eclass/java-utils-2.eclass | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/eclass/java-utils-2.eclass b/eclass/java-utils-2.eclass
16 index 0e2ed290284..2c93cbdf0ee 100644
17 --- a/eclass/java-utils-2.eclass
18 +++ b/eclass/java-utils-2.eclass
19 @@ -1565,8 +1565,7 @@ java-pkg_ensure-vm-version-ge() {
20 # Parameters:
21 # $@ - VM version to compare current VM to
22 # @CODE
23 -# @RETURN: zero - current VM version is greater than checked version;
24 -# non-zero - current VM version is not greater than checked version
25 +# @RETURN: zero - current VM version is greater than checked version; non-zero - current VM version is not greater than checked version
26 java-pkg_is-vm-version-ge() {
27 debug-print-function ${FUNCNAME} $*