summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2018-08-05 17:03:47 +0200
committerPatrice Clement <monsieurp@gentoo.org>2018-08-05 17:04:16 +0200
commitee854ca33fd36a7a418868c279c21b9acc683f75 (patch)
tree8957b9097178e3d2148baf00144a48c506fe0439 /dev-java
parentdev-java/jopt-simple: add back version 4.6 with a SLOT. (diff)
downloadgentoo-ee854ca33fd36a7a418868c279c21b9acc683f75.tar.gz
gentoo-ee854ca33fd36a7a418868c279c21b9acc683f75.tar.bz2
gentoo-ee854ca33fd36a7a418868c279c21b9acc683f75.zip
dev-java/jmh-core: fix jopt-simple dependency.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-java')
-rw-r--r--dev-java/jmh-core/jmh-core-1.4.1.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/dev-java/jmh-core/jmh-core-1.4.1.ebuild b/dev-java/jmh-core/jmh-core-1.4.1.ebuild
index ea497f214475..7cc5df2b7800 100644
--- a/dev-java/jmh-core/jmh-core-1.4.1.ebuild
+++ b/dev-java/jmh-core/jmh-core-1.4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
@@ -21,11 +21,10 @@ KEYWORDS="~amd64 ~x86"
# jopt *must* be 4.6, see http://mail.openjdk.java.net/pipermail/jmh-dev/2016-October/002395.html
CDEPEND="
dev-java/asm:4
- dev-java/commons-math:3
- =dev-java/jopt-simple-4.6:0
dev-java/junit:4
- source? ( app-arch/zip )
-"
+ dev-java/commons-math:3
+ dev-java/jopt-simple:4.6
+ source? ( app-arch/zip )"
DEPEND=">=virtual/jdk-1.7
${CDEPEND}"