commit:     2178909669c6964fe6f5f7702dc61c9a9b484f89
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 10 04:07:37 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Apr 10 04:15:22 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21789096

app-arch/libarchive: enable zstd IUSE by default

23.0 profiles no longer enable USE=zstd globally, but on libarchive
seems it makes very little sense to be off by default. Popular format
that you'd expect libarchive to be able to handle out-of-the-box and
zstd will be pulled by portage either way (no extra dependencies).

But the more immediate motivation is that qtbase[zstd] requires cmake
with zstd support, which is tied with it being enabled on libarchive.
And then recent developments led to force enabling zstd on qtbase.
This will spare users from having to set it themselves.

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 app-arch/libarchive/libarchive-3.7.2-r1.ebuild | 2 +-
 app-arch/libarchive/libarchive-3.7.2-r3.ebuild | 2 +-
 app-arch/libarchive/libarchive-3.7.3.ebuild    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-arch/libarchive/libarchive-3.7.2-r1.ebuild 
b/app-arch/libarchive/libarchive-3.7.2-r1.ebuild
index cc98e64978ce..3ca312b679f8 100644
--- a/app-arch/libarchive/libarchive-3.7.2-r1.ebuild
+++ b/app-arch/libarchive/libarchive-3.7.2-r1.ebuild
@@ -19,7 +19,7 @@ SLOT="0/13"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 IUSE="
        acl blake2 +bzip2 +e2fsprogs expat +iconv lz4 +lzma lzo nettle
-       static-libs test xattr zstd
+       static-libs test xattr +zstd
 "
 RESTRICT="!test? ( test )"
 

diff --git a/app-arch/libarchive/libarchive-3.7.2-r3.ebuild 
b/app-arch/libarchive/libarchive-3.7.2-r3.ebuild
index 5387e642a60c..65588c2ef6fd 100644
--- a/app-arch/libarchive/libarchive-3.7.2-r3.ebuild
+++ b/app-arch/libarchive/libarchive-3.7.2-r3.ebuild
@@ -19,7 +19,7 @@ SLOT="0/13"
 KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 IUSE="
        acl blake2 +bzip2 +e2fsprogs expat +iconv lz4 +lzma lzo nettle
-       static-libs test xattr zstd
+       static-libs test xattr +zstd
 "
 RESTRICT="!test? ( test )"
 

diff --git a/app-arch/libarchive/libarchive-3.7.3.ebuild 
b/app-arch/libarchive/libarchive-3.7.3.ebuild
index 92de0417ac1d..4e1429fdc70c 100644
--- a/app-arch/libarchive/libarchive-3.7.3.ebuild
+++ b/app-arch/libarchive/libarchive-3.7.3.ebuild
@@ -19,7 +19,7 @@ SLOT="0/13"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 IUSE="
        acl blake2 +bzip2 +e2fsprogs expat +iconv lz4 +lzma lzo nettle
-       static-libs test xattr zstd
+       static-libs test xattr +zstd
 "
 RESTRICT="!test? ( test )"
 

Reply via email to