summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2022-08-01 11:21:07 -0400
committerMike Gilbert <floppym@gentoo.org>2022-08-01 11:21:07 -0400
commit47e4b5b7090c7da5308dd08ee6179c335178d469 (patch)
tree6c9d975259254ed11cc374fcb1727cd6ca28eff7 /app-text/mandoc
parentdev-python/nbconvert: Keyword 6.5.0-r2 ppc, #856469 (diff)
downloadgentoo-47e4b5b7090c7da5308dd08ee6179c335178d469.tar.gz
gentoo-47e4b5b7090c7da5308dd08ee6179c335178d469.tar.bz2
gentoo-47e4b5b7090c7da5308dd08ee6179c335178d469.zip
Revert "app-text/mandoc: Add app-text/manpager to RDEPEND"
After discussion on https://github.com/gentoo/gentoo/pull/26658, we concluded that manpager is not actually needed to make mandoc work properly. Reverts: 9a5ce81e4f3394cf5530abe7bbce620b4c546cf7 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'app-text/mandoc')
-rw-r--r--app-text/mandoc/mandoc-1.14.6.ebuild (renamed from app-text/mandoc/mandoc-1.14.6-r1.ebuild)5
1 files changed, 1 insertions, 4 deletions
diff --git a/app-text/mandoc/mandoc-1.14.6-r1.ebuild b/app-text/mandoc/mandoc-1.14.6.ebuild
index 5b9a5dba10d5..5def3a367540 100644
--- a/app-text/mandoc/mandoc-1.14.6-r1.ebuild
+++ b/app-text/mandoc/mandoc-1.14.6.ebuild
@@ -15,10 +15,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc
IUSE="cgi system-man"
RDEPEND="sys-libs/zlib
- system-man? (
- app-text/manpager
- !sys-apps/man-db
- )
+ system-man? ( !sys-apps/man-db )
"
DEPEND="${RDEPEND}
cgi? ( sys-libs/zlib[static-libs] )