Gentoo Archives: gentoo-commits

From: Alice Ferrazzi <alicef@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Mon, 06 Mar 2017 17:13:58
Message-Id: 1488820413.ec670d56467b6ece124dfc55583006ef19ec95a6.alicef@gentoo
1 commit: ec670d56467b6ece124dfc55583006ef19ec95a6
2 Author: Alice Ferrazzi <alicef <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 6 17:12:41 2017 +0000
4 Commit: Alice Ferrazzi <alicef <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 6 17:13:33 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec670d56
7
8 kernel-2.eclass: enable eapi6
9
10 eclass/kernel-2.eclass | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
14 index d0f7eb95f79..478b6b8c0a0 100644
15 --- a/eclass/kernel-2.eclass
16 +++ b/eclass/kernel-2.eclass
17 @@ -197,7 +197,7 @@ case ${EAPI:-0} in
18 0|1)
19 EXPORT_FUNCTIONS src_{unpack,compile,install,test} \
20 pkg_{setup,preinst,postinst,postrm} ;;
21 - 2|3|4|5)
22 + 2|3|4|5|6)
23 EXPORT_FUNCTIONS src_{unpack,prepare,compile,install,test} \
24 pkg_{setup,preinst,postinst,postrm} ;;
25 *) die "${ECLASS}: EAPI ${EAPI} not supported" ;;