commit: 1135e0fc290955ec836523fcc2f866f005da0a4b Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org> AuthorDate: Thu Nov 30 05:54:32 2017 +0000 Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org> CommitDate: Thu Nov 30 05:54:52 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1135e0fc
leechcraft.eclass: fix comment about supported EAPI versions eclass/leechcraft.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/leechcraft.eclass b/eclass/leechcraft.eclass index 1c80745f524..ce55a941ce1 100644 --- a/eclass/leechcraft.eclass +++ b/eclass/leechcraft.eclass @@ -18,7 +18,7 @@ # # Thanks for original eclass to Andrian Nord <[email protected]>. # -# Only EAPI >4 supported +# Only EAPI >=6 is supported case ${EAPI:-0} in 6) ;;
