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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BEAE3138347 for ; Tue, 7 Jan 2020 20:13:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82C66E0954; Tue, 7 Jan 2020 20:13:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 56C1EE08B0 for ; Tue, 7 Jan 2020 20:13:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DFBEC34DEB4 for ; Tue, 7 Jan 2020 20:13:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 27B2892 for ; Tue, 7 Jan 2020 20:13:27 +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: <1578427871.5a76338309f431e6ba46365cdebfd5d3d4a930b6.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.13.0.ebuild dev-java/icedtea/icedtea-3.14.0.ebuild X-VCS-Directories: dev-java/icedtea/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 5a76338309f431e6ba46365cdebfd5d3d4a930b6 X-VCS-Branch: master Date: Tue, 7 Jan 2020 20:13:27 +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: 1494c231-8606-4831-a8ce-418a4d08b713 X-Archives-Hash: 07384aa2f06dfd7fa27d7b391ed98563 commit: 5a76338309f431e6ba46365cdebfd5d3d4a930b6 Author: Georgy Yakovlev gentoo org> AuthorDate: Tue Jan 7 20:10:34 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Tue Jan 7 20:11:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a763383 dev-java/icedtea: make webstart opt-in Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Georgy Yakovlev gentoo.org> dev-java/icedtea/icedtea-3.13.0.ebuild | 4 ++-- dev-java/icedtea/icedtea-3.14.0.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-java/icedtea/icedtea-3.13.0.ebuild b/dev-java/icedtea/icedtea-3.13.0.ebuild index b68d66cb8ce..ce1979057ab 100644 --- a/dev-java/icedtea/icedtea-3.13.0.ebuild +++ b/dev-java/icedtea/icedtea-3.13.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Build written by Andrew John Hughes (gnu_andrew@member.fsf.org) @@ -71,7 +71,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" IUSE="+alsa cacao +cups doc examples +gtk headless-awt jamvm +jbootstrap kerberos libressl nsplugin pax_kernel +pch - pulseaudio sctp selinux shenandoah smartcard +source +system-lcms test +webstart zero" + pulseaudio sctp selinux shenandoah smartcard +source +system-lcms test webstart zero" RESTRICT="!test? ( test )" REQUIRED_USE="gtk? ( !headless-awt )" diff --git a/dev-java/icedtea/icedtea-3.14.0.ebuild b/dev-java/icedtea/icedtea-3.14.0.ebuild index c52bf327654..03d9440ef6c 100644 --- a/dev-java/icedtea/icedtea-3.14.0.ebuild +++ b/dev-java/icedtea/icedtea-3.14.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Build written by Andrew John Hughes (gnu_andrew@member.fsf.org) @@ -71,7 +71,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" IUSE="+alsa cacao +cups doc examples +gtk headless-awt jamvm +jbootstrap kerberos libressl nsplugin pax_kernel +pch - pulseaudio sctp selinux shenandoah smartcard +source +system-lcms test +webstart zero" + pulseaudio sctp selinux shenandoah smartcard +source +system-lcms test webstart zero" RESTRICT="!test? ( test )" REQUIRED_USE="gtk? ( !headless-awt )"