Gentoo Archives: gentoo-commits

From: Nicolas Bock <nicolasbock@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/jabref-bin/
Date: Mon, 28 Dec 2015 23:06:36
Message-Id: 1451343975.99b378c5f5d1075195a7eb09d03d3376bbd019c1.nicolasbock@gentoo
1 commit: 99b378c5f5d1075195a7eb09d03d3376bbd019c1
2 Author: Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 28 23:05:53 2015 +0000
4 Commit: Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 28 23:06:15 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99b378c5
7
8 app-text/jabref-bin: Another RDEPEND fix for java.
9
10 Package-Manager: portage-2.2.24
11
12 app-text/jabref-bin/jabref-bin-3.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-text/jabref-bin/jabref-bin-3.1.ebuild b/app-text/jabref-bin/jabref-bin-3.1.ebuild
16 index f49acba..862601e 100644
17 --- a/app-text/jabref-bin/jabref-bin-3.1.ebuild
18 +++ b/app-text/jabref-bin/jabref-bin-3.1.ebuild
19 @@ -19,7 +19,7 @@ LICENSE="GPL-2"
20 SLOT="0"
21 KEYWORDS="~amd64 ~x86"
22
23 -RDEPEND=">=virtual/jre-1.8"
24 +RDEPEND="|| ( >=virtual/jre-1.8 >=virtual/jdk-1.8 )"
25
26 S="${WORKDIR}"