Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/features/prefix/standalone/, profiles/prefix/
Date: Fri, 05 Feb 2021 15:38:22
Message-Id: 1612539494.2086f82561177594a6d2e64d892c73dd0824b8e0.grobian@gentoo
1 commit: 2086f82561177594a6d2e64d892c73dd0824b8e0
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 5 15:31:41 2021 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 5 15:38:14 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2086f825
7
8 profiles: install virtual/man as part of @system
9
10 man-pages aren't terribly useful, but it is very useful to be able to
11 read man-pages from prefix-installed packages, so install a man that
12 knows where everything is.
13
14 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
15
16 profiles/features/prefix/standalone/packages | 4 +++-
17 profiles/prefix/packages | 3 +--
18 2 files changed, 4 insertions(+), 3 deletions(-)
19
20 diff --git a/profiles/features/prefix/standalone/packages b/profiles/features/prefix/standalone/packages
21 index 8d5b9aeeb33..259169a6769 100644
22 --- a/profiles/features/prefix/standalone/packages
23 +++ b/profiles/features/prefix/standalone/packages
24 @@ -1,3 +1,6 @@
25 +# Copyright 1999-2021 Gentoo Authors
26 +# Distributed under the terms of the GNU General Public License v2
27 +
28 # RAP does not need busybox for emergency recovery, the host have all those tools.
29 -*sys-apps/busybox
30
31 @@ -6,7 +9,6 @@
32
33 # Man pages are not essential.
34 -*sys-apps/man-pages
35 --*virtual/man
36
37 # A service manager is not essential.
38 -*virtual/service-manager
39
40 diff --git a/profiles/prefix/packages b/profiles/prefix/packages
41 index bec16c0399b..03d33255d15 100644
42 --- a/profiles/prefix/packages
43 +++ b/profiles/prefix/packages
44 @@ -1,4 +1,4 @@
45 -# Copyright 1999-2020 Gentoo Authors
46 +# Copyright 1999-2021 Gentoo Authors
47 # Distributed under the terms of the GNU General Public License v2
48
49 # Prefix does not need busybox for emergency recovery,
50 @@ -7,7 +7,6 @@
51
52 # Man pages are not essential.
53 -*sys-apps/man-pages
54 --*virtual/man
55
56 # A service manager is not essential.
57 -*virtual/service-manager