diff options
author | James Le Cuirot <chewi@gentoo.org> | 2016-01-05 13:28:48 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2016-01-05 13:29:50 +0000 |
commit | 267d702a0e3490b57105aa248939b8b951a68304 (patch) | |
tree | 23c3cf70411f04aec284ba3bb1c7ded749922098 /dev-java/icedtea-web/icedtea-web-1.6.1.ebuild | |
parent | dev-python/alembic: Bump (diff) | |
download | gentoo-267d702a0e3490b57105aa248939b8b951a68304.tar.gz gentoo-267d702a0e3490b57105aa248939b8b951a68304.tar.bz2 gentoo-267d702a0e3490b57105aa248939b8b951a68304.zip |
dev-java/icedtea-web: Disable nsplugin by default to avoid conflicts
It's a dying technology that most people avoid for fear of security
vulnerabilities anyway.
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-java/icedtea-web/icedtea-web-1.6.1.ebuild')
-rw-r--r-- | dev-java/icedtea-web/icedtea-web-1.6.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-java/icedtea-web/icedtea-web-1.6.1.ebuild b/dev-java/icedtea-web/icedtea-web-1.6.1.ebuild index 94dc000bfb33..695a064b9f75 100644 --- a/dev-java/icedtea-web/icedtea-web-1.6.1.ebuild +++ b/dev-java/icedtea-web/icedtea-web-1.6.1.ebuild @@ -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 ) |