Gentoo Archives: gentoo-commits

From: Guilherme Amadio <amadio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/features/prefix/
Date: Mon, 14 Jun 2021 12:58:29
Message-Id: 1623675492.057e999a283ac0725e7fe1d066472286c4592e84.amadio@gentoo
1 commit: 057e999a283ac0725e7fe1d066472286c4592e84
2 Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 14 12:51:38 2021 +0000
4 Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 14 12:58:12 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=057e999a
7
8 profiles: remove virtual/ssh from system on prefix, bug 395019
9
10 virtual/ssh is not strictly required on prefix, and on some systems
11 the ssh from prefix might not work properly, so it's better to pull
12 it in explicitly when needed.
13
14 Closes: https://bugs.gentoo.org/395019
15 Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>
16
17 profiles/features/prefix/packages | 1 +
18 1 file changed, 1 insertion(+)
19
20 diff --git a/profiles/features/prefix/packages b/profiles/features/prefix/packages
21 index d347ce23ab0..25c444c13e7 100644
22 --- a/profiles/features/prefix/packages
23 +++ b/profiles/features/prefix/packages
24 @@ -19,6 +19,7 @@
25 -*sys-fs/e2fsprogs
26 -*virtual/dev-manager
27 -*sys-apps/shadow
28 +-*virtual/ssh
29
30 # we don't want this either (as baselayout-prefix provides the functions.sh
31 # file that this was added to ../base/packages for)