Gentoo Archives: gentoo-commits

From: Sergey Popov <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Thu, 30 Nov 2017 05:55:00
Message-Id: 1512021292.1135e0fc290955ec836523fcc2f866f005da0a4b.pinkbyte@gentoo
1 commit: 1135e0fc290955ec836523fcc2f866f005da0a4b
2 Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 30 05:54:32 2017 +0000
4 Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 30 05:54:52 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1135e0fc
7
8 leechcraft.eclass: fix comment about supported EAPI versions
9
10 eclass/leechcraft.eclass | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/eclass/leechcraft.eclass b/eclass/leechcraft.eclass
14 index 1c80745f524..ce55a941ce1 100644
15 --- a/eclass/leechcraft.eclass
16 +++ b/eclass/leechcraft.eclass
17 @@ -18,7 +18,7 @@
18 #
19 # Thanks for original eclass to Andrian Nord <NightNord@××××××.ru>.
20 #
21 -# Only EAPI >4 supported
22 +# Only EAPI >=6 is supported
23
24 case ${EAPI:-0} in
25 6) ;;