diff options
author | David Seifert <soap@gentoo.org> | 2022-09-04 15:02:39 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-09-04 15:02:39 +0200 |
commit | 056868e851066e8b30520265077bd28e0c269234 (patch) | |
tree | 7122bff16d87360e2e97876e6d9b372a37205962 /dev-python/pybind11 | |
parent | dev-python/graph-tool: remove stale boost lower bounds (diff) | |
download | gentoo-056868e851066e8b30520265077bd28e0c269234.tar.gz gentoo-056868e851066e8b30520265077bd28e0c269234.tar.bz2 gentoo-056868e851066e8b30520265077bd28e0c269234.zip |
dev-python/pybind11: remove stale boost lower bounds
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/pybind11')
-rw-r--r-- | dev-python/pybind11/pybind11-2.10.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pybind11/pybind11-2.9.2-r1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pybind11/pybind11-2.10.0.ebuild b/dev-python/pybind11/pybind11-2.10.0.ebuild index 4db5d8f3f9ea..2ee1a602a004 100644 --- a/dev-python/pybind11/pybind11-2.10.0.ebuild +++ b/dev-python/pybind11/pybind11-2.10.0.ebuild @@ -29,7 +29,7 @@ RDEPEND=" BDEPEND=" test? ( >=dev-cpp/catch-2.13.5 - >=dev-libs/boost-1.56 + dev-libs/boost ) " diff --git a/dev-python/pybind11/pybind11-2.9.2-r1.ebuild b/dev-python/pybind11/pybind11-2.9.2-r1.ebuild index 2d574fd4f591..bac439c4f64e 100644 --- a/dev-python/pybind11/pybind11-2.9.2-r1.ebuild +++ b/dev-python/pybind11/pybind11-2.9.2-r1.ebuild @@ -29,7 +29,7 @@ RDEPEND=" BDEPEND=" test? ( >=dev-cpp/catch-2.13.5 - >=dev-libs/boost-1.56 + dev-libs/boost ) " |