Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jmh-core/
Date: Sun, 05 Aug 2018 15:04:25
Message-Id: 1533481456.ee854ca33fd36a7a418868c279c21b9acc683f75.monsieurp@gentoo
1 commit: ee854ca33fd36a7a418868c279c21b9acc683f75
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 5 15:03:47 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 5 15:04:16 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee854ca3
7
8 dev-java/jmh-core: fix jopt-simple dependency.
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 dev-java/jmh-core/jmh-core-1.4.1.ebuild | 9 ++++-----
13 1 file changed, 4 insertions(+), 5 deletions(-)
14
15 diff --git a/dev-java/jmh-core/jmh-core-1.4.1.ebuild b/dev-java/jmh-core/jmh-core-1.4.1.ebuild
16 index ea497f21447..7cc5df2b780 100644
17 --- a/dev-java/jmh-core/jmh-core-1.4.1.ebuild
18 +++ b/dev-java/jmh-core/jmh-core-1.4.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI="5"
25 @@ -21,11 +21,10 @@ KEYWORDS="~amd64 ~x86"
26 # jopt *must* be 4.6, see http://mail.openjdk.java.net/pipermail/jmh-dev/2016-October/002395.html
27 CDEPEND="
28 dev-java/asm:4
29 - dev-java/commons-math:3
30 - =dev-java/jopt-simple-4.6:0
31 dev-java/junit:4
32 - source? ( app-arch/zip )
33 -"
34 + dev-java/commons-math:3
35 + dev-java/jopt-simple:4.6
36 + source? ( app-arch/zip )"
37
38 DEPEND=">=virtual/jdk-1.7
39 ${CDEPEND}"