diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2024-09-12 18:16:19 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2024-09-12 18:16:19 +0200 |
commit | c0979f410b411f4600d24674748721121b1eb414 (patch) | |
tree | a86fe86c98009a4a80ee7f0e7fb8fa0751803437 /dev-cpp | |
parent | x11-libs/libXfont2: Stabilize 2.0.7 ppc64, #938942 (diff) | |
download | gentoo-c0979f410b411f4600d24674748721121b1eb414.tar.gz gentoo-c0979f410b411f4600d24674748721121b1eb414.tar.bz2 gentoo-c0979f410b411f4600d24674748721121b1eb414.zip |
dev-cpp/robin-hood-hashing: Stabilize 3.11.5-r2 ppc, #939008
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.5-r2.ebuild | 2 |
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 cb99458fdeab..a6b31ac34f70 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" |