commit: bd124d7ea8ea99fae51ada07062fc0bfd2bf3bc5
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Mon Jan 22 13:06:04 2024 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Mon Jan 22 13:06:04 2024 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=bd124d7e
sys-devel/DPC++: enable py3.12
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
sys-devel/DPC++/DPC++-2021.12.ebuild | 2 +-
sys-devel/DPC++/DPC++-2022.09.ebuild | 2 +-
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"