summaryrefslogtreecommitdiff
path: root/dev-cpp
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-06-07 13:41:17 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-06-07 13:41:17 +0000
commitaa156f186bf7edfa2ff7dc3f3449e5c24fdcc9f2 (patch)
treec841478002b927cb63de58e9c73907df5ed17035 /dev-cpp
parentfcd32dd05696ebfcd144049e5701a6441b2a614a (diff)
downloadbaldeagleos-repo-aa156f186bf7edfa2ff7dc3f3449e5c24fdcc9f2.tar.gz
baldeagleos-repo-aa156f186bf7edfa2ff7dc3f3449e5c24fdcc9f2.tar.xz
baldeagleos-repo-aa156f186bf7edfa2ff7dc3f3449e5c24fdcc9f2.zip
Adding metadata
Diffstat (limited to 'dev-cpp')
-rw-r--r--dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.2.ebuild2
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 13577d90c006..7b03f771bc40 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 ~ppc64"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64"
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"