diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2021-05-15 14:39:02 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-05-15 14:58:33 +0100 |
commit | 6fa10f11c1d1eaececa7334da36fd59c6f6cbcea (patch) | |
tree | 23f151127e927e69a953fbb7500d5a54f25bb19e /dev-libs/capstone | |
parent | dev-lang/erlang: drop old (diff) | |
download | gentoo-6fa10f11c1d1eaececa7334da36fd59c6f6cbcea.tar.gz gentoo-6fa10f11c1d1eaececa7334da36fd59c6f6cbcea.tar.bz2 gentoo-6fa10f11c1d1eaececa7334da36fd59c6f6cbcea.zip |
dev-libs/capstone: allow python-3.10
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-libs/capstone')
-rw-r--r-- | dev-libs/capstone/capstone-4.0.2-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/capstone/capstone-4.0.2-r2.ebuild b/dev-libs/capstone/capstone-4.0.2-r2.ebuild index 5597a9c44c0b..7e0bcec945e3 100644 --- a/dev-libs/capstone/capstone-4.0.2-r2.ebuild +++ b/dev-libs/capstone/capstone-4.0.2-r2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DISTUTILS_OPTIONAL=1 -PYTHON_COMPAT=( python{3_7,3_8,3_9} ) +PYTHON_COMPAT=( python{3_7,3_8,3_9,3_10} ) inherit cmake distutils-r1 toolchain-funcs |