summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-08-05 15:12:44 +0100
committerSam James <sam@gentoo.org>2021-08-05 15:12:44 +0100
commitcb0bdbf37c531ae45685509d8527d486462936be (patch)
tree7012b1ab34020ebac16214b895d5465b5cad199d /dev-cpp/robin-hood-hashing
parentdev-util/spirv-tools: Stabilize 2021.1 ppc, #806444 (diff)
downloadgentoo-cb0bdbf37c531ae45685509d8527d486462936be.tar.gz
gentoo-cb0bdbf37c531ae45685509d8527d486462936be.tar.bz2
gentoo-cb0bdbf37c531ae45685509d8527d486462936be.zip
dev-cpp/robin-hood-hashing: Stabilize 3.11.2 ppc, #806444
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp/robin-hood-hashing')
-rw-r--r--dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.2.ebuild2
1 files changed, 1 insertions, 1 deletions
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 c5959a531783..7dba16955b3c 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 ~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"