summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorepsilonKNOT <gentoo@aisha.cc>2020-11-28 20:48:25 -0500
committerLars Wendler <polynomial-c@gentoo.org>2020-12-11 13:22:18 +0100
commit64f92a8fe7d4f30a4a9ea2c1f081ee6d69d6be21 (patch)
treecdf7f8fedb3c20c5d6a70789e1ecce448e9115ce /virtual/man
parentapp-text/mandoc: allow mandoc as default man provider (diff)
downloadgentoo-64f92a8fe7d4f30a4a9ea2c1f081ee6d69d6be21.tar.gz
gentoo-64f92a8fe7d4f30a4a9ea2c1f081ee6d69d6be21.tar.bz2
gentoo-64f92a8fe7d4f30a4a9ea2c1f081ee6d69d6be21.zip
virtual/man: allow mandoc as man provider
Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Aisha Tammy <gentoo@aisha.cc> Closes: https://github.com/gentoo/gentoo/pull/18444 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'virtual/man')
-rw-r--r--virtual/man/man-0-r4.ebuild15
1 files changed, 15 insertions, 0 deletions
diff --git a/virtual/man/man-0-r4.ebuild b/virtual/man/man-0-r4.ebuild
new file mode 100644
index 000000000000..90e9ed3d5e83
--- /dev/null
+++ b/virtual/man/man-0-r4.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Virtual for man"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND="
+ || (
+ sys-apps/man-db
+ >=app-text/mandoc-1.14.5-r1[system-man]
+ )
+"