summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2024-04-10 00:07:37 -0400
committerIonen Wolkens <ionen@gentoo.org>2024-04-10 00:15:22 -0400
commit2178909669c6964fe6f5f7702dc61c9a9b484f89 (patch)
tree4f478db23800260304eda644b59baa69b49362f3 /app-arch/libarchive
parentapp-admin/terraform: drop 1.3.9, 1.6.5, 1.7.0 (diff)
downloadgentoo-2178909669c6964fe6f5f7702dc61c9a9b484f89.tar.gz
gentoo-2178909669c6964fe6f5f7702dc61c9a9b484f89.tar.bz2
gentoo-2178909669c6964fe6f5f7702dc61c9a9b484f89.zip
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@gentoo.org>
Diffstat (limited to 'app-arch/libarchive')
-rw-r--r--app-arch/libarchive/libarchive-3.7.2-r1.ebuild2
-rw-r--r--app-arch/libarchive/libarchive-3.7.2-r3.ebuild2
-rw-r--r--app-arch/libarchive/libarchive-3.7.3.ebuild2
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 )"