summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Haustein <mario.haustein@hrz.tu-chemnitz.de>2022-05-03 11:53:09 +0200
committerSam James <sam@gentoo.org>2022-05-16 05:23:04 +0000
commit0780e5c526ce4534f783c1a7e19a94d5340dae4a (patch)
tree0933cff47a5183413cff21cfc154d474f9675440 /app-forensics
parentapp-forensics/yara: version bump 4.2.1 (diff)
downloadgentoo-0780e5c526ce4534f783c1a7e19a94d5340dae4a.tar.gz
gentoo-0780e5c526ce4534f783c1a7e19a94d5340dae4a.tar.bz2
gentoo-0780e5c526ce4534f783c1a7e19a94d5340dae4a.zip
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 <mario.haustein@hrz.tu-chemnitz.de> Closes: https://github.com/gentoo/gentoo/pull/24936 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-forensics')
-rw-r--r--app-forensics/yara/yara-4.2.0-r1.ebuild2
-rw-r--r--app-forensics/yara/yara-4.2.1.ebuild2
2 files changed, 2 insertions, 2 deletions
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
}