Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Commit

Permalink
profiles: remove introspection for both boards
Browse files Browse the repository at this point in the history
it was already the case for ARM64, we just extend it to AMD64.

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
  • Loading branch information
tormath1 committed Oct 18, 2021
1 parent a36db58 commit ddee956
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 0 additions & 2 deletions profiles/coreos/arm64/package.use
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion profiles/coreos/arm64/package.use.force
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
sys-auth/polkit -introspection
sys-apps/systemd -introspection

# Matt Turner <mattst88@gentoo.org> (2020-03-28)
Expand Down
6 changes: 3 additions & 3 deletions profiles/coreos/base/package.use
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -144,3 +141,6 @@ net-firewall/iptables nftables

# Install `perl` with a minimal set of dependencies
dev-lang/perl minimal

# Remove support for GObject introspection
sys-auth/polkit -introspection

0 comments on commit ddee956

Please sign in to comment.