From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3E5D1158086 for ; Sat, 8 Jan 2022 00:39:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CD4FE077F; Sat, 8 Jan 2022 00:39:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E35F5E077F for ; Sat, 8 Jan 2022 00:39:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A3E01342E2B for ; Sat, 8 Jan 2022 00:39:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F0EE232 for ; Sat, 8 Jan 2022 00:39:07 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1641602332.f0f3ff5a10bc59678b46498cc4def0056957144b.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/icedtea/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/icedtea/icedtea-3.21.0.ebuild X-VCS-Directories: dev-java/icedtea/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: f0f3ff5a10bc59678b46498cc4def0056957144b X-VCS-Branch: master Date: Sat, 8 Jan 2022 00:39:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cb88135e-a95a-4d51-9df6-15107c9a7d3f X-Archives-Hash: 3708be3f42a765a3e725b56045fe00a6 commit: f0f3ff5a10bc59678b46498cc4def0056957144b Author: Georgy Yakovlev gentoo org> AuthorDate: Sat Jan 8 00:38:52 2022 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Sat Jan 8 00:38:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0f3ff5a dev-java/icedtea: disable pch by default Signed-off-by: Georgy Yakovlev gentoo.org> dev-java/icedtea/icedtea-3.21.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/icedtea/icedtea-3.21.0.ebuild b/dev-java/icedtea/icedtea-3.21.0.ebuild index b4f4020fce29..9e6737770814 100644 --- a/dev-java/icedtea/icedtea-3.21.0.ebuild +++ b/dev-java/icedtea/icedtea-3.21.0.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 # Build written by Andrew John Hughes (gnu_andrew@member.fsf.org) @@ -69,7 +69,7 @@ LICENSE="Apache-1.1 Apache-2.0 GPL-1 GPL-2 GPL-2-with-linking-exception LGPL-2 M KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" IUSE="+alsa cacao +cups doc examples +gtk headless-awt - jamvm +jbootstrap kerberos pax-kernel +pch + jamvm +jbootstrap kerberos pax-kernel pch pulseaudio sctp selinux shenandoah smartcard +source +system-lcms test zero" RESTRICT="!test? ( test )"