summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2016-09-18 23:28:06 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2016-09-18 23:54:02 +0100
commit2c706f1a8c60540209da895972eae0288b50ebb9 (patch)
tree2f1d515421b5f3e9254d0992f110df855ec52bcf /eclass
parentsys-boot/grub: Drop since epatch_user is now done upstream (diff)
downloadportage-2c706f1a8c60540209da895972eae0288b50ebb9.tar.xz
Revert "eclass/linux-build: Move to EAPI 6"
This reverts commit b8cff252630bfde32877e3255c2bd5e4585c8e49 since https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37c95d50e6107119bdf212bd591b0e7a67605181
Diffstat (limited to 'eclass')
-rw-r--r--eclass/linux-build.eclass4
1 files changed, 1 insertions, 3 deletions
diff --git a/eclass/linux-build.eclass b/eclass/linux-build.eclass
index 835a027b..11e595fb 100644
--- a/eclass/linux-build.eclass
+++ b/eclass/linux-build.eclass
@@ -10,7 +10,7 @@
# Build kernel properly
case "${EAPI:-0}" in
- 6)
+ 5)
;;
*) die "Unsupported EAPI=${EAPI} (unknown) for ${ECLASS}"
;;
@@ -293,8 +293,6 @@ _linux-build_src_prepare_build() {
}
linux-build_src_prepare() {
- default
-
bopt=(
-C "${SRCDIR}"
KBUILD_OUTPUT="${BUILDDIR}"