From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DB00E15808E for ; Sun, 24 Apr 2022 22:10:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 944DEE090F; Sun, 24 Apr 2022 22:10:54 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E98F3E090F for ; Sun, 24 Apr 2022 22:10:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D2C77341824 for ; Sun, 24 Apr 2022 22:10:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 028FB2F9 for ; Sun, 24 Apr 2022 22:10:51 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1650838243.28359d2b664c1abf4765a98f759c4a49e61c9b3c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/tpm2-tss-engine/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/tpm2-tss-engine/tpm2-tss-engine-1.1.0-r1.ebuild X-VCS-Directories: app-crypt/tpm2-tss-engine/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 28359d2b664c1abf4765a98f759c4a49e61c9b3c X-VCS-Branch: master Date: Sun, 24 Apr 2022 22:10:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7d050be4-6af4-46ff-b59d-5ff009f5bc29 X-Archives-Hash: 93bcce316710c9b3dd223cc0563a0d77 commit: 28359d2b664c1abf4765a98f759c4a49e61c9b3c Author: Christopher Byrne gmail com> AuthorDate: Sun Apr 24 21:02:06 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Apr 24 22:10:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28359d2b app-crypt/tpm2-tss-engine: Delete unused libtool files Closes: https://bugs.gentoo.org/840454 Signed-off-by: Christopher Byrne gmail.com> Closes: https://github.com/gentoo/gentoo/pull/25186 Signed-off-by: Sam James gentoo.org> app-crypt/tpm2-tss-engine/tpm2-tss-engine-1.1.0-r1.ebuild | 1 + 1 file changed, 1 insertion(+) 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/* }