diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2022-09-11 23:30:49 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2022-09-11 23:33:10 +0100 |
commit | 53a1523f03cea9882edfe56e02e65debd2924e78 (patch) | |
tree | 0bb6878d210328ebedc5f0f030711afc4e104e44 | |
parent | sys-kernel/stable-sources: version bump (diff) | |
download | portage-53a1523f03cea9882edfe56e02e65debd2924e78.tar.xz |
eclass/linux-build: bump to EAPI 8
-rw-r--r-- | eclass/linux-build.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/linux-build.eclass b/eclass/linux-build.eclass index a7ccbdb3..2942f43a 100644 --- a/eclass/linux-build.eclass +++ b/eclass/linux-build.eclass @@ -9,7 +9,7 @@ # Build kernel properly case "${EAPI:-0}" in - 6|7) + 7|8) ;; *) die "Unsupported EAPI=${EAPI} (unknown) for ${ECLASS}" ;; |