diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2017-11-30 08:54:32 +0300 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2017-11-30 08:54:52 +0300 |
commit | 1135e0fc290955ec836523fcc2f866f005da0a4b (patch) | |
tree | d2f2dc88d6699b9706174952785b9c3254888121 /eclass/leechcraft.eclass | |
parent | app-admin/ansible: 2.4.2.0 bup (diff) | |
download | gentoo-1135e0fc290955ec836523fcc2f866f005da0a4b.tar.gz gentoo-1135e0fc290955ec836523fcc2f866f005da0a4b.tar.bz2 gentoo-1135e0fc290955ec836523fcc2f866f005da0a4b.zip |
leechcraft.eclass: fix comment about supported EAPI versions
Diffstat (limited to 'eclass/leechcraft.eclass')
-rw-r--r-- | eclass/leechcraft.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
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 <NightNord@niifaq.ru>. # -# Only EAPI >4 supported +# Only EAPI >=6 is supported case ${EAPI:-0} in 6) ;; |