Skip to content

Commit

Permalink
dev-java/openjdk-bin: drop nsplugin, webstart useflags
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Georgy Yakovlev <[email protected]>
  • Loading branch information
gyakovlev committed Sep 5, 2020
1 parent 078b415 commit 76f4642
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
1 change: 0 additions & 1 deletion dev-java/openjdk-bin/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@
<flag name="headless-awt">Don't install the X backend for AWT, needed by some GUIs (used to be X flag)</flag>
<flag name="gentoo-vm">Allow this JDK to be recognised by Gentoo (package manager, eselect, java-config, EXPERIMENTAL!)</flag>
<flag name="source">Install JVM sources</flag>
<flag name="webstart">Provide javaws command through symlink to icedtea-web</flag>
</use>
</pkgmetadata>
5 changes: 1 addition & 4 deletions dev-java/openjdk-bin/openjdk-bin-11.0.8_p10.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ DESCRIPTION="Prebuilt Java JDK binaries provided by AdoptOpenJDK"
HOMEPAGE="https://adoptopenjdk.net"
LICENSE="GPL-2-with-classpath-exception"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
IUSE="alsa cups doc +gentoo-vm headless-awt nsplugin selinux source webstart"
IUSE="alsa cups doc +gentoo-vm headless-awt selinux source"

RDEPEND="
media-libs/fontconfig:1.0
Expand All @@ -45,9 +45,6 @@ RDEPEND="
x11-libs/libXtst
)"

PDEPEND="webstart? ( >=dev-java/icedtea-web-1.6.1:0 )
nsplugin? ( >=dev-java/icedtea-web-1.6.1:0[nsplugin] )"

RESTRICT="preserve-libs splitdebug"
QA_PREBUILT="*"

Expand Down
5 changes: 1 addition & 4 deletions dev-java/openjdk-bin/openjdk-bin-8.265_p01.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ SRC_URI="
LICENSE="GPL-2-with-classpath-exception"
KEYWORDS="amd64 ~arm arm64 ~ppc64"

IUSE="alsa cups examples headless-awt nsplugin selinux source webstart"
IUSE="alsa cups examples headless-awt selinux source"

RDEPEND="
media-libs/fontconfig:1.0
Expand All @@ -47,9 +47,6 @@ RDEPEND="
)
"

PDEPEND="webstart? ( >=dev-java/icedtea-web-1.6.1:0 )
nsplugin? ( >=dev-java/icedtea-web-1.6.1:0[nsplugin] )"

RESTRICT="preserve-libs strip"
QA_PREBUILT="*"

Expand Down

0 comments on commit 76f4642

Please sign in to comment.