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 411D6158041 for ; Fri, 5 Apr 2024 17:37:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83D25E29D5; Fri, 5 Apr 2024 17:37:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 6D0C5E29D5 for ; Fri, 5 Apr 2024 17:37:22 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 731ED3432C1 for ; Fri, 5 Apr 2024 17:37:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B18BCAB7 for ; Fri, 5 Apr 2024 17:37:19 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1712338624.cb685339c1f1b1f822b690c9e50e3fab33703ee4.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/simdjson/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/simdjson/simdjson-3.9.0.ebuild X-VCS-Directories: dev-libs/simdjson/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: cb685339c1f1b1f822b690c9e50e3fab33703ee4 X-VCS-Branch: master Date: Fri, 5 Apr 2024 17:37:19 +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: 684085ab-d809-4d9b-9911-fb6ea6291604 X-Archives-Hash: 1a368337d2ca829cfbb00daa981db0d8 commit: cb685339c1f1b1f822b690c9e50e3fab33703ee4 Author: Patrick McLean gentoo org> AuthorDate: Fri Apr 5 17:37:04 2024 +0000 Commit: Patrick McLean gentoo org> CommitDate: Fri Apr 5 17:37:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb685339 dev-libs/simdjson: Update subslot Signed-off-by: Patrick McLean gentoo.org> dev-libs/simdjson/simdjson-3.9.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/simdjson/simdjson-3.9.0.ebuild b/dev-libs/simdjson/simdjson-3.9.0.ebuild index 86f2f2dbe6cf..ec117c5c1ca4 100644 --- a/dev-libs/simdjson/simdjson-3.9.0.ebuild +++ b/dev-libs/simdjson/simdjson-3.9.0.ebuild @@ -17,7 +17,7 @@ SRC_URI=" " LICENSE="Apache-2.0 Boost-1.0 BSD MIT" -SLOT="0/20" +SLOT="0/22" KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" IUSE="+all-impls test tools"