commit: fa5bbf8a9bcc25b62560fc94641426f1d16600b4
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 7 09:26:16 2016 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Thu Apr 7 09:26:52 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa5bbf8a
dev-java/lucene: Relax junit version restriction in 3.6.2
I can't see any reason why this was restricted to 4.10 other than
that's what upstream used. 4.12 works fine.
Package-Manager: portage-2.2.28
dev-java/lucene/lucene-3.6.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-java/lucene/lucene-3.6.2.ebuild
b/dev-java/lucene/lucene-3.6.2.ebuild
index 20f5c6f..74a379f 100644
--- a/dev-java/lucene/lucene-3.6.2.ebuild
+++ b/dev-java/lucene/lucene-3.6.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -30,7 +30,7 @@ RDEPEND=">=virtual/jdk-1.5
)"
DEPEND="${RDEPEND}
dev-java/ant-nodeps:0
- test? ( =dev-java/junit-4.10*:4
+ test? ( >=dev-java/junit-4.12:4
dev-java/hamcrest-core )
dev-java/ant-junit:0
>=dev-java/ant-ivy-2.2.0:2"