diff options
author | Guilherme Amadio <amadio@gentoo.org> | 2021-06-14 14:51:38 +0200 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2021-06-14 14:58:12 +0200 |
commit | 057e999a283ac0725e7fe1d066472286c4592e84 (patch) | |
tree | 3ac3fb2181c205ad399acc0d6f033fa8ffffa8d4 /profiles/features | |
parent | app-office/ledger: fix build with Boost 1.76 (diff) | |
download | gentoo-057e999a283ac0725e7fe1d066472286c4592e84.tar.gz gentoo-057e999a283ac0725e7fe1d066472286c4592e84.tar.bz2 gentoo-057e999a283ac0725e7fe1d066472286c4592e84.zip |
profiles: remove virtual/ssh from system on prefix, bug 395019
virtual/ssh is not strictly required on prefix, and on some systems
the ssh from prefix might not work properly, so it's better to pull
it in explicitly when needed.
Closes: https://bugs.gentoo.org/395019
Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'profiles/features')
-rw-r--r-- | profiles/features/prefix/packages | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/features/prefix/packages b/profiles/features/prefix/packages index d347ce23ab0f..25c444c13e76 100644 --- a/profiles/features/prefix/packages +++ b/profiles/features/prefix/packages @@ -19,6 +19,7 @@ -*sys-fs/e2fsprogs -*virtual/dev-manager -*sys-apps/shadow +-*virtual/ssh # we don't want this either (as baselayout-prefix provides the functions.sh # file that this was added to ../base/packages for) |