From a03e03ebe17bea12b1cc34970c6050ff8e5cef44 Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 11 Jun 2021 00:23:17 +0000 Subject: sci-libs/libcmatrix: port to EAPI 7, fix VariableScope (EROOT) Signed-off-by: Sam James --- sci-libs/libcmatrix/libcmatrix-3.11.0-r1.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sci-libs/libcmatrix') 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) } -- cgit v1.2.3-65-gdbad