commit:     df5a58c94a4c924cb0acaf4ade0afd68291420cf
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  5 08:52:15 2025 +0000
Commit:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Sun Jan  5 10:25:34 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df5a58c9

sys-fs/erofs-utils: add 1.8.4, drop 1.8.1

Closes: https://bugs.gentoo.org/941699
Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>

 sys-fs/erofs-utils/Manifest                                         | 2 +-
 .../{erofs-utils-1.8.1.ebuild => erofs-utils-1.8.4.ebuild}          | 6 +++++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/sys-fs/erofs-utils/Manifest b/sys-fs/erofs-utils/Manifest
index 3275e162d261..bad62eb8052d 100644
--- a/sys-fs/erofs-utils/Manifest
+++ b/sys-fs/erofs-utils/Manifest
@@ -1,2 +1,2 @@
 DIST erofs-utils-1.7.tar.gz 165393 BLAKE2B 
f22183fbc3346db0632f0fc842586251d0e17ea19e1de3be51cd807dfac4a6150a080d6b81625c3e08eeebc2ae28d7840f8209c905ca87fc70481d3d8c3913ec
 SHA512 
0f204cd40644bde28f9bd0c5c234d93e68db3a3998bb089f43bfb3ce9a9db1e1cc2fa65919205cbd4a484fa4388cffadf5b395bc4363de3882e1a19778c2d62b
-DIST erofs-utils-1.8.1.tar.gz 184385 BLAKE2B 
0ecf7ad0d42f3941751511f3ab42e7e25b85dc64849867a221272cf4596f6bfff3cb1c22877a485de79b4445f68eea8e77cb3f8c742a23ee5ad7ce0232b85091
 SHA512 
b7fe2441e5295680bc683e978ad97ee359785fd842d77fa86ef6bf869b5da87ad613f48782b5f59684995b6cbc5c274938c9ea9067baa537f09c029eabb4cca3
+DIST erofs-utils-1.8.4.tar.gz 187276 BLAKE2B 
da0d80abbfd9b2d547c30bad7647165a3500f20e5de0b5db4c54efb27ec895fd069be983193b06d35728f5a8e1490e6cd255207c76135d8978d86e1512430755
 SHA512 
c941b0a2ab6c650a9aa4c9cadeb277ebc87007dc51354ff013c7cb763e6e8c9d44ed9e4791730ed05088faaba8c612198b924e70f5e52019382cfdf6d2e6b677

diff --git a/sys-fs/erofs-utils/erofs-utils-1.8.1.ebuild 
b/sys-fs/erofs-utils/erofs-utils-1.8.4.ebuild
similarity index 87%
rename from sys-fs/erofs-utils/erofs-utils-1.8.1.ebuild
rename to sys-fs/erofs-utils/erofs-utils-1.8.4.ebuild
index 07c3889f14bb..56cd91d0567f 100644
--- a/sys-fs/erofs-utils/erofs-utils-1.8.1.ebuild
+++ b/sys-fs/erofs-utils/erofs-utils-1.8.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021-2024 Gentoo Authors
+# Copyright 2021-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -17,6 +17,7 @@ KEYWORDS="~amd64 ~arm64 ~loong"
 IUSE="fuse libdeflate +lz4 +lzma selinux static-libs +threads +uuid +zlib 
+zstd"
 
 RDEPEND="
+       dev-libs/xxhash:0=
        fuse? ( sys-fs/fuse:0 )
        lz4? ( app-arch/lz4:0= )
        lzma? ( >=app-arch/xz-utils-5.4.0:0= )
@@ -53,6 +54,9 @@ src_configure() {
                $(use_with zlib)
                $(use_with zstd libzstd)
                --without-qpl  # not packaged
+               # do not use bundled xxhash; also upstream says "expected to be
+               # faster than the internal one"
+               --with-xxhash
        )
 
        econf "${myeconfargs[@]}"

Reply via email to