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.
This commit is contained in:
Krzesimir Nowak 2020-10-28 22:34:51 +01:00
parent e8e36d6ebf
commit c070586b1f

View File

@ -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