diff options
author | James Le Cuirot <chewi@gentoo.org> | 2016-08-05 20:01:37 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2016-08-05 20:44:02 +0100 |
commit | 659b5398b5a26129d2900fd8015a552c2fbaf3d2 (patch) | |
tree | 5c14244e4f962512285d02bf57d28a49a9d8115f /dev-java | |
parent | games-mud/wxmud: remove deprecated games eclass (diff) | |
download | gentoo-659b5398b5a26129d2900fd8015a552c2fbaf3d2.tar.gz gentoo-659b5398b5a26129d2900fd8015a552c2fbaf3d2.tar.bz2 gentoo-659b5398b5a26129d2900fd8015a552c2fbaf3d2.zip |
dev-java/icedtea-bin: Add missing nsplugin USE flag on icedtea-web dep
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/icedtea-bin/icedtea-bin-3.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-java/icedtea-bin/icedtea-bin-3.1.0.ebuild b/dev-java/icedtea-bin/icedtea-bin-3.1.0.ebuild index e2c45207699b..b71cef4b8eb8 100644 --- a/dev-java/icedtea-bin/icedtea-bin-3.1.0.ebuild +++ b/dev-java/icedtea-bin/icedtea-bin-3.1.0.ebuild @@ -68,7 +68,7 @@ RDEPEND=">=sys-devel/gcc-4.9.3[multilib?] !multilib? ( ${RDEPEND//%/} )" PDEPEND="webstart? ( >=dev-java/icedtea-web-1.6.1:0 ) - nsplugin? ( >=dev-java/icedtea-web-1.6.1:0 ) + nsplugin? ( >=dev-java/icedtea-web-1.6.1:0[nsplugin] ) pulseaudio? ( dev-java/icedtea-sound )" S="${WORKDIR}" |