diff options
author | Horea Christian <chr@chymera.eu> | 2024-01-22 08:06:04 -0500 |
---|---|---|
committer | Horea Christian <chr@chymera.eu> | 2024-01-22 08:06:04 -0500 |
commit | bd124d7ea8ea99fae51ada07062fc0bfd2bf3bc5 (patch) | |
tree | 5cb0a1567710ce1c17e209b55a9f584a3a73d4db /sys-devel | |
parent | sys-devel/DPC++: updated libtool dependency category (diff) | |
download | sci-bd124d7ea8ea99fae51ada07062fc0bfd2bf3bc5.tar.gz sci-bd124d7ea8ea99fae51ada07062fc0bfd2bf3bc5.tar.bz2 sci-bd124d7ea8ea99fae51ada07062fc0bfd2bf3bc5.zip |
sys-devel/DPC++: enable py3.12
Signed-off-by: Horea Christian <chr@chymera.eu>
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/DPC++/DPC++-2022.12.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 2ebbc198a..348b6f8d6 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_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) 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 1d3558eff..ee2077566 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_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit cmake python-any-r1 DOCS_BUILDER="doxygen" DOCS_DIR="build/docs" diff --git a/sys-devel/DPC++/DPC++-2022.12.ebuild b/sys-devel/DPC++/DPC++-2022.12.ebuild index e598d8e09..be9a59fec 100644 --- a/sys-devel/DPC++/DPC++-2022.12.ebuild +++ b/sys-devel/DPC++/DPC++-2022.12.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit cmake python-any-r1 DOCS_BUILDER="doxygen" DOCS_DIR="build/docs" |