commit: 5d3e567b539bca53f8b2b3862a75320257a043cc Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Tue Jul 30 19:50:38 2024 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Tue Jul 30 21:11:52 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d3e567b
sci-chemistry/openbabel: enable py3.12 Closes: https://bugs.gentoo.org/929759 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> sci-chemistry/openbabel/openbabel-3.1.1_p20210225-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-chemistry/openbabel/openbabel-3.1.1_p20210225-r1.ebuild b/sci-chemistry/openbabel/openbabel-3.1.1_p20210225-r1.ebuild index bdfef2a675e8..fc4d6cab575e 100644 --- a/sci-chemistry/openbabel/openbabel-3.1.1_p20210225-r1.ebuild +++ b/sci-chemistry/openbabel/openbabel-3.1.1_p20210225-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) WX_GTK_VER=3.2-gtk3 inherit cmake desktop flag-o-matic perl-functions python-r1 toolchain-funcs wxwidgets xdg-utils
