diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2020-09-05 09:28:04 -0400 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2020-09-05 09:28:04 -0400 |
commit | fc5e4e943c76eaf023cf204420b5b4d0a755a8d9 (patch) | |
tree | bab1b15f46e469a003a4ac8ee194d8c55eb41e63 | |
parent | ebf75ea74c972091d1b2681957f2df6b8ba59d4b (diff) | |
download | gentoo-overlay-fc5e4e943c76eaf023cf204420b5b4d0a755a8d9.tar.xz gentoo-overlay-fc5e4e943c76eaf023cf204420b5b4d0a755a8d9.zip |
openjdk: sync
-rw-r--r-- | dev-java/openjdk/openjdk-14.0.2_p12.ebuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/dev-java/openjdk/openjdk-14.0.2_p12.ebuild b/dev-java/openjdk/openjdk-14.0.2_p12.ebuild index 9155c09..d9e002e 100644 --- a/dev-java/openjdk/openjdk-14.0.2_p12.ebuild +++ b/dev-java/openjdk/openjdk-14.0.2_p12.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://hg.${PN}.java.net/jdk-updates/jdk${SLOT}u/archive/jdk-${MY_PV}. LICENSE="GPL-2" KEYWORDS="~amd64 ~arm ~arm64 ~ppc64" -IUSE="alsa cups debug doc examples gentoo-vm headless-awt javafx +jbootstrap nsplugin +pch selinux source systemtap webstart" +IUSE="alsa cups debug doc examples gentoo-vm headless-awt javafx +jbootstrap +pch selinux source systemtap" COMMON_DEPEND=" media-libs/freetype:2= @@ -65,11 +65,6 @@ DEPEND=" javafx? ( dev-java/openjfx:${SLOT}= ) " -PDEPEND=" - webstart? ( >=dev-java/icedtea-web-1.6.1:0 ) - nsplugin? ( >=dev-java/icedtea-web-1.6.1:0[nsplugin] ) -" - REQUIRED_USE="javafx? ( alsa !headless-awt )" S="${WORKDIR}/jdk${SLOT}u-jdk-${MY_PV}" |