Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/mandoc/
Date: Sun, 31 Jul 2022 20:04:23
Message-Id: 1659297858.9a5ce81e4f3394cf5530abe7bbce620b4c546cf7.floppym@gentoo
1 commit: 9a5ce81e4f3394cf5530abe7bbce620b4c546cf7
2 Author: orbea <orbea <AT> riseup <DOT> net>
3 AuthorDate: Fri Jul 29 20:47:02 2022 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 31 20:04:18 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a5ce81e
7
8 app-text/mandoc: Add app-text/manpager to RDEPEND
9
10 When using USE=system-man man(1) fails to run if app-text/manpager is
11 not installed.
12
13 Signed-off-by: orbea <orbea <AT> riseup.net>
14 Closes: https://github.com/gentoo/gentoo/pull/26658
15 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
16
17 app-text/mandoc/{mandoc-1.14.6.ebuild => mandoc-1.14.6-r1.ebuild} | 5 ++++-
18 1 file changed, 4 insertions(+), 1 deletion(-)
19
20 diff --git a/app-text/mandoc/mandoc-1.14.6.ebuild b/app-text/mandoc/mandoc-1.14.6-r1.ebuild
21 similarity index 98%
22 rename from app-text/mandoc/mandoc-1.14.6.ebuild
23 rename to app-text/mandoc/mandoc-1.14.6-r1.ebuild
24 index 5def3a367540..5b9a5dba10d5 100644
25 --- a/app-text/mandoc/mandoc-1.14.6.ebuild
26 +++ b/app-text/mandoc/mandoc-1.14.6-r1.ebuild
27 @@ -15,7 +15,10 @@ KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc
28 IUSE="cgi system-man"
29
30 RDEPEND="sys-libs/zlib
31 - system-man? ( !sys-apps/man-db )
32 + system-man? (
33 + app-text/manpager
34 + !sys-apps/man-db
35 + )
36 "
37 DEPEND="${RDEPEND}
38 cgi? ( sys-libs/zlib[static-libs] )