diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2022-01-07 16:33:48 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2022-01-07 16:34:16 -0800 |
commit | d8a2f3ab3cc9ff41d049b8fa7374299765a16148 (patch) | |
tree | 08859242410b693a4eebcc6fe341b25e118c228b | |
parent | games-simulation/EmptyEpsilon: Stabilize 2021.06.23-r1 amd64, #830721 (diff) | |
download | gentoo-d8a2f3ab3cc9ff41d049b8fa7374299765a16148.tar.gz gentoo-d8a2f3ab3cc9ff41d049b8fa7374299765a16148.tar.bz2 gentoo-d8a2f3ab3cc9ff41d049b8fa7374299765a16148.zip |
dev-java/openjdk: disable pch by default
Bug: https://bugs.gentoo.org/822690
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
-rw-r--r-- | dev-java/openjdk/openjdk-11.0.13_p8.ebuild | 4 | ||||
-rw-r--r-- | dev-java/openjdk/openjdk-17.0.1_p12.ebuild | 4 | ||||
-rw-r--r-- | dev-java/openjdk/openjdk-8.312_p07.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-java/openjdk/openjdk-11.0.13_p8.ebuild b/dev-java/openjdk/openjdk-11.0.13_p8.ebuild index 9a2b30aa4483..69df241d39c5 100644 --- a/dev-java/openjdk/openjdk-11.0.13_p8.ebuild +++ b/dev-java/openjdk/openjdk-11.0.13_p8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,7 +17,7 @@ SRC_URI="https://github.com/${PN}/jdk${SLOT}u-dev/archive/refs/tags/jdk-${MY_PV} LICENSE="GPL-2" KEYWORDS="amd64 ~arm arm64 ppc64" -IUSE="alsa cups debug doc examples gentoo-vm headless-awt javafx +jbootstrap +pch selinux source systemtap" +IUSE="alsa cups debug doc examples gentoo-vm headless-awt javafx +jbootstrap pch selinux source systemtap" COMMON_DEPEND=" media-libs/freetype:2= diff --git a/dev-java/openjdk/openjdk-17.0.1_p12.ebuild b/dev-java/openjdk/openjdk-17.0.1_p12.ebuild index 6472dfd14950..313ab34e7f6f 100644 --- a/dev-java/openjdk/openjdk-17.0.1_p12.ebuild +++ b/dev-java/openjdk/openjdk-17.0.1_p12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/openjdk/jdk${SLOT}u/archive/refs/tags/jdk-${MY_PV}.t LICENSE="GPL-2" KEYWORDS="amd64 ~arm arm64 ppc64" -IUSE="alsa cups debug doc examples gentoo-vm headless-awt javafx +jbootstrap +pch selinux source systemtap" +IUSE="alsa cups debug doc examples gentoo-vm headless-awt javafx +jbootstrap pch selinux source systemtap" COMMON_DEPEND=" media-libs/freetype:2= diff --git a/dev-java/openjdk/openjdk-8.312_p07.ebuild b/dev-java/openjdk/openjdk-8.312_p07.ebuild index 6ee82279c9fc..31cde0da51a6 100644 --- a/dev-java/openjdk/openjdk-8.312_p07.ebuild +++ b/dev-java/openjdk/openjdk-8.312_p07.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -44,7 +44,7 @@ SRC_URI=" LICENSE="GPL-2" SLOT="$(ver_cut 1)" KEYWORDS="amd64 arm64 ppc64 x86" -IUSE="alsa debug cups doc examples headless-awt javafx +jbootstrap +pch selinux source" +IUSE="alsa debug cups doc examples headless-awt javafx +jbootstrap pch selinux source" COMMON_DEPEND=" media-libs/freetype:2= |