diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2017-04-04 10:49:59 -0700 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2017-04-04 10:50:19 -0700 |
commit | c044fc400e6d0a5a4fa74b2bd650470afee6ba37 (patch) | |
tree | 9bc127f0b88bf0e8b6544c29074f614842964737 /dev-libs/boost | |
parent | dev-db/percona-xtrabackup: Remove dev-libs/openssl from {R,}DEPEND (diff) | |
download | gentoo-c044fc400e6d0a5a4fa74b2bd650470afee6ba37.tar.gz gentoo-c044fc400e6d0a5a4fa74b2bd650470afee6ba37.tar.bz2 gentoo-c044fc400e6d0a5a4fa74b2bd650470afee6ba37.zip |
dev-libs/boost: Add python3_6 to PYTHON_COMPAT in 1.63
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-libs/boost')
-rw-r--r-- | dev-libs/boost/boost-1.63.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/boost/boost-1.63.0.ebuild b/dev-libs/boost/boost-1.63.0.ebuild index c986f70097eb..65b9dc40f073 100644 --- a/dev-libs/boost/boost-1.63.0.ebuild +++ b/dev-libs/boost/boost-1.63.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,5,6}} ) inherit eutils flag-o-matic multiprocessing python-r1 toolchain-funcs versionator multilib-minimal |