Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/texinfo/
Date: Sat, 31 Dec 2022 16:14:55
Message-Id: 1672503271.98dcd65a8e3e750ab30f0e5c7215335201130c5b.dilfridge@gentoo
1 commit: 98dcd65a8e3e750ab30f0e5c7215335201130c5b
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 31 16:10:22 2022 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 31 16:14:31 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98dcd65a
7
8 sys-apps/texinfo: add missing dependency on help2man
9
10 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
11
12 sys-apps/texinfo/texinfo-7.0.1-r1.ebuild | 5 ++++-
13 sys-apps/texinfo/texinfo-7.0.1.ebuild | 5 ++++-
14 2 files changed, 8 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-apps/texinfo/texinfo-7.0.1-r1.ebuild b/sys-apps/texinfo/texinfo-7.0.1-r1.ebuild
17 index ac7dbea1ee77..09499a77dda3 100644
18 --- a/sys-apps/texinfo/texinfo-7.0.1-r1.ebuild
19 +++ b/sys-apps/texinfo/texinfo-7.0.1-r1.ebuild
20 @@ -33,7 +33,10 @@ RDEPEND="
21 nls? ( virtual/libintl )
22 "
23 DEPEND="${RDEPEND}"
24 -BDEPEND="nls? ( >=sys-devel/gettext-0.19.6 )"
25 +BDEPEND="
26 + sys-apps/help2man
27 + nls? ( >=sys-devel/gettext-0.19.6 )
28 +"
29
30 PATCHES=(
31 "${FILESDIR}"/${P}-lto-type-mismatch.patch
32
33 diff --git a/sys-apps/texinfo/texinfo-7.0.1.ebuild b/sys-apps/texinfo/texinfo-7.0.1.ebuild
34 index 9669d1502f2e..05ce4eb6f6dd 100644
35 --- a/sys-apps/texinfo/texinfo-7.0.1.ebuild
36 +++ b/sys-apps/texinfo/texinfo-7.0.1.ebuild
37 @@ -33,7 +33,10 @@ RDEPEND="
38 nls? ( virtual/libintl )
39 "
40 DEPEND="${RDEPEND}"
41 -BDEPEND="nls? ( >=sys-devel/gettext-0.19.6 )"
42 +BDEPEND="
43 + sys-apps/help2man
44 + nls? ( >=sys-devel/gettext-0.19.6 )
45 +"
46
47 src_prepare() {
48 default