Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/openjdk/
Date: Sat, 16 Oct 2021 17:50:10
Message-Id: 1634406525.cd62473a2ddbc133373f24b7a442a5b8e8bc6068.gyakovlev@gentoo
1 commit: cd62473a2ddbc133373f24b7a442a5b8e8bc6068
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 16 17:47:54 2021 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 16 17:48:45 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd62473a
7
8 dev-java/openjdk: small QA fixed for 17
9
10 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
11
12 dev-java/openjdk/openjdk-17_p35.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-java/openjdk/openjdk-17_p35.ebuild b/dev-java/openjdk/openjdk-17_p35.ebuild
16 index 6160f6ab521..4a3c37acc0f 100644
17 --- a/dev-java/openjdk/openjdk-17_p35.ebuild
18 +++ b/dev-java/openjdk/openjdk-17_p35.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=6
22
23 -inherit autotools check-reqs eapi7-ver flag-o-matic java-pkg-2 java-vm-2 multiprocessing pax-utils toolchain-funcs
24 +inherit check-reqs eapi7-ver flag-o-matic java-pkg-2 java-vm-2 multiprocessing pax-utils toolchain-funcs
25
26 MY_PV="${PV//_p/+}"
27 SLOT="$(ver_cut 1)"
28 @@ -263,7 +263,7 @@ pkg_postinst() {
29 if use gentoo-vm ; then
30 ewarn "WARNING! You have enabled the gentoo-vm USE flag, making this JDK"
31 ewarn "recognised by the system. This will almost certainly break"
32 - ewarn "many java ebuilds as they are not ready for openjdk-11"
33 + ewarn "many java ebuilds as they are not ready for openjdk-${SLOT}"
34 else
35 ewarn "The experimental gentoo-vm USE flag has not been enabled so this JDK"
36 ewarn "will not be recognised by the system. For example, simply calling"