diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-01-22 17:35:46 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-01-22 20:04:55 +0100 |
commit | bee18d935c22e885b36b27df00dd031bfbf3c769 (patch) | |
tree | eddce450344a3ef81438939bf588d266d4731774 /virtual | |
parent | sys-freebsd/freebsd-ubin: Install 'man' as part of the package (diff) | |
download | gentoo-bee18d935c22e885b36b27df00dd031bfbf3c769.tar.gz gentoo-bee18d935c22e885b36b27df00dd031bfbf3c769.tar.bz2 gentoo-bee18d935c22e885b36b27df00dd031bfbf3c769.zip |
virtual/man: Add new sys-freebsd/freebsd-ubin as man provider
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/man/man-0-r2.ebuild (renamed from virtual/man/man-0-r1.ebuild) | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/virtual/man/man-0-r1.ebuild b/virtual/man/man-0-r2.ebuild index f3ec248a917c..3f7d562cae55 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 + )" |