diff options
author | Sam James <sam@gentoo.org> | 2021-06-11 00:23:17 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-11 00:29:11 +0000 |
commit | a03e03ebe17bea12b1cc34970c6050ff8e5cef44 (patch) | |
tree | dc8ce055fdf751c2057e9b7f5978a77737d94584 /sci-libs/libcmatrix | |
parent | sci-mathematics/sha1-polyml: fix VariableScope (ROOT) (diff) | |
download | gentoo-a03e03ebe17bea12b1cc34970c6050ff8e5cef44.tar.gz gentoo-a03e03ebe17bea12b1cc34970c6050ff8e5cef44.tar.bz2 gentoo-a03e03ebe17bea12b1cc34970c6050ff8e5cef44.zip |
sci-libs/libcmatrix: port to EAPI 7, fix VariableScope (EROOT)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs/libcmatrix')
-rw-r--r-- | sci-libs/libcmatrix/libcmatrix-3.11.0-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sci-libs/libcmatrix/libcmatrix-3.11.0-r1.ebuild b/sci-libs/libcmatrix/libcmatrix-3.11.0-r1.ebuild index 8596928ef6a1..87813567028c 100644 --- a/sci-libs/libcmatrix/libcmatrix-3.11.0-r1.ebuild +++ b/sci-libs/libcmatrix/libcmatrix-3.11.0-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit autotools @@ -19,7 +19,7 @@ IUSE="cpu_flags_x86_sse threads" RDEPEND="sci-libs/minuit" DEPEND="${RDEPEND}" -RESTRICT=mirror +RESTRICT="mirror" S="${WORKDIR}/${PN}R3" @@ -44,7 +44,7 @@ src_configure() { econf \ --with-minuit \ --without-atlas \ - --with-sysroot="${EROOT}" \ + --with-sysroot="${ESYSROOT}" \ $(use_with cpu_flags_x86_sse sse) \ $(use_with threads) } |