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 13:38:01
Message-Id: 1548164269.7a5dd6600d889b4f5ee70dd123f3a379f085689c.mgorny@gentoo
1 commit: 7a5dd6600d889b4f5ee70dd123f3a379f085689c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 22 12:26:40 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 22 13:37:49 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a5dd660
7
8 app-arch/libarchive: Disable CNG, for completeness
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-arch/libarchive/libarchive-3.3.3.ebuild | 3 +++
13 1 file changed, 3 insertions(+)
14
15 diff --git a/app-arch/libarchive/libarchive-3.3.3.ebuild b/app-arch/libarchive/libarchive-3.3.3.ebuild
16 index 2365d3401e4..fc7480d1e38 100644
17 --- a/app-arch/libarchive/libarchive-3.3.3.ebuild
18 +++ b/app-arch/libarchive/libarchive-3.3.3.ebuild
19 @@ -67,6 +67,9 @@ multilib_src_configure() {
20 $(use_with nettle)
21 $(use_with zlib)
22 $(use_with zstd)
23 +
24 + # Windows-specific
25 + --without-cng
26 )
27 if multilib_is_native_abi ; then
28 myconf+=(