diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-09-18 22:25:27 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-09-18 22:25:27 -0700 |
commit | a0bb0879fdbf4ec347737af3582ac17c5bcc1aba (patch) | |
tree | 68fb6e83731ee974f1251b829c5434f8805b199d /app-text/jabref-bin/jabref-bin-3.7.ebuild | |
parent | app-text/jabref-bin: switch to openjdk[javafx] (diff) | |
download | gentoo-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.7.ebuild')
-rw-r--r-- | app-text/jabref-bin/jabref-bin-3.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/jabref-bin/jabref-bin-3.7.ebuild b/app-text/jabref-bin/jabref-bin-3.7.ebuild index 1e671d607b1b..7ce3bd08767b 100644 --- a/app-text/jabref-bin/jabref-bin-3.7.ebuild +++ b/app-text/jabref-bin/jabref-bin-3.7.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 @@ -22,7 +22,7 @@ DEPEND=" app-arch/unzip " RDEPEND=" - >=virtual/jre-1.8 + virtual/jre:1.8 " S="${WORKDIR}" |