diff options
author | Thomas Bettler <thomas.bettler@gmail.com> | 2021-12-17 10:54:59 +0100 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2021-12-18 12:58:34 +0100 |
commit | 0ab40d5c4f5916134d3c1df439b8f282cb2f1a24 (patch) | |
tree | 77769ee762d27326a652a57ced5a80e6eca31f7e /dev-libs/sord | |
parent | app-emulation/protontricks-1.6.2: adjust DISTUTILS_USE_SETUPTOOLS (diff) | |
download | gentoo-0ab40d5c4f5916134d3c1df439b8f282cb2f1a24.tar.gz gentoo-0ab40d5c4f5916134d3c1df439b8f282cb2f1a24.tar.bz2 gentoo-0ab40d5c4f5916134d3c1df439b8f282cb2f1a24.zip |
dev-libs/sord: add python 3.10
Closes: https://bugs.gentoo.org/829426
Signed-off-by: Thomas Bettler <thomas.bettler@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/23363
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'dev-libs/sord')
-rw-r--r-- | dev-libs/sord/sord-0.16.8-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/sord/sord-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/sord/sord-0.16.8-r1.ebuild b/dev-libs/sord/sord-0.16.8-r1.ebuild index 879b669d4ab6..7e4fb5a789ae 100644 --- a/dev-libs/sord/sord-0.16.8-r1.ebuild +++ b/dev-libs/sord/sord-0.16.8-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE='threads(+)' inherit python-any-r1 waf-utils multilib-build multilib-minimal diff --git a/dev-libs/sord/sord-9999.ebuild b/dev-libs/sord/sord-9999.ebuild index ec49a9b8931c..815103371d51 100644 --- a/dev-libs/sord/sord-9999.ebuild +++ b/dev-libs/sord/sord-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE='threads(+)' inherit python-any-r1 waf-utils multilib-build multilib-minimal git-r3 |