summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-mathematics/normaliz/normaliz-3.1.3.ebuild')
-rw-r--r--sci-mathematics/normaliz/normaliz-3.1.3.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-mathematics/normaliz/normaliz-3.1.3.ebuild b/sci-mathematics/normaliz/normaliz-3.1.3.ebuild
index 01a92c6acf0a..7f9223274c34 100644
--- a/sci-mathematics/normaliz/normaliz-3.1.3.ebuild
+++ b/sci-mathematics/normaliz/normaliz-3.1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -26,12 +26,12 @@ DEPEND="${RDEPEND}
S=${WORKDIR}/${MYP}
-src_prepare () {
+src_prepare() {
./bootstrap.sh || die
default
}
-src_configure () {
+src_configure() {
if use openmp && ! tc-has-openmp ; then
die "You requested openmp, but your toolchain does not support it."
fi