commit:     2086f82561177594a6d2e64d892c73dd0824b8e0
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  5 15:31:41 2021 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Fri Feb  5 15:38:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2086f825

profiles: install virtual/man as part of @system

man-pages aren't terribly useful, but it is very useful to be able to
read man-pages from prefix-installed packages, so install a man that
knows where everything is.

Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 profiles/features/prefix/standalone/packages | 4 +++-
 profiles/prefix/packages                     | 3 +--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/profiles/features/prefix/standalone/packages 
b/profiles/features/prefix/standalone/packages
index 8d5b9aeeb33..259169a6769 100644
--- a/profiles/features/prefix/standalone/packages
+++ b/profiles/features/prefix/standalone/packages
@@ -1,3 +1,6 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
 # RAP does not need busybox for emergency recovery, the host have all those 
tools.
 -*sys-apps/busybox
 
@@ -6,7 +9,6 @@
 
 # Man pages are not essential.
 -*sys-apps/man-pages
--*virtual/man
 
 # A service manager is not essential.
 -*virtual/service-manager

diff --git a/profiles/prefix/packages b/profiles/prefix/packages
index bec16c0399b..03d33255d15 100644
--- a/profiles/prefix/packages
+++ b/profiles/prefix/packages
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Prefix does not need busybox for emergency recovery,
@@ -7,7 +7,6 @@
 
 # Man pages are not essential.
 -*sys-apps/man-pages
--*virtual/man
 
 # A service manager is not essential.
 -*virtual/service-manager

Reply via email to