summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2020-09-04 23:26:29 -0700
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2020-09-04 23:31:18 -0700
commit51453144b7d14752d0ee4edb78a770862f1cb2fa (patch)
treecfee26cc5294c5afa90b35de3f5284ff11bdd6e1 /dev-java/icedtea-bin/icedtea-bin-3.16.0.ebuild
parentdev-java/openjdk-jre-bin: drop nsplugin, webstart useflags (diff)
downloadgentoo-51453144b7d14752d0ee4edb78a770862f1cb2fa.tar.gz
gentoo-51453144b7d14752d0ee4edb78a770862f1cb2fa.tar.bz2
gentoo-51453144b7d14752d0ee4edb78a770862f1cb2fa.zip
dev-java/icedtea-bin: drop nsplugin, webstart useflags
Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'dev-java/icedtea-bin/icedtea-bin-3.16.0.ebuild')
-rw-r--r--dev-java/icedtea-bin/icedtea-bin-3.16.0.ebuild13
1 files changed, 3 insertions, 10 deletions
diff --git a/dev-java/icedtea-bin/icedtea-bin-3.16.0.ebuild b/dev-java/icedtea-bin/icedtea-bin-3.16.0.ebuild
index 930f0f3ad547..0d8ff65ee21c 100644
--- a/dev-java/icedtea-bin/icedtea-bin-3.16.0.ebuild
+++ b/dev-java/icedtea-bin/icedtea-bin-3.16.0.ebuild
@@ -30,12 +30,9 @@ HOMEPAGE="http://icedtea.classpath.org"
LICENSE="GPL-2-with-classpath-exception"
SLOT="8"
KEYWORDS="-* amd64 ~arm arm64 ppc64 x86"
-IUSE="+alsa big-endian cups doc examples +gtk headless-awt nsplugin pulseaudio selinux source webstart"
+IUSE="+alsa big-endian cups doc examples +gtk headless-awt pulseaudio selinux source"
-REQUIRED_USE="
- gtk? ( !headless-awt )
- nsplugin? ( !headless-awt )
-"
+REQUIRED_USE="gtk? ( !headless-awt )"
RESTRICT="preserve-libs strip"
QA_PREBUILT="opt/.*"
@@ -73,11 +70,7 @@ RDEPEND="
)
"
-PDEPEND="
- webstart? ( >=dev-java/icedtea-web-1.6.1:0 )
- nsplugin? ( >=dev-java/icedtea-web-1.6.1:0[nsplugin] )
- pulseaudio? ( dev-java/icedtea-sound )
-"
+PDEPEND="pulseaudio? ( dev-java/icedtea-sound )"
S="${WORKDIR}"