diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2016-01-20 10:51:42 +0300 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2016-01-20 10:53:45 +0300 |
commit | 9f26934bd014df603675edaf7c1f21beda0e3cca (patch) | |
tree | 8bb648918b772e8bb00007648e84efb9940f89e4 /dev-libs/boost | |
parent | Merge remote-tracking branch 'remotes/hydrapolic/vagrant' (diff) | |
download | gentoo-9f26934bd014df603675edaf7c1f21beda0e3cca.tar.gz gentoo-9f26934bd014df603675edaf7c1f21beda0e3cca.tar.bz2 gentoo-9f26934bd014df603675edaf7c1f21beda0e3cca.zip |
dev-libs/boost: add support for Python 3.5
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-libs/boost')
-rw-r--r-- | dev-libs/boost/boost-1.58.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/boost/boost-1.58.0-r1.ebuild b/dev-libs/boost/boost-1.58.0-r1.ebuild index 10cddb994432..d6587ea2b77e 100644 --- a/dev-libs/boost/boost-1.58.0-r1.ebuild +++ b/dev-libs/boost/boost-1.58.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI="5" -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit eutils flag-o-matic multilib multiprocessing python-r1 toolchain-funcs versionator multilib-minimal |