summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2024-07-31 09:14:20 +0200
committerPacho Ramos <pacho@gentoo.org>2024-07-31 11:23:06 +0200
commit3824b15098ec28af3c49c7ecdecfda754f9a6ea5 (patch)
tree1c3106730e8a2ecc576eaaf44804e240ef00d09d /sci-libs/dlib
parentsci-chemistry/votca: sync live ebuild (diff)
downloadgentoo-3824b15098ec28af3c49c7ecdecfda754f9a6ea5.tar.gz
gentoo-3824b15098ec28af3c49c7ecdecfda754f9a6ea5.tar.bz2
gentoo-3824b15098ec28af3c49c7ecdecfda754f9a6ea5.zip
sci-libs/dlib: enable py3.12
Bug: https://bugs.gentoo.org/916526 Closes: https://bugs.gentoo.org/929771 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'sci-libs/dlib')
-rw-r--r--sci-libs/dlib/dlib-19.24.2.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/sci-libs/dlib/dlib-19.24.2.ebuild b/sci-libs/dlib/dlib-19.24.2.ebuild
index dd936a0dc155..f7967da999d3 100644
--- a/sci-libs/dlib/dlib-19.24.2.ebuild
+++ b/sci-libs/dlib/dlib-19.24.2.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
+DISTUTILS_EXT=1
DISTUTILS_OPTIONAL=1
inherit cmake cuda distutils-r1