diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-06-27 21:44:08 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-06-27 22:32:20 +0200 |
commit | 08ce973685967460979d11cf586866738f1fe71a (patch) | |
tree | 8bfc8533e43cbd7f768be0add483de8f522fc28a /dev-libs/botan | |
parent | dev-libs/boost-numpy: Support python3.6 (diff) | |
download | gentoo-08ce973685967460979d11cf586866738f1fe71a.tar.gz gentoo-08ce973685967460979d11cf586866738f1fe71a.tar.bz2 gentoo-08ce973685967460979d11cf586866738f1fe71a.zip |
dev-libs/botan: Support python3.6
Package-Manager: Portage-2.3.41, Repoman-2.3.9
Diffstat (limited to 'dev-libs/botan')
-rw-r--r-- | dev-libs/botan/botan-1.10.17.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/botan/botan-1.10.17.ebuild b/dev-libs/botan/botan-1.10.17.ebuild index 628ee9cef4fe..76f17bc19eef 100644 --- a/dev-libs/botan/botan-1.10.17.ebuild +++ b/dev-libs/botan/botan-1.10.17.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 |