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: Mon, 01 Aug 2022 15:22:39
Message-Id: 1659367267.47e4b5b7090c7da5308dd08ee6179c335178d469.floppym@gentoo
1 commit: 47e4b5b7090c7da5308dd08ee6179c335178d469
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 1 15:21:07 2022 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 1 15:21:07 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47e4b5b7
7
8 Revert "app-text/mandoc: Add app-text/manpager to RDEPEND"
9
10 After discussion on https://github.com/gentoo/gentoo/pull/26658, we
11 concluded that manpager is not actually needed to make mandoc work
12 properly.
13
14 Reverts: 9a5ce81e4f3394cf5530abe7bbce620b4c546cf7
15 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
16
17 app-text/mandoc/{mandoc-1.14.6-r1.ebuild => mandoc-1.14.6.ebuild} | 5 +----
18 1 file changed, 1 insertion(+), 4 deletions(-)
19
20 diff --git a/app-text/mandoc/mandoc-1.14.6-r1.ebuild b/app-text/mandoc/mandoc-1.14.6.ebuild
21 similarity index 98%
22 rename from app-text/mandoc/mandoc-1.14.6-r1.ebuild
23 rename to app-text/mandoc/mandoc-1.14.6.ebuild
24 index 5b9a5dba10d5..5def3a367540 100644
25 --- a/app-text/mandoc/mandoc-1.14.6-r1.ebuild
26 +++ b/app-text/mandoc/mandoc-1.14.6.ebuild
27 @@ -15,10 +15,7 @@ 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? (
32 - app-text/manpager
33 - !sys-apps/man-db
34 - )
35 + system-man? ( !sys-apps/man-db )
36 "
37 DEPEND="${RDEPEND}
38 cgi? ( sys-libs/zlib[static-libs] )