sys-apps/man: Remove support for non-existent deps
authorMichał Górny <mgorny@gentoo.org>
Sun, 26 Aug 2018 18:11:33 +0000 (20:11 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 26 Aug 2018 18:22:14 +0000 (20:22 +0200)
sys-apps/man/man-1.6g-r1.ebuild

index f77b64f1217536625de68467f14e730d72412c76..2574b3cd8dc6939beaa78b3094dd5fff7559a409 100644 (file)
@@ -15,7 +15,7 @@ KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x8
 IUSE="+lzma nls selinux"
 
 DEPEND="nls? ( sys-devel/gettext )"
-RDEPEND="|| ( >=sys-apps/groff-1.19.2-r1 app-doc/heirloom-doctools )
+RDEPEND=">=sys-apps/groff-1.19.2-r1
        !sys-apps/man-db
        !<app-arch/lzma-4.63
        lzma? ( app-arch/xz-utils )
@@ -128,12 +128,4 @@ pkg_postinst() {
                ewarn "You might want to delete all but one of these:"
                ewarn ${files}
        fi
-
-       if has_version app-doc/heirloom-doctools; then
-               ewarn "Please note that the /etc/man.conf file installed will not"
-               ewarn "work with heirloom's nroff by default (yet)."
-               ewarn ""
-               ewarn "Check app-doc/heirloom-doctools elog messages for the proper"
-               ewarn "configuration."
-       fi
 }