aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-physics/tauola/tauola-9999.ebuild')
-rw-r--r--sci-physics/tauola/tauola-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-physics/tauola/tauola-9999.ebuild b/sci-physics/tauola/tauola-9999.ebuild
index a10c121ab..4785126b3 100644
--- a/sci-physics/tauola/tauola-9999.ebuild
+++ b/sci-physics/tauola/tauola-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -55,9 +55,9 @@ src_compile() {
emake -j1
if use doc; then
cd "${S}/documentation/doxy_documentation" || die
- emake
+ default
cd "${S}/documentation/latex_documentation" || die
- emake
+ default
fi
}