Skip to content

Commit

Permalink
dev-java/openjdk-bin: drop examples useflag from latest package
Browse files Browse the repository at this point in the history
upstream no longer provides them in the tarball

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <[email protected]>
  • Loading branch information
gyakovlev committed Apr 21, 2020
1 parent e84ae99 commit 21d1d22
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions dev-java/openjdk-bin/openjdk-bin-11.0.7_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 examples +gentoo-vm headless-awt nsplugin selinux source webstart"
IUSE="alsa cups doc +gentoo-vm headless-awt nsplugin selinux source webstart"

RDEPEND="
media-libs/fontconfig:1.0
Expand Down Expand Up @@ -74,10 +74,6 @@ src_install() {
rm -v lib/libjsound.* || die
fi

if ! use examples ; then
rm -vr demo/ || die
fi

if use headless-awt ; then
rm -v lib/lib*{[jx]awt,splashscreen}* || die
fi
Expand Down

0 comments on commit 21d1d22

Please sign in to comment.