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
This commit is contained in:
James Le Cuirot
2016-04-07 10:26:16 +01:00
parent 38d8dfddcd
commit fa5bbf8a9b

View File

@@ -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"