summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-09-12 14:43:54 +0100
committerSam James <sam@gentoo.org>2024-09-12 14:45:21 +0100
commitd5657d2ad8dbcac4c514e7611cb4e0efeb763693 (patch)
tree1bd7279c854c3629a05760bb21e76316040638c3 /dev-cpp
parentdev-ruby/json: Stabilize 2.7.2-r1 ppc, #938953 (diff)
downloadgentoo-d5657d2ad8dbcac4c514e7611cb4e0efeb763693.tar.gz
gentoo-d5657d2ad8dbcac4c514e7611cb4e0efeb763693.tar.bz2
gentoo-d5657d2ad8dbcac4c514e7611cb4e0efeb763693.zip
dev-cpp/robin-hood-hashing: Stabilize 3.11.5-r2 ppc64, #939008
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r--dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.5-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
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 cc77a55b6b9f..cb99458fdeab 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"