profiles: remove introspection for both boards

it was already the case for ARM64, we just extend it to AMD64.

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
This commit is contained in:
Mathieu Tortuyaux 2021-10-18 11:30:45 +02:00
parent 7a2057149d
commit 1672cee3f3
3 changed files with 3 additions and 6 deletions

View File

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

View File

@ -1,4 +1,3 @@
sys-auth/polkit -introspection
sys-apps/systemd -introspection
# Matt Turner <mattst88@gentoo.org> (2020-03-28)

View File

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