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/lapack/
Date: Sat, 06 Feb 2021 21:33:56
Message-Id: 1612647102.2279b9fe56f9ed156e11e6a65d6c4cfa803c78e0.sam@gentoo
1 commit: 2279b9fe56f9ed156e11e6a65d6c4cfa803c78e0
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 6 21:31:38 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 6 21:31:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2279b9fe
7
8 sci-libs/lapack: minor style change
9
10 ${P} (for me at least) implies the patch is upstreamed,
11 which it is.
12
13 Bug: https://bugs.gentoo.org/702254
14 Package-Manager: Portage-3.0.14, Repoman-3.0.2
15 Signed-off-by: Sam James <sam <AT> gentoo.org>
16
17 sci-libs/lapack/lapack-3.9.0-r1.ebuild | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20 diff --git a/sci-libs/lapack/lapack-3.9.0-r1.ebuild b/sci-libs/lapack/lapack-3.9.0-r1.ebuild
21 index 01d9add8fb4..06888886084 100644
22 --- a/sci-libs/lapack/lapack-3.9.0-r1.ebuild
23 +++ b/sci-libs/lapack/lapack-3.9.0-r1.ebuild
24 @@ -28,7 +28,7 @@ RDEPEND="
25 DEPEND="${RDEPEND}"
26
27 PATCHES=(
28 - "${FILESDIR}/${PN}-3.9.0-build-tests.patch"
29 + "${FILESDIR}/${P}-build-tests.patch"
30 )
31
32 src_prepare() {