diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-12-31 17:10:22 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-12-31 17:14:31 +0100 |
commit | 98dcd65a8e3e750ab30f0e5c7215335201130c5b (patch) | |
tree | 35f9e2fdc4dc7e9cd3cf58b81744441c76c99118 /sys-apps | |
parent | sys-kernel/gentoo-sources: add 6.1.2 (diff) | |
download | gentoo-98dcd65a8e3e750ab30f0e5c7215335201130c5b.tar.gz gentoo-98dcd65a8e3e750ab30f0e5c7215335201130c5b.tar.bz2 gentoo-98dcd65a8e3e750ab30f0e5c7215335201130c5b.zip |
sys-apps/texinfo: add missing dependency on help2man
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/texinfo/texinfo-7.0.1-r1.ebuild | 5 | ||||
-rw-r--r-- | sys-apps/texinfo/texinfo-7.0.1.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/sys-apps/texinfo/texinfo-7.0.1-r1.ebuild b/sys-apps/texinfo/texinfo-7.0.1-r1.ebuild index ac7dbea1ee77..09499a77dda3 100644 --- a/sys-apps/texinfo/texinfo-7.0.1-r1.ebuild +++ b/sys-apps/texinfo/texinfo-7.0.1-r1.ebuild @@ -33,7 +33,10 @@ RDEPEND=" nls? ( virtual/libintl ) " DEPEND="${RDEPEND}" -BDEPEND="nls? ( >=sys-devel/gettext-0.19.6 )" +BDEPEND=" + sys-apps/help2man + nls? ( >=sys-devel/gettext-0.19.6 ) +" PATCHES=( "${FILESDIR}"/${P}-lto-type-mismatch.patch diff --git a/sys-apps/texinfo/texinfo-7.0.1.ebuild b/sys-apps/texinfo/texinfo-7.0.1.ebuild index 9669d1502f2e..05ce4eb6f6dd 100644 --- a/sys-apps/texinfo/texinfo-7.0.1.ebuild +++ b/sys-apps/texinfo/texinfo-7.0.1.ebuild @@ -33,7 +33,10 @@ RDEPEND=" nls? ( virtual/libintl ) " DEPEND="${RDEPEND}" -BDEPEND="nls? ( >=sys-devel/gettext-0.19.6 )" +BDEPEND=" + sys-apps/help2man + nls? ( >=sys-devel/gettext-0.19.6 ) +" src_prepare() { default |