diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2024-02-11 07:50:53 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2024-02-11 08:04:38 -0500 |
commit | 9eb8ce4902d2775e8da4002b47c57407dffa3db6 (patch) | |
tree | 89f507084f3e04be0162e423930b856f290c7cd3 /sci-libs | |
parent | app-admin/conky: drop 1.19.2-r1 (diff) | |
download | gentoo-9eb8ce4902d2775e8da4002b47c57407dffa3db6.tar.gz gentoo-9eb8ce4902d2775e8da4002b47c57407dffa3db6.tar.bz2 gentoo-9eb8ce4902d2775e8da4002b47c57407dffa3db6.zip |
sci-libs/fflas-ffpack: fix pkg-config libdir (again)
I dropped this patch during the upgrade thinking that it was in the
release (it's merged upstream), but it isn't.
Closes: https://bugs.gentoo.org/924277
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/fflas-ffpack/fflas-ffpack-2.5.0-r1.ebuild (renamed from sci-libs/fflas-ffpack/fflas-ffpack-2.5.0.ebuild) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sci-libs/fflas-ffpack/fflas-ffpack-2.5.0.ebuild b/sci-libs/fflas-ffpack/fflas-ffpack-2.5.0-r1.ebuild index dda1212a776f..90005f9a7fc4 100644 --- a/sci-libs/fflas-ffpack/fflas-ffpack-2.5.0.ebuild +++ b/sci-libs/fflas-ffpack/fflas-ffpack-2.5.0-r1.ebuild @@ -26,6 +26,7 @@ RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}/${PN}-2.5.0-blaslapack.patch" "${FILESDIR}/${PN}-2.4.3-no-test-echelon.patch" + "${FILESDIR}/${PN}-2.4.3-fix-pc-libdir.patch" ) pkg_pretend() { |