summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2022-09-14 22:47:29 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2022-09-14 22:47:29 +0100
commit65bc3164e1417799fae71b69a44b9bee2618bb66 (patch)
tree1bee62921b6aab955e904c47328b25685b9de2ea /eclass
parentvirtual/linux-sources: unkeyword 3-r6 (diff)
downloadportage-65bc3164e1417799fae71b69a44b9bee2618bb66.tar.xz
linux-build.eclass: add missing python dependency
Diffstat (limited to 'eclass')
-rw-r--r--eclass/linux-build.eclass5
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? (