From 629cd040ac7c8609582bfcbf0a1afcd2c7e9d56b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20F=C3=B6rster?= Date: Sun, 9 Nov 2025 14:04:45 +0100 Subject: [PATCH] [dev-libs/mongo-c-driver] consolidate s3 useflag into ssl --- dev-libs/mongo-c-driver/mongo-c-driver-1.30.6-r1.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-libs/mongo-c-driver/mongo-c-driver-1.30.6-r1.ebuild b/dev-libs/mongo-c-driver/mongo-c-driver-1.30.6-r1.ebuild index 232a8fd..55dae29 100644 --- a/dev-libs/mongo-c-driver/mongo-c-driver-1.30.6-r1.ebuild +++ b/dev-libs/mongo-c-driver/mongo-c-driver-1.30.6-r1.ebuild @@ -32,9 +32,8 @@ fi LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~riscv ~x86" -IUSE="debug examples ${MONGO_C_DRIVER_DOCS_USEFLAG} +s3 sasl +ssl static-libs test +test-full" +IUSE="debug examples ${MONGO_C_DRIVER_DOCS_USEFLAG} sasl +ssl static-libs test +test-full" REQUIRED_USE=" - s3? ( ssl ) test? ( static-libs )" RESTRICT="!test? ( test )" @@ -122,7 +121,7 @@ src_configure() { -DENABLE_EXAMPLES=OFF -DENABLE_MAN_PAGES="$(usex man ON OFF)" -DENABLE_MONGOC=ON - -DENABLE_MONGODB_AWS_AUTH="$(usex s3 ON OFF)" + -DENABLE_MONGODB_AWS_AUTH="$(usex ssl ON OFF)" -DENABLE_SNAPPY=ON -DENABLE_ZLIB=SYSTEM -DENABLE_SASL="$(usex sasl CYRUS OFF)"