From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id E232115806C for ; Thu, 10 Jul 2025 19:58:46 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id C41853421D9 for ; Thu, 10 Jul 2025 19:58:46 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id E86DF11055C; Thu, 10 Jul 2025 19:58:41 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id E411D11055C for ; Thu, 10 Jul 2025 19:58:41 +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 8BE9C34215E for ; Thu, 10 Jul 2025 19:58:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F314C2FA7 for ; Thu, 10 Jul 2025 19:58:39 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1752177513.521efdd96baef2efacb8fcc4c8ee1fc727f6c0c7.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/ldb/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/ldb/ldb-2.9.2.ebuild X-VCS-Directories: virtual/ldb/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 521efdd96baef2efacb8fcc4c8ee1fc727f6c0c7 X-VCS-Branch: master Date: Thu, 10 Jul 2025 19:58:39 +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: 54dffe81-4f92-4b24-82fe-bf57fd86cc2f X-Archives-Hash: 91a4617acdd624fbb233f0fcb10eaf64 commit: 521efdd96baef2efacb8fcc4c8ee1fc727f6c0c7 Author: Ben Kohler gentoo org> AuthorDate: Thu Jul 10 19:57:52 2025 +0000 Commit: Ben Kohler gentoo org> CommitDate: Thu Jul 10 19:58:33 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=521efdd9 virtual/ldb: stabilize 2.9.2 for sparc Signed-off-by: Ben Kohler gentoo.org> virtual/ldb/ldb-2.9.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtual/ldb/ldb-2.9.2.ebuild b/virtual/ldb/ldb-2.9.2.ebuild index ae106115a40a..7b7e886dfbbe 100644 --- a/virtual/ldb/ldb-2.9.2.ebuild +++ b/virtual/ldb/ldb-2.9.2.ebuild @@ -6,6 +6,6 @@ EAPI=8 DESCRIPTION="Virtual for samba project's ldb" SLOT="0/2.9.2" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86" RDEPEND="sys-libs/ldb:${SLOT}"