java-vm-2.eclass: Raise eselect-java min version to 0.4.0
authorJames Le Cuirot <chewi@gentoo.org>
Sun, 4 Mar 2018 20:15:43 +0000 (20:15 +0000)
committerJames Le Cuirot <chewi@gentoo.org>
Wed, 7 Mar 2018 22:53:45 +0000 (22:53 +0000)
eclass/java-vm-2.eclass

index 4e053deb0ea94f091ba6c0343f1b7ccba025ae5d..9deef1c8eedf2316c578d69038936a2b444c77a4 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: java-vm-2.eclass
@@ -20,7 +20,7 @@ EXPORT_FUNCTIONS pkg_setup pkg_postinst pkg_prerm pkg_postrm
 
 RDEPEND="
        >=dev-java/java-config-2.2.0-r3
-       >=app-eselect/eselect-java-0.2.0"
+       >=app-eselect/eselect-java-0.4.0"
 DEPEND="${RDEPEND}"
 
 export WANT_JAVA_CONFIG=2