diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 19:12:13 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 21:55:00 +0000 |
commit | 04a0625f4dd7359bee0ca89d4c2ae50dae9c1f18 (patch) | |
tree | d97cd7ae5c8ab0df2be6978e0f98a1fb1db5cd53 /dev-libs/xxhash | |
parent | dev-libs/xmlrpc-c: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-libs/xxhash/xxhash-0.7.3.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/xxhash/xxhash-0.8.0.ebuild | 2 |
2 files changed, 3 insertions, 3 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}" diff --git a/dev-libs/xxhash/xxhash-0.8.0.ebuild b/dev-libs/xxhash/xxhash-0.8.0.ebuild index b822e784d75e..fbebd117c825 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}" |