Skip to content

Commit

Permalink
kernel-2.eclass: enable eapi6
Browse files Browse the repository at this point in the history
  • Loading branch information
aliceinwire committed Mar 6, 2017
1 parent 49246d9 commit ec670d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/kernel-2.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ case ${EAPI:-0} in
0|1)
EXPORT_FUNCTIONS src_{unpack,compile,install,test} \
pkg_{setup,preinst,postinst,postrm} ;;
2|3|4|5)
2|3|4|5|6)
EXPORT_FUNCTIONS src_{unpack,prepare,compile,install,test} \
pkg_{setup,preinst,postinst,postrm} ;;
*) die "${ECLASS}: EAPI ${EAPI} not supported" ;;
Expand Down

0 comments on commit ec670d5

Please sign in to comment.