From 1672cee3f3dbfb387439cfc474a086c41c90971c Mon Sep 17 00:00:00 2001 From: Mathieu Tortuyaux Date: Mon, 18 Oct 2021 11:30:45 +0200 Subject: [PATCH] profiles: remove `introspection` for both boards it was already the case for ARM64, we just extend it to AMD64. Signed-off-by: Mathieu Tortuyaux --- .../coreos-overlay/profiles/coreos/arm64/package.use | 2 -- .../coreos-overlay/profiles/coreos/arm64/package.use.force | 1 - .../coreos-overlay/profiles/coreos/base/package.use | 6 +++--- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/arm64/package.use b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/arm64/package.use index 6e5cf08154..993a6052ee 100644 --- a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/arm64/package.use +++ b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/arm64/package.use @@ -5,5 +5,3 @@ net-dns/bind-tools -gssapi # FIXME: why isn't this set by default??? sys-libs/ncurses unicode - -sys-auth/polkit -introspection diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/arm64/package.use.force b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/arm64/package.use.force index 782eff3ff2..cc901cedad 100644 --- a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/arm64/package.use.force +++ b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/arm64/package.use.force @@ -1,4 +1,3 @@ -sys-auth/polkit -introspection sys-apps/systemd -introspection # Matt Turner (2020-03-28) 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 7de235cf76..4d9306ec3f 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 @@ -75,9 +75,6 @@ dev-libs/cyrus-sasl kerberos -berkdb -gdbm # don't build manpages for sssd sys-auth/sssd -python samba kerberos gssapi ssh sudo -# needed for realmd build -sys-auth/polkit introspection - # enable logging command-line options in update_engine dev-cpp/glog gflags @@ -147,3 +144,6 @@ dev-lang/perl minimal # Disable cgroup-hybrid as we use the unified mode sys-apps/systemd -cgroup-hybrid + +# Remove support for GObject introspection +sys-auth/polkit -introspection