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 20:33:10
Message-Id: 1451334767.fb16b286658091b77194a4c86c26ccd814ced471.nicolasbock@gentoo
1 commit: fb16b286658091b77194a4c86c26ccd814ced471
2 Author: Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 28 20:32:21 2015 +0000
4 Commit: Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 28 20:32:47 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb16b286
7
8 app-text/jabref-bin: Fix java dependence
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 0bb35a2..f49acba 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.6"
24 +RDEPEND=">=virtual/jre-1.8"
25
26 S="${WORKDIR}"