commit: cd9b6f338041d316f741d77612160ad7557b7b07 Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Sat Nov 15 10:50:45 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Dec 24 16:33:30 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd9b6f33
sci-libs/gdal: correct mongodb dependency Use flag still masked as the dependency hasn't been added. Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/45144 Signed-off-by: Sam James <sam <AT> gentoo.org> sci-libs/gdal/gdal-3.11.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/gdal/gdal-3.11.4-r1.ebuild b/sci-libs/gdal/gdal-3.11.4-r1.ebuild index f1caa8fbde3c..7296bf157312 100644 --- a/sci-libs/gdal/gdal-3.11.4-r1.ebuild +++ b/sci-libs/gdal/gdal-3.11.4-r1.ebuild @@ -71,7 +71,7 @@ COMMON_DEPEND=" app-arch/xz-utils app-arch/lzma ) ) - mongodb? ( dev-db/mongodb:= ) + mongodb? ( dev-libs/mongo-cxx-driver:= ) muparser? ( dev-cpp/muParser:= ) mysql? ( dev-db/mysql-connector-c:= ) netcdf? ( sci-libs/netcdf:= )
