diff options
author | 2020-04-23 14:00:25 +0500 | |
---|---|---|
committer | 2020-04-23 14:00:25 +0500 | |
commit | 0ba5e2509f53383f07bccf124d44c0cf5d6cbb60 (patch) | |
tree | 73b93fb51ce381897324f6a5451a3b9073d9bbb3 /dev-java | |
parent | media-plugins/alsa-sndio: New Package (diff) | |
download | guru-0ba5e2509f53383f07bccf124d44c0cf5d6cbb60.tar.gz guru-0ba5e2509f53383f07bccf124d44c0cf5d6cbb60.tar.bz2 guru-0ba5e2509f53383f07bccf124d44c0cf5d6cbb60.zip |
dev-java/openjdk-sts-bin: Removed examples, fixed building
Removed examples due that do not distributing throught upstream
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Denis Reva <denis7774@gmail.com>
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/openjdk-sts-bin/openjdk-sts-bin-14.0.1_p7.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/dev-java/openjdk-sts-bin/openjdk-sts-bin-14.0.1_p7.ebuild b/dev-java/openjdk-sts-bin/openjdk-sts-bin-14.0.1_p7.ebuild index c7602a983..dfd49c032 100644 --- a/dev-java/openjdk-sts-bin/openjdk-sts-bin-14.0.1_p7.ebuild +++ b/dev-java/openjdk-sts-bin/openjdk-sts-bin-14.0.1_p7.ebuild @@ -26,7 +26,7 @@ DESCRIPTION="Prebuilt Java JDK binaries provided by AdoptOpenJDK. Short Term Sup HOMEPAGE="https://adoptopenjdk.net" LICENSE="GPL-2-with-classpath-exception" KEYWORDS="~amd64 ~arm ~arm64 ~ppc64" -IUSE="alsa cups examples -gentoo-vm headless-awt source" +IUSE="alsa cups -gentoo-vm headless-awt source" RDEPEND=" media-libs/fontconfig:1.0 @@ -70,10 +70,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 |