commit: 057e999a283ac0725e7fe1d066472286c4592e84 Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org> AuthorDate: Mon Jun 14 12:51:38 2021 +0000 Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org> CommitDate: Mon Jun 14 12:58:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=057e999a
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 <AT> gentoo.org> profiles/features/prefix/packages | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/features/prefix/packages b/profiles/features/prefix/packages index d347ce23ab0..25c444c13e7 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)
