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 9390F15808E for ; Sun, 24 Apr 2022 06:31:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B61F2E08F0; Sun, 24 Apr 2022 06:30:59 +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 E9B16E08AD for ; Sun, 24 Apr 2022 06:30:57 +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 DD02D34180F for ; Sun, 24 Apr 2022 06:30:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32029430 for ; Sun, 24 Apr 2022 06:30:54 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1650781816.2c720d19c788401ee7b37894cb2d5e2ca64a69e1.ago@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-r1.ebuild X-VCS-Directories: dev-cpp/robin-hood-hashing/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 2c720d19c788401ee7b37894cb2d5e2ca64a69e1 X-VCS-Branch: master Date: Sun, 24 Apr 2022 06:30:54 +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: 4317d2b7-3cb4-4102-95e7-f43ff654905c X-Archives-Hash: 7ee653fc32bee8a18995b7b4e1aece5a commit: 2c720d19c788401ee7b37894cb2d5e2ca64a69e1 Author: Agostino Sarubbo gentoo org> AuthorDate: Sun Apr 24 06:30:16 2022 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Sun Apr 24 06:30:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c720d19 dev-cpp/robin-hood-hashing: amd64 stable wrt bug #839963 Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.5-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.5-r1.ebuild b/dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.5-r1.ebuild index 2942313d8604..bb2e614d2ccf 100644 --- a/dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.5-r1.ebuild +++ b/dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.5-r1.ebuild @@ -5,7 +5,7 @@ EAPI=7 inherit cmake -KEYWORDS="~amd64 ~arm arm64 ppc ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm arm64 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"