commit: bf708de18250e33ea90ee32ce93c883959b59e43 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Aug 26 18:11:33 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Aug 26 18:22:14 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf708de1
sys-apps/man: Remove support for non-existent deps sys-apps/man/man-1.6g-r1.ebuild | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/sys-apps/man/man-1.6g-r1.ebuild b/sys-apps/man/man-1.6g-r1.ebuild index f77b64f1217..2574b3cd8dc 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 }