summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2022-07-22 11:36:44 -0400
committerAnthony G. Basile <blueness@gentoo.org>2022-07-22 11:36:56 -0400
commit01b1f874e8ab84b44277b6a87a5b8a6e1e782912 (patch)
tree8cf474d73fd7e989b434e35019f61d0b251f58c2
parentapp-metrics/openvpn_exporter: update EAPI 7 -> 8 (diff)
downloadgentoo-01b1f874e8ab84b44277b6a87a5b8a6e1e782912.tar.gz
gentoo-01b1f874e8ab84b44277b6a87a5b8a6e1e782912.tar.bz2
gentoo-01b1f874e8ab84b44277b6a87a5b8a6e1e782912.zip
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 <blueness@gentoo.org>
-rw-r--r--www-servers/varnish/varnish-7.1.0.ebuild2
1 files changed, 2 insertions, 0 deletions
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
}