From 0780e5c526ce4534f783c1a7e19a94d5340dae4a Mon Sep 17 00:00:00 2001 From: Mario Haustein Date: Tue, 3 May 2022 11:53:09 +0200 Subject: app-forensics/yara: delete *.la files Closes: https://bugs.gentoo.org/841653 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Mario Haustein Closes: https://github.com/gentoo/gentoo/pull/24936 Signed-off-by: Sam James --- app-forensics/yara/yara-4.2.0-r1.ebuild | 2 +- app-forensics/yara/yara-4.2.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'app-forensics') diff --git a/app-forensics/yara/yara-4.2.0-r1.ebuild b/app-forensics/yara/yara-4.2.0-r1.ebuild index 43df5bb723e0..55e7f11069d5 100644 --- a/app-forensics/yara/yara-4.2.0-r1.ebuild +++ b/app-forensics/yara/yara-4.2.0-r1.ebuild @@ -53,5 +53,5 @@ src_install() { # TODO: Allow tests to work against dyn. lib rather than building # statically just for tests. - find "${ED}" -name '*.a' -delete || die + find "${ED}" -name '*.a' -o -name '*.la' -delete || die } diff --git a/app-forensics/yara/yara-4.2.1.ebuild b/app-forensics/yara/yara-4.2.1.ebuild index 43df5bb723e0..55e7f11069d5 100644 --- a/app-forensics/yara/yara-4.2.1.ebuild +++ b/app-forensics/yara/yara-4.2.1.ebuild @@ -53,5 +53,5 @@ src_install() { # TODO: Allow tests to work against dyn. lib rather than building # statically just for tests. - find "${ED}" -name '*.a' -delete || die + find "${ED}" -name '*.a' -o -name '*.la' -delete || die } -- cgit v1.2.3-65-gdbad