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 1CC7B158083 for ; Thu, 12 Sep 2024 16:16:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF0B7E29AE; Thu, 12 Sep 2024 16:16:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 993ADE29AE for ; Thu, 12 Sep 2024 16:16:45 +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 890BD340BE2 for ; Thu, 12 Sep 2024 16:16:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B1D31F4A for ; Thu, 12 Sep 2024 16:16:42 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1726157779.c0979f410b411f4600d24674748721121b1eb414.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/robin-hood-hashing/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.5-r2.ebuild X-VCS-Directories: dev-cpp/robin-hood-hashing/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: c0979f410b411f4600d24674748721121b1eb414 X-VCS-Branch: master Date: Thu, 12 Sep 2024 16:16:42 +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: d2e9b10a-41b9-4e40-9dc6-18a4d3bd7fdc X-Archives-Hash: 2bcf03f5e47335bd991407a79aa66f02 commit: c0979f410b411f4600d24674748721121b1eb414 Author: Jakov Smolić gentoo org> AuthorDate: Thu Sep 12 16:16:19 2024 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Thu Sep 12 16:16:19 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0979f41 dev-cpp/robin-hood-hashing: Stabilize 3.11.5-r2 ppc, #939008 Signed-off-by: Jakov Smolić gentoo.org> dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.5-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.5-r2.ebuild b/dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.5-r2.ebuild index cb99458fdeab..a6b31ac34f70 100644 --- a/dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.5-r2.ebuild +++ b/dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.5-r2.ebuild @@ -5,7 +5,7 @@ EAPI=7 inherit cmake -KEYWORDS="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv x86" +KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv x86" SRC_URI="https://github.com/martinus/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" DESCRIPTION="Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20"