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