commit: bee18d935c22e885b36b27df00dd031bfbf3c769 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Jan 22 16:35:46 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Jan 22 19:04:55 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bee18d93
virtual/man: Add new sys-freebsd/freebsd-ubin as man provider Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> virtual/man/{man-0-r1.ebuild => man-0-r2.ebuild} | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/virtual/man/man-0-r1.ebuild b/virtual/man/man-0-r2.ebuild similarity index 81% rename from virtual/man/man-0-r1.ebuild rename to virtual/man/man-0-r2.ebuild index f3ec248a917..3f7d562cae5 100644 --- a/virtual/man/man-0-r1.ebuild +++ b/virtual/man/man-0-r2.ebuild @@ -7,4 +7,9 @@ DESCRIPTION="Virtual for man" SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~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 sys-apps/man )" +RDEPEND=" + || ( + sys-apps/man-db + sys-apps/man + >=sys-freebsd/freebsd-ubin-11.1-r1 + )"