commit: ee854ca33fd36a7a418868c279c21b9acc683f75 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Sun Aug 5 15:03:47 2018 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Sun Aug 5 15:04:16 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee854ca3
dev-java/jmh-core: fix jopt-simple dependency. Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-java/jmh-core/jmh-core-1.4.1.ebuild | 9 ++++----- 1 file 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 ea497f21447..7cc5df2b780 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}"