diff options
author | Eray Aslan <eras@gentoo.org> | 2024-07-28 09:36:33 +0200 |
---|---|---|
committer | Eray Aslan <eras@gentoo.org> | 2024-07-28 15:06:56 +0200 |
commit | adac76c85278426083cfa7417e4f0572c45f263a (patch) | |
tree | eb2ab5d48227f239a0ab16e00afb78a7f907289b /dev-libs/mongo-c-driver | |
parent | dev-libs/libbson: Stabilize 1.24.4 arm64, #934186 (diff) | |
download | gentoo-adac76c85278426083cfa7417e4f0572c45f263a.tar.gz gentoo-adac76c85278426083cfa7417e4f0572c45f263a.tar.bz2 gentoo-adac76c85278426083cfa7417e4f0572c45f263a.zip |
dev-libs/mongo-c-driver: Stabilize 1.24.4 arm64, #934186
Signed-off-by: Eray Aslan <eras@gentoo.org>
Diffstat (limited to 'dev-libs/mongo-c-driver')
-rw-r--r-- | dev-libs/mongo-c-driver/mongo-c-driver-1.24.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/mongo-c-driver/mongo-c-driver-1.24.4.ebuild b/dev-libs/mongo-c-driver/mongo-c-driver-1.24.4.ebuild index 05faec798845..c729f7abecc7 100644 --- a/dev-libs/mongo-c-driver/mongo-c-driver-1.24.4.ebuild +++ b/dev-libs/mongo-c-driver/mongo-c-driver-1.24.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/mongodb/mongo-c-driver/releases/download/${PV}/${P}. LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~hppa ~riscv ~x86" +KEYWORDS="~amd64 arm64 ~hppa ~riscv ~x86" IUSE="debug examples icu sasl ssl static-libs test" REQUIRED_USE="test? ( static-libs )" |