summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-02-06 21:31:38 +0000
committerSam James <sam@gentoo.org>2021-02-06 21:31:42 +0000
commit2279b9fe56f9ed156e11e6a65d6c4cfa803c78e0 (patch)
tree51e8862211fc8b175018ae13a49b047d6001c854
parentdev-python/ipython: add missing doc dep (dev-python/sphinx_rtd_theme) (diff)
downloadgentoo-2279b9fe56f9ed156e11e6a65d6c4cfa803c78e0.tar.gz
gentoo-2279b9fe56f9ed156e11e6a65d6c4cfa803c78e0.tar.bz2
gentoo-2279b9fe56f9ed156e11e6a65d6c4cfa803c78e0.zip
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@gentoo.org>
-rw-r--r--sci-libs/lapack/lapack-3.9.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/lapack/lapack-3.9.0-r1.ebuild b/sci-libs/lapack/lapack-3.9.0-r1.ebuild
index 01d9add8fb4b..06888886084a 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() {