Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libcmatrix/
Date: Fri, 11 Jun 2021 00:29:28
Message-Id: 1623371351.a03e03ebe17bea12b1cc34970c6050ff8e5cef44.sam@gentoo
1 commit: a03e03ebe17bea12b1cc34970c6050ff8e5cef44
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 11 00:23:17 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 11 00:29:11 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a03e03eb
7
8 sci-libs/libcmatrix: port to EAPI 7, fix VariableScope (EROOT)
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sci-libs/libcmatrix/libcmatrix-3.11.0-r1.ebuild | 8 ++++----
13 1 file changed, 4 insertions(+), 4 deletions(-)
14
15 diff --git a/sci-libs/libcmatrix/libcmatrix-3.11.0-r1.ebuild b/sci-libs/libcmatrix/libcmatrix-3.11.0-r1.ebuild
16 index 8596928ef6a..87813567028 100644
17 --- a/sci-libs/libcmatrix/libcmatrix-3.11.0-r1.ebuild
18 +++ b/sci-libs/libcmatrix/libcmatrix-3.11.0-r1.ebuild
19 @@ -1,7 +1,7 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=6
25 +EAPI=7
26
27 inherit autotools
28
29 @@ -19,7 +19,7 @@ IUSE="cpu_flags_x86_sse threads"
30 RDEPEND="sci-libs/minuit"
31 DEPEND="${RDEPEND}"
32
33 -RESTRICT=mirror
34 +RESTRICT="mirror"
35
36 S="${WORKDIR}/${PN}R3"
37
38 @@ -44,7 +44,7 @@ src_configure() {
39 econf \
40 --with-minuit \
41 --without-atlas \
42 - --with-sysroot="${EROOT}" \
43 + --with-sysroot="${ESYSROOT}" \
44 $(use_with cpu_flags_x86_sse sse) \
45 $(use_with threads)
46 }