summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-08-26 20:11:33 +0200
committerMichał Górny <mgorny@gentoo.org>2018-08-26 20:22:14 +0200
commitbf708de18250e33ea90ee32ce93c883959b59e43 (patch)
tree3f886c044b527c571e3d9638b4c92c2bbccf61c8 /sys-apps/man/man-1.6g-r1.ebuild
parentsci-libs/openfoam: Remove support for non-existent deps (diff)
downloadgentoo-bf708de18250e33ea90ee32ce93c883959b59e43.tar.gz
gentoo-bf708de18250e33ea90ee32ce93c883959b59e43.tar.bz2
gentoo-bf708de18250e33ea90ee32ce93c883959b59e43.zip
sys-apps/man: Remove support for non-existent deps
Diffstat (limited to 'sys-apps/man/man-1.6g-r1.ebuild')
-rw-r--r--sys-apps/man/man-1.6g-r1.ebuild10
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
}