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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 83FE41382C5 for ; Thu, 27 May 2021 08:34:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5937E14F6; Thu, 27 May 2021 08:34:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 86A90E14F6 for ; Thu, 27 May 2021 08:34:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A108D335C47 for ; Thu, 27 May 2021 08:34:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 581814C3 for ; Thu, 27 May 2021 08:34:06 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1622104430.272ed8a010c75a418bb4afa9be56565418d10ab0.gyakovlev@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.2.ebuild X-VCS-Directories: dev-cpp/robin-hood-hashing/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 272ed8a010c75a418bb4afa9be56565418d10ab0 X-VCS-Branch: master Date: Thu, 27 May 2021 08:34:06 +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: 96cc51a5-bcd2-43cd-8bed-0ac61d4f9765 X-Archives-Hash: 9f59fd535d52941f722999e4d3da905d commit: 272ed8a010c75a418bb4afa9be56565418d10ab0 Author: Georgy Yakovlev gentoo org> AuthorDate: Thu May 27 08:30:17 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Thu May 27 08:33:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=272ed8a0 dev-cpp/robin-hood-hashing: keyword 3.11.2 for ~ppc64 Bug: https://bugs.gentoo.org/792360 Signed-off-by: Georgy Yakovlev gentoo.org> dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.2.ebuild b/dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.2.ebuild index c45e9662148..618570c165d 100644 --- a/dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.2.ebuild +++ b/dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~ppc64" 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"