summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-02-01 09:16:59 +0100
committerAlexis Ballier <aballier@gentoo.org>2016-02-01 09:25:57 +0100
commit3bf69d30ad50f4c2041c23006f3386a9758a746a (patch)
treebd0148d450f2630099526c3ec2424195d4a29a01
parentmedia-video/ffmpeg: bump to 2.8.6 (diff)
downloadgentoo-3bf69d30.tar.gz
gentoo-3bf69d30.tar.bz2
gentoo-3bf69d30.zip
eclass/latex-package.eclass: reindent
-rw-r--r--eclass/latex-package.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/latex-package.eclass b/eclass/latex-package.eclass
index b32943b580a4..39211be6e181 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}"`