From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-970998-garchives=archives.gentoo.org@lists.gentoo.org>
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 5F0C11396D1
	for <garchives@archives.gentoo.org>; Tue,  5 Sep 2017 07:14:33 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 65B201FC00F;
	Tue,  5 Sep 2017 07:14:32 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 451FC1FC002
	for <gentoo-commits@lists.gentoo.org>; Tue,  5 Sep 2017 07:14:32 +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 4F4F6341683
	for <gentoo-commits@lists.gentoo.org>; Tue,  5 Sep 2017 07:14:31 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C6368E34
	for <gentoo-commits@lists.gentoo.org>; Tue,  5 Sep 2017 07:14:30 +0000 (UTC)
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" <soap@gentoo.org>
Message-ID: <1504595609.52a61970f1a8780db95fb89219cab66c9a05e7c0.soap@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/graph-tool/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/graph-tool/graph-tool-9999.ebuild
X-VCS-Directories: dev-python/graph-tool/
X-VCS-Committer: soap
X-VCS-Committer-Name: David Seifert
X-VCS-Revision: 52a61970f1a8780db95fb89219cab66c9a05e7c0
X-VCS-Branch: master
Date: Tue,  5 Sep 2017 07:14:30 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 28ff65c6-a798-49e0-aa38-17d30551c9ff
X-Archives-Hash: 1cc662a6e73d654d7234c5c3184d3967

commit:     52a61970f1a8780db95fb89219cab66c9a05e7c0
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  5 07:13:29 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Sep  5 07:13:29 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52a61970

dev-python/graph-tool: Update live ebuild

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-python/graph-tool/graph-tool-9999.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-python/graph-tool/graph-tool-9999.ebuild b/dev-python/graph-tool/graph-tool-9999.ebuild
index f6a94cb3f9b..cf9f4302985 100644
--- a/dev-python/graph-tool/graph-tool-9999.ebuild
+++ b/dev-python/graph-tool/graph-tool-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit check-reqs python-r1 toolchain-funcs
 
@@ -25,11 +25,11 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
 	${PYTHON_DEPS}
-	dev-libs/boost:=[python,${PYTHON_USEDEP}]
+	dev-libs/boost:=[context,python,${PYTHON_USEDEP}]
 	dev-libs/expat
 	dev-python/numpy[${PYTHON_USEDEP}]
 	sci-libs/scipy[${PYTHON_USEDEP}]
-	sci-mathematics/cgal
+	>=sci-mathematics/cgal-4.9
 	cairo? (
 		dev-cpp/cairomm
 		dev-python/pycairo[${PYTHON_USEDEP}]
@@ -64,7 +64,6 @@ src_configure() {
 	configure() {
 		econf \
 			--disable-static \
-			--disable-optimization \
 			$(use_enable openmp) \
 			$(use_enable cairo) \
 			--with-boost-python="${EPYTHON: -3}${threads}"