Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/graph-tool/
Date: Thu, 30 May 2019 16:51:41
Message-Id: 1559235058.ae5760b0853b4659ddc9393d9da8749e9d08a0f0.soap@gentoo
1 commit: ae5760b0853b4659ddc9393d9da8749e9d08a0f0
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 30 16:50:58 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu May 30 16:50:58 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae5760b0
7
8 dev-python/graph-tool: Upper bound on boost
9
10 * Required in order to prevent failure with
11 new Boost.Python library name.
12
13 Package-Manager: Portage-2.3.67, Repoman-2.3.13
14 Signed-off-by: David Seifert <soap <AT> gentoo.org>
15
16 dev-python/graph-tool/graph-tool-2.19.ebuild | 2 +-
17 dev-python/graph-tool/graph-tool-2.23.ebuild | 2 +-
18 dev-python/graph-tool/graph-tool-2.26.ebuild | 2 +-
19 3 files changed, 3 insertions(+), 3 deletions(-)
20
21 diff --git a/dev-python/graph-tool/graph-tool-2.19.ebuild b/dev-python/graph-tool/graph-tool-2.19.ebuild
22 index 25260b09ba8..23f0806166c 100644
23 --- a/dev-python/graph-tool/graph-tool-2.19.ebuild
24 +++ b/dev-python/graph-tool/graph-tool-2.19.ebuild
25 @@ -25,7 +25,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
26
27 RDEPEND="
28 ${PYTHON_DEPS}
29 - dev-libs/boost:=[python,${PYTHON_USEDEP}]
30 + <dev-libs/boost-1.70:=[python,${PYTHON_USEDEP}]
31 dev-libs/expat
32 dev-python/numpy[${PYTHON_USEDEP}]
33 sci-libs/scipy[${PYTHON_USEDEP}]
34
35 diff --git a/dev-python/graph-tool/graph-tool-2.23.ebuild b/dev-python/graph-tool/graph-tool-2.23.ebuild
36 index b42f702c4c8..68411e98164 100644
37 --- a/dev-python/graph-tool/graph-tool-2.23.ebuild
38 +++ b/dev-python/graph-tool/graph-tool-2.23.ebuild
39 @@ -25,7 +25,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
40
41 RDEPEND="
42 ${PYTHON_DEPS}
43 - dev-libs/boost:=[context,python,${PYTHON_USEDEP}]
44 + <dev-libs/boost-1.70:=[context,python,${PYTHON_USEDEP}]
45 dev-libs/expat
46 dev-python/numpy[${PYTHON_USEDEP}]
47 sci-libs/scipy[${PYTHON_USEDEP}]
48
49 diff --git a/dev-python/graph-tool/graph-tool-2.26.ebuild b/dev-python/graph-tool/graph-tool-2.26.ebuild
50 index b3cff09874f..70694fddaf9 100644
51 --- a/dev-python/graph-tool/graph-tool-2.26.ebuild
52 +++ b/dev-python/graph-tool/graph-tool-2.26.ebuild
53 @@ -25,7 +25,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
54
55 RDEPEND="
56 ${PYTHON_DEPS}
57 - dev-libs/boost:=[context,python,${PYTHON_USEDEP}]
58 + <dev-libs/boost-1.70:=[context,python,${PYTHON_USEDEP}]
59 dev-libs/expat
60 dev-python/numpy[${PYTHON_USEDEP}]
61 sci-libs/scipy[${PYTHON_USEDEP}]