summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-05 19:12:13 +0000
committerSam James <sam@gentoo.org>2021-04-05 21:55:00 +0000
commit04a0625f4dd7359bee0ca89d4c2ae50dae9c1f18 (patch)
treed97cd7ae5c8ab0df2be6978e0f98a1fb1db5cd53 /dev-libs/xxhash/xxhash-0.7.3.ebuild
parentdev-libs/xmlrpc-c: drop s390 to ~s390 (unstable) (diff)
downloadgentoo-04a0625f4dd7359bee0ca89d4c2ae50dae9c1f18.tar.gz
gentoo-04a0625f4dd7359bee0ca89d4c2ae50dae9c1f18.tar.bz2
gentoo-04a0625f4dd7359bee0ca89d4c2ae50dae9c1f18.zip
dev-libs/xxhash: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/xxhash/xxhash-0.7.3.ebuild')
-rw-r--r--dev-libs/xxhash/xxhash-0.7.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/xxhash/xxhash-0.7.3.ebuild b/dev-libs/xxhash/xxhash-0.7.3.ebuild
index 4c309bb8f6d2..fbebd117c825 100644
--- a/dev-libs/xxhash/xxhash-0.7.3.ebuild
+++ b/dev-libs/xxhash/xxhash-0.7.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 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}"