commit: a03e03ebe17bea12b1cc34970c6050ff8e5cef44
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 11 00:23:17 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 11 00:29:11 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a03e03eb
sci-libs/libcmatrix: port to EAPI 7, fix VariableScope (EROOT)
Signed-off-by: Sam James <sam <AT> gentoo.org>
sci-libs/libcmatrix/libcmatrix-3.11.0-r1.ebuild | 8 ++++----
1 file 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 8596928ef6a..87813567028 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)
}