diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-09-25 15:27:59 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-09-25 15:36:52 +0200 |
commit | 7fcafe7a39582a15eaf4952831420fc1ff62a254 (patch) | |
tree | 62542d5ba0cc6c2d9e4bca8d4b8520d9ddc95b91 /dev-libs/capstone | |
parent | net-vpn/strongswan: Add eap-dynamic feature #631944 (diff) | |
download | gentoo-7fcafe7a39582a15eaf4952831420fc1ff62a254.tar.gz gentoo-7fcafe7a39582a15eaf4952831420fc1ff62a254.tar.bz2 gentoo-7fcafe7a39582a15eaf4952831420fc1ff62a254.zip |
dev-libs/capstone: Support newer python
Package-Manager: Portage-2.3.10, Repoman-2.3.3
Diffstat (limited to 'dev-libs/capstone')
-rw-r--r-- | dev-libs/capstone/capstone-3.0.5_rc2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/capstone/capstone-3.0.5_rc2-r1.ebuild b/dev-libs/capstone/capstone-3.0.5_rc2-r1.ebuild index fa2b87364355..02b42dcd4eae 100644 --- a/dev-libs/capstone/capstone-3.0.5_rc2-r1.ebuild +++ b/dev-libs/capstone/capstone-3.0.5_rc2-r1.ebuild @@ -4,7 +4,7 @@ EAPI=6 DISTUTILS_OPTIONAL=1 -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1 toolchain-funcs |