diff options
author | Matoro Mahri <matoro@users.noreply.github.com> | 2023-02-24 18:57:30 -0500 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-02-26 20:15:44 +0200 |
commit | 95bb355ab1eb6acea13b3a52c83f34c81bdd4adc (patch) | |
tree | d0dfb050b05e0c3524a74b026d7d7d748ed524c5 /dev-libs/xxhash | |
parent | media-libs/aribb24: Keyword 1.0.3-r2 mips, #896108 (diff) | |
download | gentoo-95bb355ab1eb6acea13b3a52c83f34c81bdd4adc.tar.gz gentoo-95bb355ab1eb6acea13b3a52c83f34c81bdd4adc.tar.bz2 gentoo-95bb355ab1eb6acea13b3a52c83f34c81bdd4adc.zip |
dev-libs/xxhash: Keyword 0.8.1 mips, #896114
Signed-off-by: Matoro Mahri <matoro@users.noreply.github.com>
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-libs/xxhash')
-rw-r--r-- | dev-libs/xxhash/xxhash-0.8.1.ebuild | 4 |
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 e013ac9db7fc..4d0291f43540 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-2022 Gentoo Authors +# Copyright 1999-2023 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 ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos" IUSE="static-libs" S="${WORKDIR}/xxHash-${PV}" |