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: Tue, 31 Oct 2017 15:18:38
Message-Id: 1509463105.523b4f6e2ce72da0183fd3117f71eff1a265ea66.nicolasbock@gentoo
1 commit: 523b4f6e2ce72da0183fd3117f71eff1a265ea66
2 Author: Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 31 15:17:45 2017 +0000
4 Commit: Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 31 15:18:25 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=523b4f6e
7
8 app-text/jabref-bin: Add proper java target (#635962)
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 app-text/jabref-bin/jabref-bin-4.0.ebuild | 2 ++
13 1 file changed, 2 insertions(+)
14
15 diff --git a/app-text/jabref-bin/jabref-bin-4.0.ebuild b/app-text/jabref-bin/jabref-bin-4.0.ebuild
16 index 8327029bd24..1146ca3e17a 100644
17 --- a/app-text/jabref-bin/jabref-bin-4.0.ebuild
18 +++ b/app-text/jabref-bin/jabref-bin-4.0.ebuild
19 @@ -3,6 +3,8 @@
20
21 EAPI=6
22
23 +JAVA_PKG_WANT_TARGET=1.8
24 +
25 inherit eutils java-pkg-2
26
27 MY_PV_1="${PV/_beta/b}"