dev-java/lucene: Relax junit version restriction in 3.6.2
authorJames Le Cuirot <chewi@gentoo.org>
Thu, 7 Apr 2016 09:26:16 +0000 (10:26 +0100)
committerJames Le Cuirot <chewi@gentoo.org>
Thu, 7 Apr 2016 09:26:52 +0000 (10:26 +0100)
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

index 20f5c6fe143337a78744308d56b089db2cd771a7..74a379f7e7273b8459f585132426bfa04985563b 100644 (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"