commit: e0157f6f68726348c983f26fc15520f8c887d869
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 15 10:08:27 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Dec 15 10:09:02 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0157f6f
sci-chemistry/openbabel: bump EAPI=8, add python310
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
sci-chemistry/openbabel/openbabel-3.1.1_p20210225.ebuild | 4 ++--
sci-chemistry/openbabel/openbabel-9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/sci-chemistry/openbabel/openbabel-3.1.1_p20210225.ebuild
b/sci-chemistry/openbabel/openbabel-3.1.1_p20210225.ebuild
index 0ae9671774ae..67ac61c1741b 100644
--- a/sci-chemistry/openbabel/openbabel-3.1.1_p20210225.ebuild
+++ b/sci-chemistry/openbabel/openbabel-3.1.1_p20210225.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
WX_GTK_VER=3.0-gtk3
inherit cmake desktop flag-o-matic perl-functions python-r1 toolchain-funcs
wxwidgets xdg-utils
diff --git a/sci-chemistry/openbabel/openbabel-9999.ebuild
b/sci-chemistry/openbabel/openbabel-9999.ebuild
index 8f231a4565a2..baf793cb651c 100644
--- a/sci-chemistry/openbabel/openbabel-9999.ebuild
+++ b/sci-chemistry/openbabel/openbabel-9999.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
WX_GTK_VER=3.0-gtk3
inherit cmake desktop flag-o-matic perl-functions python-r1 toolchain-funcs
wxwidgets xdg-utils