diff options
author | Christopher Byrne <salah.coronya@gmail.com> | 2022-04-24 16:02:06 -0500 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-24 23:10:43 +0100 |
commit | 28359d2b664c1abf4765a98f759c4a49e61c9b3c (patch) | |
tree | 76f4c36533d6ed4dd76c652e7b30d14ec55723d7 /app-crypt/tpm2-tss-engine | |
parent | media-sound/cava: add 0.8.2 (diff) | |
download | gentoo-28359d2b664c1abf4765a98f759c4a49e61c9b3c.tar.gz gentoo-28359d2b664c1abf4765a98f759c4a49e61c9b3c.tar.bz2 gentoo-28359d2b664c1abf4765a98f759c4a49e61c9b3c.zip |
app-crypt/tpm2-tss-engine: Delete unused libtool files
Closes: https://bugs.gentoo.org/840454
Signed-off-by: Christopher Byrne <salah.coronya@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/25186
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt/tpm2-tss-engine')
-rw-r--r-- | app-crypt/tpm2-tss-engine/tpm2-tss-engine-1.1.0-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-crypt/tpm2-tss-engine/tpm2-tss-engine-1.1.0-r1.ebuild b/app-crypt/tpm2-tss-engine/tpm2-tss-engine-1.1.0-r1.ebuild index 57977d68648f..a737e7269f55 100644 --- a/app-crypt/tpm2-tss-engine/tpm2-tss-engine-1.1.0-r1.ebuild +++ b/app-crypt/tpm2-tss-engine/tpm2-tss-engine-1.1.0-r1.ebuild @@ -37,5 +37,6 @@ src_configure() { src_install () { default + find "${ED}" -name '*.la' -delete || die dobashcomp bash-completion/* } |