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 72BBA138334 for ; Thu, 30 May 2019 16:51:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53560E08BB; Thu, 30 May 2019 16:51:40 +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 34CF8E08BB for ; Thu, 30 May 2019 16:51:40 +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 55170345371 for ; Thu, 30 May 2019 16:51:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BBBF6600 for ; Thu, 30 May 2019 16:51:36 +0000 (UTC) From: "David Seifert" 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" Message-ID: <1559235058.ae5760b0853b4659ddc9393d9da8749e9d08a0f0.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-2.19.ebuild dev-python/graph-tool/graph-tool-2.23.ebuild dev-python/graph-tool/graph-tool-2.26.ebuild X-VCS-Directories: dev-python/graph-tool/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: ae5760b0853b4659ddc9393d9da8749e9d08a0f0 X-VCS-Branch: master Date: Thu, 30 May 2019 16:51:36 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 869a8629-ae24-4b40-860b-ea073ac5574e X-Archives-Hash: 7e9490d19764a9cfd5aa9946ffcda96b commit: ae5760b0853b4659ddc9393d9da8749e9d08a0f0 Author: David Seifert gentoo org> AuthorDate: Thu May 30 16:50:58 2019 +0000 Commit: David Seifert gentoo org> CommitDate: Thu May 30 16:50:58 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae5760b0 dev-python/graph-tool: Upper bound on boost * Required in order to prevent failure with new Boost.Python library name. Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: David Seifert gentoo.org> dev-python/graph-tool/graph-tool-2.19.ebuild | 2 +- dev-python/graph-tool/graph-tool-2.23.ebuild | 2 +- dev-python/graph-tool/graph-tool-2.26.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/graph-tool/graph-tool-2.19.ebuild b/dev-python/graph-tool/graph-tool-2.19.ebuild index 25260b09ba8..23f0806166c 100644 --- a/dev-python/graph-tool/graph-tool-2.19.ebuild +++ b/dev-python/graph-tool/graph-tool-2.19.ebuild @@ -25,7 +25,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" ${PYTHON_DEPS} - dev-libs/boost:=[python,${PYTHON_USEDEP}] +