summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Farina <zerochaos@gentoo.org>2020-06-17 15:38:08 -0400
committerRick Farina <zerochaos@gentoo.org>2020-06-17 15:39:30 -0400
commita6d83decc8dd8fd4dd4b6d21fad92bcae8ec0b08 (patch)
tree35940394f892d2b83e116e71dfbc6a9761e19c4f /net-nds/jxplorer
parentsys-kernel/gentoo-sources: Linux patch 5.4.47 (diff)
downloadgentoo-a6d83decc8dd8fd4dd4b6d21fad92bcae8ec0b08.tar.gz
gentoo-a6d83decc8dd8fd4dd4b6d21fad92bcae8ec0b08.tar.bz2
gentoo-a6d83decc8dd8fd4dd4b6d21fad92bcae8ec0b08.zip
net-nds/jxplorer: fix build when system-vm jdk:11
Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Rick Farina <zerochaos@gentoo.org>
Diffstat (limited to 'net-nds/jxplorer')
-rw-r--r--net-nds/jxplorer/jxplorer-3.3.1.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-nds/jxplorer/jxplorer-3.3.1.2.ebuild b/net-nds/jxplorer/jxplorer-3.3.1.2.ebuild
index 161a2fe5f6cc..ff20bda345bc 100644
--- a/net-nds/jxplorer/jxplorer-3.3.1.2.ebuild
+++ b/net-nds/jxplorer/jxplorer-3.3.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -26,7 +26,7 @@ RDEPEND="
DEPEND="
${CDEPEND}
- >=virtual/jdk-1.5
+ virtual/jdk:1.8
test? ( dev-java/junit:0 )"
S="${WORKDIR}/${PN}"