diff options
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 ) " |