From c070586b1f86b9b3f586c267151c4cd4770a8f99 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Wed, 28 Oct 2020 22:34:51 +0100 Subject: [PATCH] profiles: Drop some enabled-by-default USE flags for portage-utils The updated portage-utils bring in two more tools, qmanifest and qtegrity. They are pulling in some new dependencies. Since we didn't have those tools before, we can live without them for a little while longer. --- .../coreos-overlay/profiles/coreos/base/package.use | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.use b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.use index 3743969f06..2048bfce9a 100644 --- a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.use +++ b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.use @@ -116,3 +116,6 @@ sys-apps/kmod lzma # net-libs/nghttp2 should be built with -cxx to avoid issues with boost 1.65. # configure script is not able to check if Boost:ASIO library exists. net-libs/nghttp2 -cxx + +# These (qmanifest and qtegrity) are new tools and they pull even more dependencies. +app-portage/portage-utils -qmanifest -qtegrity