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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 48786158042 for ; Fri, 25 Oct 2024 21:42:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92AF7E08A4; Fri, 25 Oct 2024 21:42:16 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 7C445E08A4 for ; Fri, 25 Oct 2024 21:42:16 +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 AE437342FF4 for ; Fri, 25 Oct 2024 21:42:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19E57AE7 for ; Fri, 25 Oct 2024 21:42:14 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1729892511.a97f4894eb2ce45e37bab2e7e2895cd21b5e5da5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/rocksdb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/rocksdb/rocksdb-7.9.2-r1.ebuild X-VCS-Directories: dev-libs/rocksdb/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a97f4894eb2ce45e37bab2e7e2895cd21b5e5da5 X-VCS-Branch: master Date: Fri, 25 Oct 2024 21:42:14 +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: 2e0e362c-a3b1-4cbd-9705-135504d4206a X-Archives-Hash: e2eaa33871000b2e272fb136c5b1d965 commit: a97f4894eb2ce45e37bab2e7e2895cd21b5e5da5 Author: Sam James gentoo org> AuthorDate: Fri Oct 25 21:41:38 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Oct 25 21:41:51 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a97f4894 dev-libs/rocksdb: Stabilize 7.9.2-r1 amd64, #941299 Signed-off-by: Sam James gentoo.org> dev-libs/rocksdb/rocksdb-7.9.2-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/rocksdb/rocksdb-7.9.2-r1.ebuild b/dev-libs/rocksdb/rocksdb-7.9.2-r1.ebuild index 8ea5722d7228..b81fd4781624 100644 --- a/dev-libs/rocksdb/rocksdb-7.9.2-r1.ebuild +++ b/dev-libs/rocksdb/rocksdb-7.9.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2023 Gentoo Authors +# Copyright 2020-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/facebook/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" IUSE="cpu_flags_x86_avx cpu_flags_x86_avx2 cpu_flags_x86_sse4_2 jemalloc numa static-libs tbb test" RESTRICT="!test? ( test )"