commit: 9eb8ce4902d2775e8da4002b47c57407dffa3db6 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Sun Feb 11 12:50:53 2024 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Sun Feb 11 13:04:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eb8ce49
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 <AT> gentoo.org> .../{fflas-ffpack-2.5.0.ebuild => fflas-ffpack-2.5.0-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) 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 similarity index 96% rename from sci-libs/fflas-ffpack/fflas-ffpack-2.5.0.ebuild rename to 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() {
