From: Sergey Popov Date: Thu, 30 Nov 2017 05:54:32 +0000 (+0300) Subject: leechcraft.eclass: fix comment about supported EAPI versions X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1135e0fc290955ec836523fcc2f866f005da0a4b;p=gentoo.git leechcraft.eclass: fix comment about supported EAPI versions --- diff --git a/eclass/leechcraft.eclass b/eclass/leechcraft.eclass index 1c80745f524c..ce55a941ce10 100644 --- a/eclass/leechcraft.eclass +++ b/eclass/leechcraft.eclass @@ -18,7 +18,7 @@ # # Thanks for original eclass to Andrian Nord . # -# Only EAPI >4 supported +# Only EAPI >=6 is supported case ${EAPI:-0} in 6) ;;