summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-08-05 15:12:24 +0100
committerSam James <sam@gentoo.org>2021-08-05 15:12:24 +0100
commit561de7e867f127cdd8cfdd809c5f9bbb73e8280c (patch)
treef469dda3c0c61d19ce536a8a889df7050bbf83d5 /dev-cpp/robin-hood-hashing
parentdev-util/spirv-tools: Stabilize 2021.1 ppc64, #806444 (diff)
downloadgentoo-561de7e867f127cdd8cfdd809c5f9bbb73e8280c.tar.gz
gentoo-561de7e867f127cdd8cfdd809c5f9bbb73e8280c.tar.bz2
gentoo-561de7e867f127cdd8cfdd809c5f9bbb73e8280c.zip
dev-cpp/robin-hood-hashing: Stabilize 3.11.2 ppc64, #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 b9cce77a4827..c5959a531783 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"