From e9640674eb02d72cebf4e34cfa0ffdcbd1588999 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Tue, 2 Dec 2025 19:39:05 +0100 Subject: [PATCH] xxhash, small change to trigger build on riscv (#13303) --- dev-libs/xxhash/xxhash-0.8.3.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/xxhash/xxhash-0.8.3.recipe b/dev-libs/xxhash/xxhash-0.8.3.recipe index 93a7dc1e1..146953c13 100644 --- a/dev-libs/xxhash/xxhash-0.8.3.recipe +++ b/dev-libs/xxhash/xxhash-0.8.3.recipe @@ -1,6 +1,6 @@ SUMMARY="A fast non-cryptographic hash algorithm" -DESCRIPTION="xxHash is an extremely fast non-cryptographic hash algorithm, \ -working at speeds close to RAM limits." +DESCRIPTION="xxHash is an extremely fast non-cryptographic hash \ +algorithm, working at speeds close to RAM limits." HOMEPAGE="https://cyan4973.github.io/xxHash/ http://www.xxhash.com/" COPYRIGHT="2014-2022 Yann Collet"