summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2016-09-03 20:20:24 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2016-09-04 00:07:38 +0100
commitb8cff252630bfde32877e3255c2bd5e4585c8e49 (patch)
tree7c4392704763b736ff742d7e176c706b91bbaf78 /eclass
parentsys-fs/static-dev: Move to EAPI 6 (diff)
downloadportage-b8cff252630bfde32877e3255c2bd5e4585c8e49.tar.xz
eclass/linux-build: Move to EAPI 6
Diffstat (limited to 'eclass')
-rw-r--r--eclass/linux-build.eclass4
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/linux-build.eclass b/eclass/linux-build.eclass
index 11e595fb..835a027b 100644
--- a/eclass/linux-build.eclass
+++ b/eclass/linux-build.eclass
@@ -10,7 +10,7 @@
# Build kernel properly
case "${EAPI:-0}" in
- 5)
+ 6)
;;
*) die "Unsupported EAPI=${EAPI} (unknown) for ${ECLASS}"
;;
@@ -293,6 +293,8 @@ _linux-build_src_prepare_build() {
}
linux-build_src_prepare() {
+ default
+
bopt=(
-C "${SRCDIR}"
KBUILD_OUTPUT="${BUILDDIR}"