Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/libarchive/
Date: Tue, 22 Jan 2019 14:10:24
Message-Id: 1548166210.f88a9a7fc4d1c9e16d0e7ee96c0ef0c1469b67d2.mgorny@gentoo
1 commit: f88a9a7fc4d1c9e16d0e7ee96c0ef0c1469b67d2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 22 14:03:53 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 22 14:10:10 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f88a9a7f
7
8 app-arch/libarchive: Describe USE=zstd
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-arch/libarchive/metadata.xml | 3 +++
13 1 file changed, 3 insertions(+)
14
15 diff --git a/app-arch/libarchive/metadata.xml b/app-arch/libarchive/metadata.xml
16 index 126e3e29930..3640719d520 100644
17 --- a/app-arch/libarchive/metadata.xml
18 +++ b/app-arch/libarchive/metadata.xml
19 @@ -32,5 +32,8 @@
20 built-in. It's also needed for supporting extraction of ZIP
21 files.
22 </flag>
23 + <flag name="zstd">
24 + Enable support for zstd compression using <pkg>app-arch/zstd</pkg>
25 + </flag>
26 </use>
27 </pkgmetadata>