diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-08-03 12:42:42 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-08-03 12:42:42 +0200 |
commit | 308686f6ca150b544fcbf020bed01a3b21c7e6d5 (patch) | |
tree | d99d023804458f5a15207fcfa529230627ac2b6f | |
parent | dev-tex/chktex: set AT_M4DIR to get proper include dir for autotools; bug #59... (diff) | |
download | gentoo-308686f6ca150b544fcbf020bed01a3b21c7e6d5.tar.gz gentoo-308686f6ca150b544fcbf020bed01a3b21c7e6d5.tar.bz2 gentoo-308686f6ca150b544fcbf020bed01a3b21c7e6d5.zip |
dev-tex/chktex: add missing build dep on dev-texlive/texlive-fontsrecommended; bug #590366
Package-Manager: portage-2.3.0
-rw-r--r-- | dev-tex/chktex/chktex-1.7.5.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-tex/chktex/chktex-1.7.5.ebuild b/dev-tex/chktex/chktex-1.7.5.ebuild index a4cf697038e2..17af1b2444c5 100644 --- a/dev-tex/chktex/chktex-1.7.5.ebuild +++ b/dev-tex/chktex/chktex-1.7.5.ebuild @@ -23,6 +23,7 @@ RDEPEND="virtual/latex-base pcre? ( dev-libs/libpcre )" DEPEND="${RDEPEND} sys-apps/groff + dev-texlive/texlive-fontsrecommended doc? ( dev-tex/latex2html )" PATCHES=( "${FILESDIR}/${PN}-1.7.1-asneeded.patch" ) |