diff options
author | Ian Delaney <idella4@gentoo.org> | 2015-12-22 20:58:30 +0800 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2015-12-22 20:58:30 +0800 |
commit | 396b0bc47a854daa01b5ce2819011120d41dfac3 (patch) | |
tree | 43029afc217c37bcf3caaf77b89cc5b5eae4bf32 /dev-libs/boost | |
parent | sys-power/apcupsd: Removed old. (diff) | |
download | gentoo-396b0bc47a854daa01b5ce2819011120d41dfac3.tar.gz gentoo-396b0bc47a854daa01b5ce2819011120d41dfac3.tar.bz2 gentoo-396b0bc47a854daa01b5ce2819011120d41dfac3.zip |
dev-libs/boost: add py3.5 support to vn. 1.57.0
Package-Manager: portage-2.2.24
Diffstat (limited to 'dev-libs/boost')
-rw-r--r-- | dev-libs/boost/boost-1.57.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/boost/boost-1.57.0.ebuild b/dev-libs/boost/boost-1.57.0.ebuild index a1273eccd5e9..41eefc05995e 100644 --- a/dev-libs/boost/boost-1.57.0.ebuild +++ b/dev-libs/boost/boost-1.57.0.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI="5" -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) inherit eutils flag-o-matic multilib multiprocessing python-r1 toolchain-funcs versionator multilib-minimal |