commit:     47e4b5b7090c7da5308dd08ee6179c335178d469
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  1 15:21:07 2022 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Aug  1 15:21:07 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47e4b5b7

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 <AT> gentoo.org>

 app-text/mandoc/{mandoc-1.14.6-r1.ebuild => mandoc-1.14.6.ebuild} | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/app-text/mandoc/mandoc-1.14.6-r1.ebuild 
b/app-text/mandoc/mandoc-1.14.6.ebuild
similarity index 98%
rename from app-text/mandoc/mandoc-1.14.6-r1.ebuild
rename to 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] )

Reply via email to