summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2022-02-11 11:39:27 +0100
committerJakov Smolić <jsmolic@gentoo.org>2022-02-11 11:39:27 +0100
commitbe8330a02e201f4b7a60689bd6bad771572cf05f (patch)
treecc50b2db6216d66b6d7d584e60eb004ac2874fc6 /dev-libs/xxhash
parentdev-libs/vc: Stabilize 1.4.2 amd64, #833108 (diff)
downloadgentoo-be8330a02e201f4b7a60689bd6bad771572cf05f.tar.gz
gentoo-be8330a02e201f4b7a60689bd6bad771572cf05f.tar.bz2
gentoo-be8330a02e201f4b7a60689bd6bad771572cf05f.zip
dev-libs/xxhash: Stabilize 0.8.1 amd64, #833109
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-libs/xxhash')
-rw-r--r--dev-libs/xxhash/xxhash-0.8.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/xxhash/xxhash-0.8.1.ebuild b/dev-libs/xxhash/xxhash-0.8.1.ebuild
index b6f70f5fe92d..f962fe805892 100644
--- a/dev-libs/xxhash/xxhash-0.8.1.ebuild
+++ b/dev-libs/xxhash/xxhash-0.8.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -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}"