commit: 01f5149b99dc72226ac59ed335e6bba3d819ae1f
Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 16 21:19:34 2025 +0000
Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Thu Apr 24 21:59:54 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01f5149b
dev-libs/libpfm: remove useless find -exec rm for libtool files
This upstream package proudly uses a handwritten Makefile. libtool is
not and never has been involved. The original commit that added a fresh
comment saying to not delete .la files (and subsequent commits that went
ahead and removed them) never actually installed any to begin with.
Fixes: 7a151047316051b18f580c0c9e92712789812967
Fixes: 449fb3fdc4993106e6e95ae8732f7d12d37f9b98
Fixes: 9ee1998062f8e1430de2f47e334edb86e4cfe090
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>
dev-libs/libpfm/libpfm-4.13.0.ebuild | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/dev-libs/libpfm/libpfm-4.13.0.ebuild
b/dev-libs/libpfm/libpfm-4.13.0.ebuild
index 7f878b9bb65f..1efa240337c3 100644
--- a/dev-libs/libpfm/libpfm-4.13.0.ebuild
+++ b/dev-libs/libpfm/libpfm-4.13.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -43,6 +43,4 @@ src_install() {
if ! use static-libs ; then
find "${ED}" -name '*.a' -delete || die
fi
-
- find "${ED}" -name '*.la' -delete || die
}