From e579b8f0f365f663bc64c53ad70d282763d09aa3 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 27 Oct 2019 14:28:26 +0100 Subject: app-arch/libarchive: Add explicit flag for blake2 (libb2) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/698254 Signed-off-by: Michał Górny Closes: https://github.com/gentoo/gentoo/pull/13466 Signed-off-by: Michał Górny --- app-arch/libarchive/libarchive-3.4.0.ebuild | 4 +++- app-arch/libarchive/metadata.xml | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'app-arch/libarchive') diff --git a/app-arch/libarchive/libarchive-3.4.0.ebuild b/app-arch/libarchive/libarchive-3.4.0.ebuild index ded576e7b675..136aaa944c92 100644 --- a/app-arch/libarchive/libarchive-3.4.0.ebuild +++ b/app-arch/libarchive/libarchive-3.4.0.ebuild @@ -11,10 +11,11 @@ SRC_URI="https://www.libarchive.org/downloads/${P}.tar.gz" LICENSE="BSD BSD-2 BSD-4 public-domain" SLOT="0/13" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="acl +bzip2 +e2fsprogs expat +iconv kernel_linux libressl lz4 +lzma lzo nettle static-libs +threads xattr +zlib zstd" +IUSE="acl blake2 +bzip2 +e2fsprogs expat +iconv kernel_linux libressl lz4 +lzma lzo nettle static-libs +threads xattr +zlib zstd" RDEPEND=" acl? ( virtual/acl[${MULTILIB_USEDEP}] ) + blake2? ( app-crypt/libb2[${MULTILIB_USEDEP}] ) bzip2? ( app-arch/bzip2[${MULTILIB_USEDEP}] ) expat? ( dev-libs/expat[${MULTILIB_USEDEP}] ) !expat? ( dev-libs/libxml2[${MULTILIB_USEDEP}] ) @@ -57,6 +58,7 @@ multilib_src_configure() { $(use_enable acl) $(use_enable static-libs static) $(use_enable xattr) + $(use_with blake2 libb2) $(use_with bzip2 bz2lib) $(use_with expat) $(use_with !expat xml2) diff --git a/app-arch/libarchive/metadata.xml b/app-arch/libarchive/metadata.xml index 1da101e8d49f..82253c34ca0f 100644 --- a/app-arch/libarchive/metadata.xml +++ b/app-arch/libarchive/metadata.xml @@ -9,6 +9,9 @@ C library and command-line tools for reading and writing tar, cpio, zip, ISO, and other archive formats. + + Enable Blake2 hash support via app-crypt/libb2. + Allow accessing bzip2-compressed archives through libbz2 (which comes with app-arch/bzip2). This only affects -- cgit v1.2.3-65-gdbad