diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-04-14 22:59:32 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-15 07:55:22 +0300 |
commit | 3861af0e507f2ee6d87c57ea5b44db7a329da776 (patch) | |
tree | 57bb8e0b1740a88a87c65d51677870f0ed0f4c86 /sci-libs | |
parent | x11-terms/kitty: add 0.34.0 (diff) | |
download | gentoo-3861af0e507f2ee6d87c57ea5b44db7a329da776.tar.gz gentoo-3861af0e507f2ee6d87c57ea5b44db7a329da776.tar.bz2 gentoo-3861af0e507f2ee6d87c57ea5b44db7a329da776.zip |
sci-libs/spr: fix bug #930029
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://bugs.gentoo.org/930029
Closes: https://github.com/gentoo/gentoo/pull/36261
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/spr/spr-3.3.2-r2.ebuild (renamed from sci-libs/spr/spr-3.3.2-r1.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/spr/spr-3.3.2-r1.ebuild b/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 } |