diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-02-05 16:31:41 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-02-05 16:38:14 +0100 |
commit | 2086f82561177594a6d2e64d892c73dd0824b8e0 (patch) | |
tree | 5fe6b9585bc65ad86da48fe1b71f9428fc56f4d3 /profiles/features | |
parent | app-admin/exo: remove old (diff) | |
download | gentoo-2086f82561177594a6d2e64d892c73dd0824b8e0.tar.gz gentoo-2086f82561177594a6d2e64d892c73dd0824b8e0.tar.bz2 gentoo-2086f82561177594a6d2e64d892c73dd0824b8e0.zip |
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@gentoo.org>
Diffstat (limited to 'profiles/features')
-rw-r--r-- | profiles/features/prefix/standalone/packages | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/profiles/features/prefix/standalone/packages b/profiles/features/prefix/standalone/packages index 8d5b9aeeb330..259169a6769c 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 |