]> git.draconx.ca Git - gentoo-fixes.git/blob - virtual/man/man-0-r4.ebuild
app-emulation/wine-vanilla-4.0.4: Adapt mpg123 dependency.
[gentoo-fixes.git] / virtual / man / man-0-r4.ebuild
1 # Copyright 1999-2021 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5
6 DESCRIPTION="Virtual for man"
7 SLOT="0"
8 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"
9
10 RDEPEND="
11         || (
12                 sys-apps/man
13                 sys-apps/man-db
14                 >=app-text/mandoc-1.14.5-r1[system-man]
15         )
16 "