commit: 3bf69d30ad50f4c2041c23006f3386a9758a746a
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 1 08:16:59 2016 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Feb 1 08:25:57 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bf69d30
eclass/latex-package.eclass: reindent
eclass/latex-package.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/latex-package.eclass b/eclass/latex-package.eclass
index b32943b..39211be 100644
--- a/eclass/latex-package.eclass
+++ b/eclass/latex-package.eclass
@@ -128,7 +128,7 @@ latex-package_src_doinstall() {
do
einfo "Making documentation: $i"
texi2dvi -q -c --language=latex $i &>
/dev/null || die
- done
+ done
;;
"tfm" | "vf" | "afm")
for i in `find . -maxdepth 1 -type f -name
"*.${1}"`