commit:     814d55f0a901497d5058978f1518b1acc060a163
Author:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 31 22:04:19 2018 +0000
Commit:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Mon Dec 31 22:08:55 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=814d55f0

app-crypt/tpm2-tss: prune libtool files

Signed-off-by: Alon Bar-Lev <alonbl <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-crypt/tpm2-tss/tpm2-tss-2.1.0.ebuild | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/app-crypt/tpm2-tss/tpm2-tss-2.1.0.ebuild 
b/app-crypt/tpm2-tss/tpm2-tss-2.1.0.ebuild
index 1ea7813e854..fc172e0e91c 100644
--- a/app-crypt/tpm2-tss/tpm2-tss-2.1.0.ebuild
+++ b/app-crypt/tpm2-tss/tpm2-tss-2.1.0.ebuild
@@ -54,3 +54,8 @@ src_configure() {
                --with-udevrulesdir="$(get_udevdir)/rules.d" \
                --with-udevrulesprefix=60-
 }
+
+src_install() {
+       default
+       find "${D}" -name '*.la' -delete || die
+}

Reply via email to