Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/boost/
Date: Tue, 04 Apr 2017 17:50:29
Message-Id: 1491328219.c044fc400e6d0a5a4fa74b2bd650470afee6ba37.chutzpah@gentoo
1 commit: c044fc400e6d0a5a4fa74b2bd650470afee6ba37
2 Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 4 17:49:59 2017 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 4 17:50:19 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c044fc40
7
8 dev-libs/boost: Add python3_6 to PYTHON_COMPAT in 1.63
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 dev-libs/boost/boost-1.63.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/boost/boost-1.63.0.ebuild b/dev-libs/boost/boost-1.63.0.ebuild
16 index c986f70097e..65b9dc40f07 100644
17 --- a/dev-libs/boost/boost-1.63.0.ebuild
18 +++ b/dev-libs/boost/boost-1.63.0.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=6
23 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
24 +PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
25
26 inherit eutils flag-o-matic multiprocessing python-r1 toolchain-funcs versionator multilib-minimal