dev-java/icedtea-web: Disable nsplugin by default to avoid conflicts
authorJames Le Cuirot <chewi@gentoo.org>
Tue, 5 Jan 2016 13:28:48 +0000 (13:28 +0000)
committerJames Le Cuirot <chewi@gentoo.org>
Tue, 5 Jan 2016 13:29:50 +0000 (13:29 +0000)
It's a dying technology that most people avoid for fear of security
vulnerabilities anyway.

Package-Manager: portage-2.2.26

dev-java/icedtea-web/icedtea-web-1.5.1-r1.ebuild
dev-java/icedtea-web/icedtea-web-1.6.1.ebuild

index e1806e210c32b898c58688f58991fea27979379f..dd000c72551194323ef95cf8cea476dddc66780b 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 # Build written by Andrew John Hughes (ahughes@redhat.com)
@@ -13,7 +13,7 @@ SRC_URI="http://icedtea.classpath.org/download/source/${P}.tar.gz"
 LICENSE="GPL-2 GPL-2-with-linking-exception LGPL-2"
 SLOT="0"
 KEYWORDS="amd64 ~arm ppc ~ppc64 x86"
-IUSE="doc +icedtea7 javascript +nsplugin tagsoup test"
+IUSE="doc +icedtea7 javascript nsplugin tagsoup test"
 RESTRICT="test"
 
 COMMON_DEP="
index 94dc000bfb3395d74e81cdd052fb2681302d107f..695a064b9f7577afe359ceb69d6fbd655d5ec74a 100644 (file)
@@ -14,7 +14,7 @@ SRC_URI="http://icedtea.classpath.org/download/source/${P}.tar.gz"
 LICENSE="GPL-2 GPL-2-with-linking-exception LGPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-IUSE="doc javascript +nsplugin tagsoup test"
+IUSE="doc javascript nsplugin tagsoup test"
 RESTRICT="test"
 
 CDEPEND="javascript? ( dev-java/rhino:1.6 )