diff options
author | 2015-09-23 14:45:53 +0200 | |
---|---|---|
committer | 2015-09-23 14:45:53 +0200 | |
commit | 1b34418e4d64b56c8446b690f7d9c3d7a74d2032 (patch) | |
tree | d363745f47ccbb18ba70c3b1bf58313b21ff0faa /sci-physics | |
parent | media-libs/libgfx: Use default functions (diff) | |
download | sci-1b34418e4d64b56c8446b690f7d9c3d7a74d2032.tar.gz sci-1b34418e4d64b56c8446b690f7d9c3d7a74d2032.tar.bz2 sci-1b34418e4d64b56c8446b690f7d9c3d7a74d2032.zip |
sci-physics/tauola: Use default functions
Package-Manager: portage-2.2.21
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/tauola/tauola-1.1.3.ebuild | 8 | ||||
-rw-r--r-- | sci-physics/tauola/tauola-1.1.4.ebuild | 6 | ||||
-rw-r--r-- | sci-physics/tauola/tauola-1.1.5.ebuild | 6 | ||||
-rw-r--r-- | sci-physics/tauola/tauola-9999.ebuild | 6 |
4 files changed, 13 insertions, 13 deletions
diff --git a/sci-physics/tauola/tauola-1.1.3.ebuild b/sci-physics/tauola/tauola-1.1.3.ebuild index 28072cec2..6c115a204 100644 --- a/sci-physics/tauola/tauola-1.1.3.ebuild +++ b/sci-physics/tauola/tauola-1.1.3.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$ @@ -47,12 +47,12 @@ src_configure() { } src_compile() { - emake + default if use doc; then cd "${S}/documentation/doxy_documentation" || die - emake + default cd "${S}/documentation/latex_documentation" || die - emake + default fi } diff --git a/sci-physics/tauola/tauola-1.1.4.ebuild b/sci-physics/tauola/tauola-1.1.4.ebuild index c7ad81add..67a62f334 100644 --- a/sci-physics/tauola/tauola-1.1.4.ebuild +++ b/sci-physics/tauola/tauola-1.1.4.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$ @@ -50,9 +50,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 } diff --git a/sci-physics/tauola/tauola-1.1.5.ebuild b/sci-physics/tauola/tauola-1.1.5.ebuild index b3245ba91..48a249100 100644 --- a/sci-physics/tauola/tauola-1.1.5.ebuild +++ b/sci-physics/tauola/tauola-1.1.5.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$ @@ -51,9 +51,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 } 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 } |