diff options
author | Francesco Riosa <vivo75@gmail.com> | 2017-08-16 22:16:53 +0200 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2017-08-18 13:29:38 +0300 |
commit | 034e493553d0bfe9006176049bc54ce6a42edf9c (patch) | |
tree | 20b06f92c38fe607b927d3c34a90418b764a5ec6 /dev-libs/botan | |
parent | dev-python/pyscard: cleanup (diff) | |
download | gentoo-034e493553d0bfe9006176049bc54ce6a42edf9c.tar.gz gentoo-034e493553d0bfe9006176049bc54ce6a42edf9c.tar.bz2 gentoo-034e493553d0bfe9006176049bc54ce6a42edf9c.zip |
dev-libs/botan: enable python-3.6
The package build with python 3.6
Diffstat (limited to 'dev-libs/botan')
-rw-r--r-- | dev-libs/botan/botan-2.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/botan/botan-2.1.0.ebuild b/dev-libs/botan/botan-2.1.0.ebuild index 68a37543dcc7..92b8610e1899 100644 --- a/dev-libs/botan/botan-2.1.0.ebuild +++ b/dev-libs/botan/botan-2.1.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="6" -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit multilib python-r1 toolchain-funcs |