commit: 2279b9fe56f9ed156e11e6a65d6c4cfa803c78e0
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 6 21:31:38 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 6 21:31:42 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2279b9fe
sci-libs/lapack: minor style change
${P} (for me at least) implies the patch is upstreamed,
which it is.
Bug: https://bugs.gentoo.org/702254
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
sci-libs/lapack/lapack-3.9.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-libs/lapack/lapack-3.9.0-r1.ebuild
b/sci-libs/lapack/lapack-3.9.0-r1.ebuild
index 01d9add8fb4..06888886084 100644
--- a/sci-libs/lapack/lapack-3.9.0-r1.ebuild
+++ b/sci-libs/lapack/lapack-3.9.0-r1.ebuild
@@ -28,7 +28,7 @@ RDEPEND="
DEPEND="${RDEPEND}"
PATCHES=(
- "${FILESDIR}/${PN}-3.9.0-build-tests.patch"
+ "${FILESDIR}/${P}-build-tests.patch"
)
src_prepare() {