Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/man/
Date: Tue, 22 Jan 2019 19:05:07
Message-Id: 1548183895.bee18d935c22e885b36b27df00dd031bfbf3c769.mgorny@gentoo
1 commit: bee18d935c22e885b36b27df00dd031bfbf3c769
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 22 16:35:46 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 22 19:04:55 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bee18d93
7
8 virtual/man: Add new sys-freebsd/freebsd-ubin as man provider
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 virtual/man/{man-0-r1.ebuild => man-0-r2.ebuild} | 7 ++++++-
13 1 file changed, 6 insertions(+), 1 deletion(-)
14
15 diff --git a/virtual/man/man-0-r1.ebuild b/virtual/man/man-0-r2.ebuild
16 similarity index 81%
17 rename from virtual/man/man-0-r1.ebuild
18 rename to virtual/man/man-0-r2.ebuild
19 index f3ec248a917..3f7d562cae5 100644
20 --- a/virtual/man/man-0-r1.ebuild
21 +++ b/virtual/man/man-0-r2.ebuild
22 @@ -7,4 +7,9 @@ DESCRIPTION="Virtual for man"
23 SLOT="0"
24 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"
25
26 -RDEPEND="|| ( sys-apps/man-db sys-apps/man )"
27 +RDEPEND="
28 + || (
29 + sys-apps/man-db
30 + sys-apps/man
31 + >=sys-freebsd/freebsd-ubin-11.1-r1
32 + )"