summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-04-24 20:47:21 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-04-24 20:47:21 +0300
commit186c31800468c9fae5935e5ca7fa0b05aeabb52a (patch)
tree06a6defbab7df2d4761fcc879ebfaf5287afbe9a /dev-cpp
parentnet-irc/hexchat: Stabilize 2.16.1 arm, #839852 (diff)
downloadgentoo-186c31800468c9fae5935e5ca7fa0b05aeabb52a.tar.gz
gentoo-186c31800468c9fae5935e5ca7fa0b05aeabb52a.tar.bz2
gentoo-186c31800468c9fae5935e5ca7fa0b05aeabb52a.zip
dev-cpp/robin-hood-hashing: Stabilize 3.11.5-r1 arm, #839963
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-cpp')
-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 d04a75eec66b..c764c8b45a4b 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 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"