leechcraft.eclass: fix comment about supported EAPI versions
authorSergey Popov <pinkbyte@gentoo.org>
Thu, 30 Nov 2017 05:54:32 +0000 (08:54 +0300)
committerSergey Popov <pinkbyte@gentoo.org>
Thu, 30 Nov 2017 05:54:52 +0000 (08:54 +0300)
eclass/leechcraft.eclass

index 1c80745f524cb98e173a4250996e8c4cd6165f36..ce55a941ce10a65e65d6a37c79569ef8026a23f9 100644 (file)
@@ -18,7 +18,7 @@
 #
 # Thanks for original eclass to Andrian Nord <NightNord@niifaq.ru>.
 #
-# Only EAPI >4 supported
+# Only EAPI >=6 is supported
 
 case ${EAPI:-0} in
        6) ;;