summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Bock <nicolasbock@gentoo.org>2015-12-28 16:05:53 -0700
committerNicolas Bock <nicolasbock@gentoo.org>2015-12-28 16:06:15 -0700
commit99b378c5f5d1075195a7eb09d03d3376bbd019c1 (patch)
tree834a1a56c94c73e9e98a9f04554e4733f06e0c4e /app-text
parentnet-libs/biblesync: New package, dep of xiphos 4 (diff)
downloadgentoo-99b378c5f5d1075195a7eb09d03d3376bbd019c1.tar.gz
gentoo-99b378c5f5d1075195a7eb09d03d3376bbd019c1.tar.bz2
gentoo-99b378c5f5d1075195a7eb09d03d3376bbd019c1.zip
app-text/jabref-bin: Another RDEPEND fix for java.
Package-Manager: portage-2.2.24
Diffstat (limited to 'app-text')
-rw-r--r--app-text/jabref-bin/jabref-bin-3.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/jabref-bin/jabref-bin-3.1.ebuild b/app-text/jabref-bin/jabref-bin-3.1.ebuild
index f49acbadb70b..862601ec7b4e 100644
--- a/app-text/jabref-bin/jabref-bin-3.1.ebuild
+++ b/app-text/jabref-bin/jabref-bin-3.1.ebuild
@@ -19,7 +19,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-RDEPEND=">=virtual/jre-1.8"
+RDEPEND="|| ( >=virtual/jre-1.8 >=virtual/jdk-1.8 )"
S="${WORKDIR}"