mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
dev-php/pecl-mongodb: implement correct dependency versions
When this package was bumped, nobody bothered to align the DEPEND with the upstream build system updates. Fixes: 558cfb1a6b7be79a676a51c05615c8524e8da419 Closes: https://bugs.gentoo.org/922182 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
This commit is contained in:
parent
054c7c55f4
commit
9470d1e703
@ -18,8 +18,8 @@ IUSE="sasl test"
|
||||
PHP_DEPEND="
|
||||
php_targets_php8-2? ( dev-lang/php:8.2[ssl,zlib] )"
|
||||
COMMON_DEPEND="${PHP_DEPEND}
|
||||
>=dev-libs/libbson-1.18.0
|
||||
>=dev-libs/mongo-c-driver-1.18.0[sasl?,ssl]
|
||||
>=dev-libs/libbson-1.24.3
|
||||
>=dev-libs/mongo-c-driver-1.24.3[sasl?,ssl]
|
||||
dev-libs/openssl:=
|
||||
sasl? ( dev-libs/cyrus-sasl )"
|
||||
DEPEND="${COMMON_DEPEND}
|
||||
Loading…
x
Reference in New Issue
Block a user