summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-05-30 18:50:58 +0200
committerDavid Seifert <soap@gentoo.org>2019-05-30 18:50:58 +0200
commitae5760b0853b4659ddc9393d9da8749e9d08a0f0 (patch)
tree2d13639b44262ca28a4132a5f19a4d037feed452 /dev-python/graph-tool
parentdev-python/graph-tool: Sync live ebuild (diff)
downloadgentoo-ae5760b0853b4659ddc9393d9da8749e9d08a0f0.tar.gz
gentoo-ae5760b0853b4659ddc9393d9da8749e9d08a0f0.tar.bz2
gentoo-ae5760b0853b4659ddc9393d9da8749e9d08a0f0.zip
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 <soap@gentoo.org>
Diffstat (limited to 'dev-python/graph-tool')
-rw-r--r--dev-python/graph-tool/graph-tool-2.19.ebuild2
-rw-r--r--dev-python/graph-tool/graph-tool-2.23.ebuild2
-rw-r--r--dev-python/graph-tool/graph-tool-2.26.ebuild2
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 25260b09ba80..23f0806166cf 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}]
+ <dev-libs/boost-1.70:=[python,${PYTHON_USEDEP}]
dev-libs/expat
dev-python/numpy[${PYTHON_USEDEP}]
sci-libs/scipy[${PYTHON_USEDEP}]
diff --git a/dev-python/graph-tool/graph-tool-2.23.ebuild b/dev-python/graph-tool/graph-tool-2.23.ebuild
index b42f702c4c8b..68411e981641 100644
--- a/dev-python/graph-tool/graph-tool-2.23.ebuild
+++ b/dev-python/graph-tool/graph-tool-2.23.ebuild
@@ -25,7 +25,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="
${PYTHON_DEPS}
- dev-libs/boost:=[context,python,${PYTHON_USEDEP}]
+ <dev-libs/boost-1.70:=[context,python,${PYTHON_USEDEP}]
dev-libs/expat
dev-python/numpy[${PYTHON_USEDEP}]
sci-libs/scipy[${PYTHON_USEDEP}]
diff --git a/dev-python/graph-tool/graph-tool-2.26.ebuild b/dev-python/graph-tool/graph-tool-2.26.ebuild
index b3cff09874f7..70694fddaf91 100644
--- a/dev-python/graph-tool/graph-tool-2.26.ebuild
+++ b/dev-python/graph-tool/graph-tool-2.26.ebuild
@@ -25,7 +25,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="
${PYTHON_DEPS}
- dev-libs/boost:=[context,python,${PYTHON_USEDEP}]
+ <dev-libs/boost-1.70:=[context,python,${PYTHON_USEDEP}]
dev-libs/expat
dev-python/numpy[${PYTHON_USEDEP}]
sci-libs/scipy[${PYTHON_USEDEP}]