From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1F323139694 for ; Tue, 4 Apr 2017 17:50:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61CE4E0DB8; Tue, 4 Apr 2017 17:50:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3E01AE0DB8 for ; Tue, 4 Apr 2017 17:50:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2B1D4341130 for ; Tue, 4 Apr 2017 17:50:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BCBD571DC for ; Tue, 4 Apr 2017 17:50:25 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1491328219.c044fc400e6d0a5a4fa74b2bd650470afee6ba37.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/boost/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/boost/boost-1.63.0.ebuild X-VCS-Directories: dev-libs/boost/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: c044fc400e6d0a5a4fa74b2bd650470afee6ba37 X-VCS-Branch: master Date: Tue, 4 Apr 2017 17:50:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 47958e87-23b7-4eaa-8e6a-cc7a27252bca X-Archives-Hash: e628366e6c9b12d15ce11c3d249af158 commit: c044fc400e6d0a5a4fa74b2bd650470afee6ba37 Author: Patrick McLean gentoo org> AuthorDate: Tue Apr 4 17:49:59 2017 +0000 Commit: Patrick McLean gentoo org> CommitDate: Tue Apr 4 17:50:19 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c044fc40 dev-libs/boost: Add python3_6 to PYTHON_COMPAT in 1.63 Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-libs/boost/boost-1.63.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/boost/boost-1.63.0.ebuild b/dev-libs/boost/boost-1.63.0.ebuild index c986f70097e..65b9dc40f07 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