diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2023-01-21 15:54:24 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2023-01-21 15:55:19 +0000 |
commit | 81d3d1abdda59d22891aacd8363d9fe0952080d3 (patch) | |
tree | 8ff5f7f991676a11aaaadb70b34e7b0ce9962ba4 | |
parent | net-p2p/dogecoin: add compatibility with boost 1.81.0 (diff) | |
download | portage-81d3d1abdda59d22891aacd8363d9fe0952080d3.tar.xz |
linux-build.eclass: disable py3.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 85c73a12..04766400 100644 --- a/eclass/linux-build.eclass +++ b/eclass/linux-build.eclass @@ -17,7 +17,7 @@ esac ETYPE="sources" -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit savedconfig llvm python-any-r1 kernel-2 detect_version |