diff options
author | Pacho Ramos <pacho@gentoo.org> | 2024-07-30 21:50:38 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2024-07-30 23:11:52 +0200 |
commit | 5d3e567b539bca53f8b2b3862a75320257a043cc (patch) | |
tree | 539f1566fbc39c480ec2a8988326cf80ab2944cf /sci-chemistry | |
parent | sci-geosciences/mapserver: bump version to 8.0.2 (diff) | |
download | gentoo-5d3e567b539bca53f8b2b3862a75320257a043cc.tar.gz gentoo-5d3e567b539bca53f8b2b3862a75320257a043cc.tar.bz2 gentoo-5d3e567b539bca53f8b2b3862a75320257a043cc.zip |
sci-chemistry/openbabel: enable py3.12
Closes: https://bugs.gentoo.org/929759
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/openbabel/openbabel-3.1.1_p20210225-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |