summaryrefslogtreecommitdiff
path: root/media-libs/spandsp
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/spandsp')
-rw-r--r--media-libs/spandsp/Manifest2
-rw-r--r--media-libs/spandsp/spandsp-0.0.6.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/spandsp/Manifest b/media-libs/spandsp/Manifest
index 175e57b02f90..db67906b1a67 100644
--- a/media-libs/spandsp/Manifest
+++ b/media-libs/spandsp/Manifest
@@ -1,3 +1,3 @@
DIST spandsp-0.0.6.tar.gz 3309837 BLAKE2B 6ee95501473d5758c9ff96580bb51222f49a230dc6a5f52f5a852781cbb70079bb07f9d7224f5c7ea91c0dd617fa543a37518f68875c76a44b3be1415aece696 SHA512 16bb215ca89a39282e832403f69bc4c98ad3fe35ab3a6eb4731ee5029a6acd9b2df243c3701de845441cbdc16c88b3cd398ef15dc3502e45d5aeca8a161917d4
-EBUILD spandsp-0.0.6.ebuild 2008 BLAKE2B 35b8989abf82705f22aade783833e51c4e123b745f0a493034f63456f5270f032916c0938aaff8080dcbd61b1c7b16512966f9a17b428694b4b9d9be3e30dc78 SHA512 0ea943f719b67cf2dddbc4769bec04b3101254531d116a800659dcba99d00063c55db5b4893e0418b85c6ebdaa3f66110d13042944b340fe699e000c011c8dce
+EBUILD spandsp-0.0.6.ebuild 1990 BLAKE2B 7665e0a1e4003e7f6c70331fdee881615df879f1f32272dbc8ff81ec53a4931a65cd458febf6e03ca700c4392f820858a7ca0b8f73f9f059e620266e3417a93e SHA512 9502da0b5fd038cdb6ed8e4f368ae1e6fc45d78ebe106f324653ed70b3be613da6f86a7b003050fcf920dcb52be4b6f63cf7a37662f12071fb0cdcf574a9af61
MISC metadata.xml 295 BLAKE2B fdbb4c9e5e6392277d1096f1a966b5ee26ed4f752bc77f1433c2bb97f9b7337f3ffde846baf8e1d2df797b01cd46e3a530427b8b83ab56697ede4172239c34ee SHA512 da977d763bedbbdbde4231bd708f3a9fa932241a6a88990884108a8d8309328a5ed80ecac0686ff0dd38a7efab246500e31f360af995611f4ecc60c61302acff
diff --git a/media-libs/spandsp/spandsp-0.0.6.ebuild b/media-libs/spandsp/spandsp-0.0.6.ebuild
index 26ce3e472a7c..f5989411a1b1 100644
--- a/media-libs/spandsp/spandsp-0.0.6.ebuild
+++ b/media-libs/spandsp/spandsp-0.0.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
@@ -57,7 +57,7 @@ src_install() {
if ! use static-libs; then
# remove useless la file when not installing static lib
- rm "${D}"/usr/$(get_libdir)/lib${PN}.la || die "rm failed"
+ find "${ED}" -name '*.la' -delete || die
fi
if use doc; then