summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWANG Xuerui <xen0n@gentoo.org>2022-05-13 14:32:27 +0800
committerWANG Xuerui <xen0n@gentoo.org>2022-05-13 14:32:27 +0800
commit073daf98407eed133c786f71a4ca3ae6f48bbfc2 (patch)
tree8eafe7aad7e8173bb9239b1667a87cad8bf19604 /dev-cpp/robin-hood-hashing
parentdev-util/vulkan-headers: forward ~loong (diff)
downloadgentoo-073daf98407eed133c786f71a4ca3ae6f48bbfc2.tar.gz
gentoo-073daf98407eed133c786f71a4ca3ae6f48bbfc2.tar.bz2
gentoo-073daf98407eed133c786f71a4ca3ae6f48bbfc2.zip
dev-cpp/robin-hood-hashing: keyword 3.11.5-r1 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'dev-cpp/robin-hood-hashing')
-rw-r--r--dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.5-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.5-r1.ebuild b/dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.5-r1.ebuild
index 93c98ccdaa8e..6eadea18b048 100644
--- a/dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.5-r1.ebuild
+++ b/dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.5-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
inherit cmake
-KEYWORDS="amd64 arm arm64 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"