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 C8912158094 for ; Fri, 22 Jul 2022 15:37:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69236E0999; Fri, 22 Jul 2022 15:37:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 C7C99E0999 for ; Fri, 22 Jul 2022 15:37:03 +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 37ED4340D4C for ; Fri, 22 Jul 2022 15:37:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7183652B for ; Fri, 22 Jul 2022 15:37:00 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1658504216.01b1f874e8ab84b44277b6a87a5b8a6e1e782912.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/varnish/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/varnish/varnish-7.1.0.ebuild X-VCS-Directories: www-servers/varnish/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 01b1f874e8ab84b44277b6a87a5b8a6e1e782912 X-VCS-Branch: master Date: Fri, 22 Jul 2022 15:37:00 +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: 7c9f832d-f32d-4788-9052-7d0b52eb12bc X-Archives-Hash: 60bcc983b925c0e7ad8eb05b0c18aac7 commit: 01b1f874e8ab84b44277b6a87a5b8a6e1e782912 Author: Anthony G. Basile gentoo org> AuthorDate: Fri Jul 22 15:36:44 2022 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Fri Jul 22 15:36:56 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01b1f874 www-servers/varnish: remove libtool .la files Closes: https://bugs.gentoo.org/843704 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Anthony G. Basile gentoo.org> www-servers/varnish/varnish-7.1.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www-servers/varnish/varnish-7.1.0.ebuild b/www-servers/varnish/varnish-7.1.0.ebuild index b8393fda8c2c..9d83d88165b3 100644 --- a/www-servers/varnish/varnish-7.1.0.ebuild +++ b/www-servers/varnish/varnish-7.1.0.ebuild @@ -96,4 +96,6 @@ src_install() { fowners root:varnish /etc/varnish/ fowners varnish:varnish /var/lib/varnish/ fperms 0750 /var/lib/varnish/ /etc/varnish/ + + find "${ED}" -name "*.la" -delete || die }