diff options
Diffstat (limited to 'sys-apps/man/man-1.6g-r1.ebuild')
-rw-r--r-- | sys-apps/man/man-1.6g-r1.ebuild | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sys-apps/man/man-1.6g-r1.ebuild b/sys-apps/man/man-1.6g-r1.ebuild index f77b64f12175..2574b3cd8dc6 100644 --- a/sys-apps/man/man-1.6g-r1.ebuild +++ b/sys-apps/man/man-1.6g-r1.ebuild @@ -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 } |