summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2018-01-27 16:51:20 +0000
committerBertrand Jacquin <bertrand@jacquin.bzh>2018-03-07 01:30:12 +0000
commitcf586019d514f8625fbde3d2cfb5d8d810a8f418 (patch)
tree46cafe8869e9b3294ac0d84970b484f02cf10a40 /eclass
parentprofiles/enlightenment/build/native: Add sys-devel/clang:4 and (diff)
downloadportage-cf586019d514f8625fbde3d2cfb5d8d810a8f418.tar.xz
sys-kernel: Bump to EAPI 6
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'eclass')
-rw-r--r--eclass/linux-build.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/linux-build.eclass b/eclass/linux-build.eclass
index 159aacc0..d417843f 100644
--- a/eclass/linux-build.eclass
+++ b/eclass/linux-build.eclass
@@ -9,7 +9,7 @@
# Build kernel properly
case "${EAPI:-0}" in
- 5)
+ 6)
;;
*) die "Unsupported EAPI=${EAPI} (unknown) for ${ECLASS}"
;;