From: Patrice Clement Date: Sun, 5 Aug 2018 15:03:47 +0000 (+0200) Subject: dev-java/jmh-core: fix jopt-simple dependency. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ee854ca33fd36a7a418868c279c21b9acc683f75;p=gentoo.git dev-java/jmh-core: fix jopt-simple dependency. Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- 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}"