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, 08 Jan 2022 00:35:46
Message-Id: 1641602056.d8a2f3ab3cc9ff41d049b8fa7374299765a16148.gyakovlev@gentoo
1 commit: d8a2f3ab3cc9ff41d049b8fa7374299765a16148
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 8 00:33:48 2022 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 8 00:34:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8a2f3ab
7
8 dev-java/openjdk: disable pch by default
9
10 Bug: https://bugs.gentoo.org/822690
11 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
12
13 dev-java/openjdk/openjdk-11.0.13_p8.ebuild | 4 ++--
14 dev-java/openjdk/openjdk-17.0.1_p12.ebuild | 4 ++--
15 dev-java/openjdk/openjdk-8.312_p07.ebuild | 4 ++--
16 3 files changed, 6 insertions(+), 6 deletions(-)
17
18 diff --git a/dev-java/openjdk/openjdk-11.0.13_p8.ebuild b/dev-java/openjdk/openjdk-11.0.13_p8.ebuild
19 index 9a2b30aa4483..69df241d39c5 100644
20 --- a/dev-java/openjdk/openjdk-11.0.13_p8.ebuild
21 +++ b/dev-java/openjdk/openjdk-11.0.13_p8.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 +# Copyright 1999-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -17,7 +17,7 @@ SRC_URI="https://github.com/${PN}/jdk${SLOT}u-dev/archive/refs/tags/jdk-${MY_PV}
29 LICENSE="GPL-2"
30 KEYWORDS="amd64 ~arm arm64 ppc64"
31
32 -IUSE="alsa cups debug doc examples gentoo-vm headless-awt javafx +jbootstrap +pch selinux source systemtap"
33 +IUSE="alsa cups debug doc examples gentoo-vm headless-awt javafx +jbootstrap pch selinux source systemtap"
34
35 COMMON_DEPEND="
36 media-libs/freetype:2=
37
38 diff --git a/dev-java/openjdk/openjdk-17.0.1_p12.ebuild b/dev-java/openjdk/openjdk-17.0.1_p12.ebuild
39 index 6472dfd14950..313ab34e7f6f 100644
40 --- a/dev-java/openjdk/openjdk-17.0.1_p12.ebuild
41 +++ b/dev-java/openjdk/openjdk-17.0.1_p12.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2021 Gentoo Authors
44 +# Copyright 1999-2022 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=6
48 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/openjdk/jdk${SLOT}u/archive/refs/tags/jdk-${MY_PV}.t
49 LICENSE="GPL-2"
50 KEYWORDS="amd64 ~arm arm64 ppc64"
51
52 -IUSE="alsa cups debug doc examples gentoo-vm headless-awt javafx +jbootstrap +pch selinux source systemtap"
53 +IUSE="alsa cups debug doc examples gentoo-vm headless-awt javafx +jbootstrap pch selinux source systemtap"
54
55 COMMON_DEPEND="
56 media-libs/freetype:2=
57
58 diff --git a/dev-java/openjdk/openjdk-8.312_p07.ebuild b/dev-java/openjdk/openjdk-8.312_p07.ebuild
59 index 6ee82279c9fc..31cde0da51a6 100644
60 --- a/dev-java/openjdk/openjdk-8.312_p07.ebuild
61 +++ b/dev-java/openjdk/openjdk-8.312_p07.ebuild
62 @@ -1,4 +1,4 @@
63 -# Copyright 1999-2021 Gentoo Authors
64 +# Copyright 1999-2022 Gentoo Authors
65 # Distributed under the terms of the GNU General Public License v2
66
67 EAPI=6
68 @@ -44,7 +44,7 @@ SRC_URI="
69 LICENSE="GPL-2"
70 SLOT="$(ver_cut 1)"
71 KEYWORDS="amd64 arm64 ppc64 x86"
72 -IUSE="alsa debug cups doc examples headless-awt javafx +jbootstrap +pch selinux source"
73 +IUSE="alsa debug cups doc examples headless-awt javafx +jbootstrap pch selinux source"
74
75 COMMON_DEPEND="
76 media-libs/freetype:2=