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

Commit

Permalink
profiles: Disable smi, ssl and samba in net-analyzer/tcpdump
Browse files Browse the repository at this point in the history
They became enabled by default after an update. We didn't need them
before, we don't need them now. Also, enabling smi pulls in
net-libs/libsmi that does not have a keyword for arm64 even.
  • Loading branch information
krnowak committed Mar 30, 2022
1 parent f86b9b7 commit 08db994
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions profiles/coreos/base/package.use
Original file line number Diff line number Diff line change
Expand Up @@ -154,3 +154,8 @@ net-libs/libtirpc kerberos
# Disable enabled-by-default support for 16-bit characters, we didn't
# need it before, so we don't need it now.
dev-libs/libpcre2 -pcre16

# Disable extra stuff for tcpdump, there was no explanation why it was
# enabled by upstream. Samba was enabled to make some tests pass. But
# smi and ssl, no clue.
net-analyzer/tcpdump -ssl -smi -samba

0 comments on commit 08db994

Please sign in to comment.