commit: 7a5dd6600d889b4f5ee70dd123f3a379f085689c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 22 12:26:40 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jan 22 13:37:49 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a5dd660
app-arch/libarchive: Disable CNG, for completeness
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-arch/libarchive/libarchive-3.3.3.ebuild | 3 +++
1 file changed, 3 insertions(+)
diff --git a/app-arch/libarchive/libarchive-3.3.3.ebuild
b/app-arch/libarchive/libarchive-3.3.3.ebuild
index 2365d3401e4..fc7480d1e38 100644
--- a/app-arch/libarchive/libarchive-3.3.3.ebuild
+++ b/app-arch/libarchive/libarchive-3.3.3.ebuild
@@ -67,6 +67,9 @@ multilib_src_configure() {
$(use_with nettle)
$(use_with zlib)
$(use_with zstd)
+
+ # Windows-specific
+ --without-cng
)
if multilib_is_native_abi ; then
myconf+=(