diff options
author | 2021-05-15 14:40:16 +0100 | |
---|---|---|
committer | 2021-05-15 14:58:33 +0100 | |
commit | 1bd2ef769772bb886f9269fc10919e3833e5e268 (patch) | |
tree | 3274f95d9f0133543d9d55820ac61cfb59b107d2 /dev-libs/distorm3/distorm3-3.5.2.ebuild | |
parent | dev-libs/capstone: allow python-3.10 (diff) | |
download | gentoo-1bd2ef769772bb886f9269fc10919e3833e5e268.tar.gz gentoo-1bd2ef769772bb886f9269fc10919e3833e5e268.tar.bz2 gentoo-1bd2ef769772bb886f9269fc10919e3833e5e268.zip |
dev-libs/distorm3: 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/distorm3/distorm3-3.5.2.ebuild')
-rw-r--r-- | dev-libs/distorm3/distorm3-3.5.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/distorm3/distorm3-3.5.2.ebuild b/dev-libs/distorm3/distorm3-3.5.2.ebuild index ca0ec447e8d4..ae5d013926ab 100644 --- a/dev-libs/distorm3/distorm3-3.5.2.ebuild +++ b/dev-libs/distorm3/distorm3-3.5.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{7,8,9,10} ) inherit distutils-r1 |