Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/man/
Date: Sun, 26 Aug 2018 18:22:31
Message-Id: 1535307734.bf708de18250e33ea90ee32ce93c883959b59e43.mgorny@gentoo
1 commit: bf708de18250e33ea90ee32ce93c883959b59e43
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 26 18:11:33 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 26 18:22:14 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf708de1
7
8 sys-apps/man: Remove support for non-existent deps
9
10 sys-apps/man/man-1.6g-r1.ebuild | 10 +---------
11 1 file changed, 1 insertion(+), 9 deletions(-)
12
13 diff --git a/sys-apps/man/man-1.6g-r1.ebuild b/sys-apps/man/man-1.6g-r1.ebuild
14 index f77b64f1217..2574b3cd8dc 100644
15 --- a/sys-apps/man/man-1.6g-r1.ebuild
16 +++ b/sys-apps/man/man-1.6g-r1.ebuild
17 @@ -15,7 +15,7 @@ KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x8
18 IUSE="+lzma nls selinux"
19
20 DEPEND="nls? ( sys-devel/gettext )"
21 -RDEPEND="|| ( >=sys-apps/groff-1.19.2-r1 app-doc/heirloom-doctools )
22 +RDEPEND=">=sys-apps/groff-1.19.2-r1
23 !sys-apps/man-db
24 !<app-arch/lzma-4.63
25 lzma? ( app-arch/xz-utils )
26 @@ -128,12 +128,4 @@ pkg_postinst() {
27 ewarn "You might want to delete all but one of these:"
28 ewarn ${files}
29 fi
30 -
31 - if has_version app-doc/heirloom-doctools; then
32 - ewarn "Please note that the /etc/man.conf file installed will not"
33 - ewarn "work with heirloom's nroff by default (yet)."
34 - ewarn ""
35 - ewarn "Check app-doc/heirloom-doctools elog messages for the proper"
36 - ewarn "configuration."
37 - fi
38 }