diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2022-09-14 22:47:29 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2022-09-14 22:47:29 +0100 |
commit | 65bc3164e1417799fae71b69a44b9bee2618bb66 (patch) | |
tree | 1bee62921b6aab955e904c47328b25685b9de2ea | |
parent | virtual/linux-sources: unkeyword 3-r6 (diff) | |
download | portage-65bc3164e1417799fae71b69a44b9bee2618bb66.tar.xz |
linux-build.eclass: add missing python dependency
-rw-r--r-- | eclass/linux-build.eclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/linux-build.eclass b/eclass/linux-build.eclass index 2942f43a..d6df01d0 100644 --- a/eclass/linux-build.eclass +++ b/eclass/linux-build.eclass @@ -17,7 +17,7 @@ esac ETYPE="sources" -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit savedconfig llvm python-any-r1 kernel-2 detect_version @@ -46,7 +46,8 @@ REQUIRED_USE="symlink? ( source )" BDEPEND="${BDEPEND} sys-devel/bc sys-apps/diffutils - virtual/libelf" + virtual/libelf + ${PYTHON_DEPS}" DEPEND="${DEPEND} sys-apps/kmod llvm? ( |