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/icedtea/
Date: Sat, 08 Jan 2022 00:39:14
Message-Id: 1641602332.f0f3ff5a10bc59678b46498cc4def0056957144b.gyakovlev@gentoo
1 commit: f0f3ff5a10bc59678b46498cc4def0056957144b
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 8 00:38:52 2022 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 8 00:38:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0f3ff5a
7
8 dev-java/icedtea: disable pch by default
9
10 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
11
12 dev-java/icedtea/icedtea-3.21.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-java/icedtea/icedtea-3.21.0.ebuild b/dev-java/icedtea/icedtea-3.21.0.ebuild
16 index b4f4020fce29..9e6737770814 100644
17 --- a/dev-java/icedtea/icedtea-3.21.0.ebuild
18 +++ b/dev-java/icedtea/icedtea-3.21.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 # Build written by Andrew John Hughes (gnu_andrew@××××××××××.org)
25 @@ -69,7 +69,7 @@ LICENSE="Apache-1.1 Apache-2.0 GPL-1 GPL-2 GPL-2-with-linking-exception LGPL-2 M
26 KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
27
28 IUSE="+alsa cacao +cups doc examples +gtk headless-awt
29 - jamvm +jbootstrap kerberos pax-kernel +pch
30 + jamvm +jbootstrap kerberos pax-kernel pch
31 pulseaudio sctp selinux shenandoah smartcard +source +system-lcms test zero"
32
33 RESTRICT="!test? ( test )"