diff options
author | Rick Farina <zerochaos@gentoo.org> | 2020-06-17 15:38:08 -0400 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2020-06-17 15:39:30 -0400 |
commit | a6d83decc8dd8fd4dd4b6d21fad92bcae8ec0b08 (patch) | |
tree | 35940394f892d2b83e116e71dfbc6a9761e19c4f /net-nds/jxplorer | |
parent | sys-kernel/gentoo-sources: Linux patch 5.4.47 (diff) | |
download | gentoo-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.ebuild | 4 |
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}" |