commit: 3861af0e507f2ee6d87c57ea5b44db7a329da776 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Sun Apr 14 20:59:32 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Mon Apr 15 04:55:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3861af0e
sci-libs/spr: fix bug #930029 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://bugs.gentoo.org/930029 Closes: https://github.com/gentoo/gentoo/pull/36261 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> sci-libs/spr/{spr-3.3.2-r1.ebuild => spr-3.3.2-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/spr/spr-3.3.2-r1.ebuild b/sci-libs/spr/spr-3.3.2-r2.ebuild similarity index 96% rename from sci-libs/spr/spr-3.3.2-r1.ebuild rename to sci-libs/spr/spr-3.3.2-r2.ebuild index 54935e6924fd..230353e35cc6 100644 --- a/sci-libs/spr/spr-3.3.2-r1.ebuild +++ b/sci-libs/spr/spr-3.3.2-r2.ebuild @@ -40,7 +40,7 @@ src_configure() { src_install() { default - if use static-libs; then + if ! use static-libs; then find "${ED}" -name '*.la' -delete || die fi }
