diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2017-02-13 12:03:33 +0200 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2017-02-13 12:04:03 +0200 |
commit | 9a07330ce08ea5543a88a678e4b44bde163e8a86 (patch) | |
tree | 166b79eaeeff7cbfcdd6cfe5249bda8672847c92 /dev-libs | |
parent | dev-python/nosexcover: PYTHON_COMPAT: add python3_6 (diff) | |
download | gentoo-9a07330ce08ea5543a88a678e4b44bde163e8a86.tar.gz gentoo-9a07330ce08ea5543a88a678e4b44bde163e8a86.tar.bz2 gentoo-9a07330ce08ea5543a88a678e4b44bde163e8a86.zip |
dev-libs/botan: add python-3.5 support
Bug: 601344
Package-Manager: portage-2.3.3
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/botan/botan-1.10.15-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/botan/botan-1.10.15-r1.ebuild b/dev-libs/botan/botan-1.10.15-r1.ebuild index ac4e7fb31ed6..27517a562a8e 100644 --- a/dev-libs/botan/botan-1.10.15-r1.ebuild +++ b/dev-libs/botan/botan-1.10.15-r1.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI="6" -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit eutils multilib python-r1 toolchain-funcs |