From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2D4EE158083 for ; Tue, 10 Sep 2024 06:17:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09428E29E7; Tue, 10 Sep 2024 06:17:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C1166E29E7 for ; Tue, 10 Sep 2024 06:17:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C73C8342FA6 for ; Tue, 10 Sep 2024 06:17:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0524B1F41 for ; Tue, 10 Sep 2024 06:17:24 +0000 (UTC) From: "Eray Aslan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eray Aslan" Message-ID: <1725948982.ab67ace683925e89835e17aaa3f2f717d522a3df.eras@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libbson/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libbson/libbson-1.24.4.ebuild X-VCS-Directories: dev-libs/libbson/ X-VCS-Committer: eras X-VCS-Committer-Name: Eray Aslan X-VCS-Revision: ab67ace683925e89835e17aaa3f2f717d522a3df X-VCS-Branch: master Date: Tue, 10 Sep 2024 06:17:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: af5e252b-a6df-4a9b-8874-f7a28d828413 X-Archives-Hash: e5a53bf479881a2b3357a8dc227285f8 commit: ab67ace683925e89835e17aaa3f2f717d522a3df Author: Eray Aslan gentoo org> AuthorDate: Tue Sep 10 06:16:22 2024 +0000 Commit: Eray Aslan gentoo org> CommitDate: Tue Sep 10 06:16:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab67ace6 dev-libs/libbson: Stabilize 1.24.4 x86, #934186 Signed-off-by: Eray Aslan gentoo.org> dev-libs/libbson/libbson-1.24.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libbson/libbson-1.24.4.ebuild b/dev-libs/libbson/libbson-1.24.4.ebuild index 4344f6f8262b..0c735ab9b739 100644 --- a/dev-libs/libbson/libbson-1.24.4.ebuild +++ b/dev-libs/libbson/libbson-1.24.4.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/mongodb/mongo-c-driver/releases/download/${PV}/mongo LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 arm64 ~hppa ~loong ~ppc ~riscv ~sparc ~x86" +KEYWORDS="amd64 arm64 ~hppa ~loong ~ppc ~riscv ~sparc x86" IUSE="examples static-libs" BDEPEND="dev-python/sphinx"