commit: 64f92a8fe7d4f30a4a9ea2c1f081ee6d69d6be21 Author: epsilonKNOT <gentoo <AT> aisha <DOT> cc> AuthorDate: Sun Nov 29 01:48:25 2020 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Fri Dec 11 12:22:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64f92a8f
virtual/man: allow mandoc as man provider Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc> Closes: https://github.com/gentoo/gentoo/pull/18444 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org> virtual/man/man-0-r4.ebuild | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/virtual/man/man-0-r4.ebuild b/virtual/man/man-0-r4.ebuild new file mode 100644 index 00000000000..90e9ed3d5e8 --- /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] + ) +"
