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: Tue, 07 Jan 2020 20:13:31
Message-Id: 1578427871.5a76338309f431e6ba46365cdebfd5d3d4a930b6.gyakovlev@gentoo
1 commit: 5a76338309f431e6ba46365cdebfd5d3d4a930b6
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 7 20:10:34 2020 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 7 20:11:11 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a763383
7
8 dev-java/icedtea: make webstart opt-in
9
10 Copyright: Sony Interactive Entertainment Inc.
11 Package-Manager: Portage-2.3.79, Repoman-2.3.16
12 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
13
14 dev-java/icedtea/icedtea-3.13.0.ebuild | 4 ++--
15 dev-java/icedtea/icedtea-3.14.0.ebuild | 4 ++--
16 2 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/dev-java/icedtea/icedtea-3.13.0.ebuild b/dev-java/icedtea/icedtea-3.13.0.ebuild
19 index b68d66cb8ce..ce1979057ab 100644
20 --- a/dev-java/icedtea/icedtea-3.13.0.ebuild
21 +++ b/dev-java/icedtea/icedtea-3.13.0.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2019 Gentoo Authors
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 # Build written by Andrew John Hughes (gnu_andrew@××××××××××.org)
28 @@ -71,7 +71,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
29
30 IUSE="+alsa cacao +cups doc examples +gtk headless-awt
31 jamvm +jbootstrap kerberos libressl nsplugin pax_kernel +pch
32 - pulseaudio sctp selinux shenandoah smartcard +source +system-lcms test +webstart zero"
33 + pulseaudio sctp selinux shenandoah smartcard +source +system-lcms test webstart zero"
34
35 RESTRICT="!test? ( test )"
36 REQUIRED_USE="gtk? ( !headless-awt )"
37
38 diff --git a/dev-java/icedtea/icedtea-3.14.0.ebuild b/dev-java/icedtea/icedtea-3.14.0.ebuild
39 index c52bf327654..03d9440ef6c 100644
40 --- a/dev-java/icedtea/icedtea-3.14.0.ebuild
41 +++ b/dev-java/icedtea/icedtea-3.14.0.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2019 Gentoo Authors
44 +# Copyright 1999-2020 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 # Build written by Andrew John Hughes (gnu_andrew@××××××××××.org)
48 @@ -71,7 +71,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
49
50 IUSE="+alsa cacao +cups doc examples +gtk headless-awt
51 jamvm +jbootstrap kerberos libressl nsplugin pax_kernel +pch
52 - pulseaudio sctp selinux shenandoah smartcard +source +system-lcms test +webstart zero"
53 + pulseaudio sctp selinux shenandoah smartcard +source +system-lcms test webstart zero"
54
55 RESTRICT="!test? ( test )"
56 REQUIRED_USE="gtk? ( !headless-awt )"