summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2019-01-08 19:36:08 +0100
committerThomas Deutschmann <whissi@gentoo.org>2019-01-08 20:19:51 +0100
commitef48f9cd40733ee087c8549d72007073caad111a (patch)
treea59754f054f455ac15ee3f939a7bf4b84737be6b /sys-apps/groff/groff-1.22.4.ebuild
parentsys-apps/groff: really use /usr/share/doc/${PF} as docdir (diff)
downloadgentoo-ef48f9cd40733ee087c8549d72007073caad111a.tar.gz
gentoo-ef48f9cd40733ee087c8549d72007073caad111a.tar.bz2
gentoo-ef48f9cd40733ee087c8549d72007073caad111a.zip
sys-apps/groff: build system requires makeinfo from sys-apps/texinfo
Closes: https://github.com/gentoo/gentoo/pull/10697 Closes: https://github.com/gentoo/gentoo/pull/10745 Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'sys-apps/groff/groff-1.22.4.ebuild')
-rw-r--r--sys-apps/groff/groff-1.22.4.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/groff/groff-1.22.4.ebuild b/sys-apps/groff/groff-1.22.4.ebuild
index 749ccb4d7c97..8ec07c8c1ad7 100644
--- a/sys-apps/groff/groff-1.22.4.ebuild
+++ b/sys-apps/groff/groff-1.22.4.ebuild
@@ -28,7 +28,8 @@ RDEPEND="
x11-libs/libICE
)"
DEPEND="${RDEPEND}
- dev-lang/perl"
+ dev-lang/perl
+ sys-apps/texinfo"
DOCS=( BUG-REPORT ChangeLog MORE.STUFF NEWS PROBLEMS PROJECTS README TODO )