commit:     e579b8f0f365f663bc64c53ad70d282763d09aa3
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 27 13:28:26 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct 27 17:11:16 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e579b8f0

app-arch/libarchive: Add explicit flag for blake2 (libb2)

Closes: https://bugs.gentoo.org/698254
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/13466
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-arch/libarchive/libarchive-3.4.0.ebuild | 4 +++-
 app-arch/libarchive/metadata.xml            | 3 +++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/app-arch/libarchive/libarchive-3.4.0.ebuild 
b/app-arch/libarchive/libarchive-3.4.0.ebuild
index ded576e7b67..136aaa944c9 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 1da101e8d49..82253c34ca0 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.
        </longdescription>
        <use>
+               <flag name="blake2">
+                       Enable Blake2 hash support via 
<pkg>app-crypt/libb2</pkg>.
+               </flag>
                <flag name="bzip2">
                        Allow accessing bzip2-compressed archives through 
libbz2 (which
                        comes with <pkg>app-arch/bzip2</pkg>). This only affects

Reply via email to