summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2020-09-18 22:25:27 -0700
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2020-09-18 22:25:27 -0700
commita0bb0879fdbf4ec347737af3582ac17c5bcc1aba (patch)
tree68fb6e83731ee974f1251b829c5434f8805b199d /app-text/jabref-bin/jabref-bin-3.8.1.ebuild
parentapp-text/jabref-bin: switch to openjdk[javafx] (diff)
downloadgentoo-a0bb0879fdbf4ec347737af3582ac17c5bcc1aba.tar.gz
gentoo-a0bb0879fdbf4ec347737af3582ac17c5bcc1aba.tar.bz2
gentoo-a0bb0879fdbf4ec347737af3582ac17c5bcc1aba.zip
app-text/jabref-bin: adjust jre dep
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'app-text/jabref-bin/jabref-bin-3.8.1.ebuild')
-rw-r--r--app-text/jabref-bin/jabref-bin-3.8.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/jabref-bin/jabref-bin-3.8.1.ebuild b/app-text/jabref-bin/jabref-bin-3.8.1.ebuild
index c69c8a61c6e9..3217186a6601 100644
--- a/app-text/jabref-bin/jabref-bin-3.8.1.ebuild
+++ b/app-text/jabref-bin/jabref-bin-3.8.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -21,7 +21,7 @@ KEYWORDS="~amd64 ~x86"
DEPEND="app-arch/unzip"
-RDEPEND=">=virtual/jre-1.8"
+RDEPEND="virtual/jre:1.8"
S="${WORKDIR}"