diff options
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/DPC++/DPC++-2021.12.ebuild | 2 | ||||
-rw-r--r-- | sys-devel/DPC++/DPC++-2022.09.ebuild | 2 | ||||
-rw-r--r-- | sys-devel/oneDPL/oneDPL-2021.7.1.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/DPC++/DPC++-2021.12.ebuild b/sys-devel/DPC++/DPC++-2021.12.ebuild index b9db037f3..c967983d7 100644 --- a/sys-devel/DPC++/DPC++-2021.12.ebuild +++ b/sys-devel/DPC++/DPC++-2021.12.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit cmake python-any-r1 DOCS_BUILDER="doxygen" DOCS_DIR="build/docs" diff --git a/sys-devel/DPC++/DPC++-2022.09.ebuild b/sys-devel/DPC++/DPC++-2022.09.ebuild index ddf5e0918..a7fd591a1 100644 --- a/sys-devel/DPC++/DPC++-2022.09.ebuild +++ b/sys-devel/DPC++/DPC++-2022.09.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit cmake python-any-r1 DOCS_BUILDER="doxygen" DOCS_DIR="build/docs" diff --git a/sys-devel/oneDPL/oneDPL-2021.7.1.ebuild b/sys-devel/oneDPL/oneDPL-2021.7.1.ebuild index a7a6ee748..7db9cb0b6 100644 --- a/sys-devel/oneDPL/oneDPL-2021.7.1.ebuild +++ b/sys-devel/oneDPL/oneDPL-2021.7.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 # Missing deps for documentation -# PYTHON_COMPAT=( python3_{8..11} ) +# PYTHON_COMPAT=( python3_{10..11} ) # DOCS_BUILDER="sphinx" # DOCS_DIR="documentation/library_guide" # DOCS_AUTODOC=0 |