From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1CD8359CB1 for ; Tue, 12 Apr 2016 16:56:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B7CDE083A; Tue, 12 Apr 2016 16:56:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C1375E083A for ; Tue, 12 Apr 2016 16:56:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A2917340B19 for ; Tue, 12 Apr 2016 16:56:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24D1522B for ; Tue, 12 Apr 2016 16:56:02 +0000 (UTC) From: "Andrew John Hughes" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew John Hughes" Message-ID: <1460480135.6c9773b46c4f2f10218ebebff20a886494768d77.gnu_andrew@gentoo> Subject: [gentoo-commits] proj/java:master commit in: dev-java/icedtea/ X-VCS-Repository: proj/java X-VCS-Files: dev-java/icedtea/ChangeLog dev-java/icedtea/icedtea-3.0.0.ebuild X-VCS-Directories: dev-java/icedtea/ X-VCS-Committer: gnu_andrew X-VCS-Committer-Name: Andrew John Hughes X-VCS-Revision: 6c9773b46c4f2f10218ebebff20a886494768d77 X-VCS-Branch: master Date: Tue, 12 Apr 2016 16:56:02 +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-Archives-Salt: 482eca76-9ef3-47bc-9a86-f93303f40283 X-Archives-Hash: b163e9fd58ae6aa5f8f842b26b2e840d commit: 6c9773b46c4f2f10218ebebff20a886494768d77 Author: Andrew John Hughes member fsf org> AuthorDate: Tue Apr 12 16:55:35 2016 +0000 Commit: Andrew John Hughes member fsf org> CommitDate: Tue Apr 12 16:55:35 2016 +0000 URL: https://gitweb.gentoo.org/proj/java.git/commit/?id=6c9773b4 dev-java/icedtea-3.0.0: Disable sunec USE flag by default until #579676 is resolved. Package-Manager: portage-2.2.27 dev-java/icedtea/ChangeLog | 5 +++++ dev-java/icedtea/icedtea-3.0.0.ebuild | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/dev-java/icedtea/ChangeLog b/dev-java/icedtea/ChangeLog index 79f526c..32327ab 100644 --- a/dev-java/icedtea/ChangeLog +++ b/dev-java/icedtea/ChangeLog @@ -2,6 +2,11 @@ # Copyright 1999-2016 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 12 Apr 2016; Andrew John Hughes + icedtea-3.0.0.ebuild: + dev-java/icedtea-3.0.0: Disable sunec USE flag by default until #579676 is + resolved. + *icedtea-3.0.0 (08 Apr 2016) 08 Apr 2016; Andrew John Hughes diff --git a/dev-java/icedtea/icedtea-3.0.0.ebuild b/dev-java/icedtea/icedtea-3.0.0.ebuild index a17c4ab..4a14ee2 100644 --- a/dev-java/icedtea/icedtea-3.0.0.ebuild +++ b/dev-java/icedtea/icedtea-3.0.0.ebuild @@ -64,7 +64,7 @@ KEYWORDS="~amd64" IUSE="+alsa cacao cjk +cups debug doc examples +gtk headless-awt jamvm +jbootstrap libressl nsplugin pax_kernel - pulseaudio sctp selinux smartcard +source +sunec test +webstart zero" + pulseaudio sctp selinux smartcard +source sunec test +webstart zero" REQUIRED_USE="gtk? ( !headless-awt )"