X-Git-Url: https://git.draconx.ca/gitweb/gentoo-fixes.git/blobdiff_plain/47ae3c799023e96ee7c9c7823c1d8aef0cf1b318..9bc59d5f97a13b9cf75b41852d80e3234f426cb6:/virtual/man/man-0-r4.ebuild diff --git a/virtual/man/man-0-r4.ebuild b/virtual/man/man-0-r4.ebuild new file mode 100644 index 0000000..99dd20f --- /dev/null +++ b/virtual/man/man-0-r4.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2021 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 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + +RDEPEND=" + || ( + sys-apps/man + sys-apps/man-db + >=app-text/mandoc-1.14.5-r1[system-man] + ) +"