summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuilherme Amadio <amadio@gentoo.org>2020-11-19 17:10:25 +0100
committerGuilherme Amadio <amadio@gentoo.org>2020-11-19 17:10:25 +0100
commit39a2feed73fc19937bd481fbf0066de3107fd16c (patch)
treea3a52b19c7c49ed07803bf0d94445e84db8ca891 /dev-libs/xxhash
parentdev-util/perf: fixup previous commit (diff)
downloadgentoo-39a2feed73fc19937bd481fbf0066de3107fd16c.tar.gz
gentoo-39a2feed73fc19937bd481fbf0066de3107fd16c.tar.bz2
gentoo-39a2feed73fc19937bd481fbf0066de3107fd16c.zip
dev-libs/xxhash: stable on amd64, x86
Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'dev-libs/xxhash')
-rw-r--r--dev-libs/xxhash/xxhash-0.8.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/xxhash/xxhash-0.8.0.ebuild b/dev-libs/xxhash/xxhash-0.8.0.ebuild
index baba81c88143..6a5a61f5e4da 100644
--- a/dev-libs/xxhash/xxhash-0.8.0.ebuild
+++ b/dev-libs/xxhash/xxhash-0.8.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/Cyan4973/xxHash/archive/v${PV}.tar.gz -> ${P}.tar.gz
LICENSE="BSD-2 GPL-2+"
# https://abi-laboratory.pro/tracker/timeline/xxhash
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos"
IUSE="static-libs"
S="${WORKDIR}/xxHash-${PV}"