diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-10-18 15:41:38 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-10-18 15:41:38 +0000 |
commit | 9011c83ffd90fef2c48d8bd45b0520f785d4dbd0 (patch) | |
tree | 64076296f66cf484bf4671f468aeedda751f16cf /dev-libs/xxhash | |
parent | dev-lang/go: stabilize 1.21.3 for x86, #915900 (diff) | |
download | gentoo-9011c83ffd90fef2c48d8bd45b0520f785d4dbd0.tar.gz gentoo-9011c83ffd90fef2c48d8bd45b0520f785d4dbd0.tar.bz2 gentoo-9011c83ffd90fef2c48d8bd45b0520f785d4dbd0.zip |
dev-libs/xxhash: Stabilize 0.8.2 ppc, #915545
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-libs/xxhash')
-rw-r--r-- | dev-libs/xxhash/xxhash-0.8.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/xxhash/xxhash-0.8.2.ebuild b/dev-libs/xxhash/xxhash-0.8.2.ebuild index 3f58d3ae59dd..ef93d9b777d9 100644 --- a/dev-libs/xxhash/xxhash-0.8.2.ebuild +++ b/dev-libs/xxhash/xxhash-0.8.2.ebuild @@ -13,7 +13,7 @@ S=${WORKDIR}/xxHash-${PV} LICENSE="BSD-2 GPL-2+" # https://abi-laboratory.pro/tracker/timeline/xxhash SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ~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" src_prepare() { default |