diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-06-25 13:55:12 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-06-25 14:53:30 +0100 |
commit | 32aa2865c5807ec72617511c486412318cbb4e9a (patch) | |
tree | 18849b61c70bb80767ea930ce81cc47ec8637813 /dev-cpp | |
parent | net-proxy/haproxy: Version bump (diff) | |
download | gentoo-32aa2865c5807ec72617511c486412318cbb4e9a.tar.gz gentoo-32aa2865c5807ec72617511c486412318cbb4e9a.tar.bz2 gentoo-32aa2865c5807ec72617511c486412318cbb4e9a.zip |
dev-cpp/robin-hood-hashing: keyword 3.11.2 for ~riscv
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.2.ebuild | 2 |
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 7b03f771bc40..852920dd4f0d 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" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv" 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" |