commit: e64c3fe8fcb1e8da7405ab31eefce87497ea1c07
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 2 08:42:12 2016 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Aug 2 08:42:32 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e64c3fe8
dev-tex/chktex: build dvi file at src_compile instead of src_install; should
fix bugs #568840 and #580918
Package-Manager: portage-2.3.0
dev-tex/chktex/chktex-1.7.5.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/dev-tex/chktex/chktex-1.7.5.ebuild
b/dev-tex/chktex/chktex-1.7.5.ebuild
index cca1bf4..5d1fb74 100644
--- a/dev-tex/chktex/chktex-1.7.5.ebuild
+++ b/dev-tex/chktex/chktex-1.7.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -40,6 +40,7 @@ src_configure() {
src_compile() {
autotools-utils_src_compile
+ autotools-utils_src_compile ChkTeX.dvi
use doc && autotools-utils_src_compile html
}
@@ -48,6 +49,7 @@ src_install() {
HTML_DOCS=("${AUTOTOOLS_BUILD_DIR}/HTML/ChkTeX/")
DOCS+=("${AUTOTOOLS_BUILD_DIR}/HTML/ChkTeX.tex")
fi
+ DOCS+=("${AUTOTOOLS_BUILD_DIR}/ChkTeX.dvi")
autotools-utils_src_install
doman *.1
}