Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Fri, 02 Jul 2021 17:55:39
Message-Id: 1625248527.b1c176731a959ad97992588cb9dd71187a0b1943.fordfrog@gentoo
1 commit: b1c176731a959ad97992588cb9dd71187a0b1943
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 2 17:43:38 2021 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 2 17:55:27 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1c17673
7
8 java-utils-2.eclass: fixed a typo
9
10 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
11
12 eclass/java-utils-2.eclass | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eclass/java-utils-2.eclass b/eclass/java-utils-2.eclass
16 index 3368e6977f6..7b61c0b74cf 100644
17 --- a/eclass/java-utils-2.eclass
18 +++ b/eclass/java-utils-2.eclass
19 @@ -118,7 +118,7 @@ JAVA_PKG_ALLOW_VM_CHANGE=${JAVA_PKG_ALLOW_VM_CHANGE:="yes"}
20 # Normally this is determined from the jre/jdk version specified in RDEPEND.
21 # See java-pkg_get-target function below.
22 #
23 -# Should generallyonly be used for testing and debugging.
24 +# Should generally only be used for testing and debugging.
25 #
26 # emerge bar to be compatible with 1.3
27 # @CODE