From: Thomas Deutschmann Date: Sat, 1 Sep 2018 17:44:27 +0000 (+0200) Subject: dev-libs/apr: drop ltprune eclass X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6c0ee0a94b36ed0fe9b9e65b457ff798a6f5dff4;p=gentoo.git dev-libs/apr: drop ltprune eclass Package-Manager: Portage-2.3.48, Repoman-2.3.10 --- diff --git a/dev-libs/apr/apr-1.6.3-r2.ebuild b/dev-libs/apr/apr-1.6.3-r2.ebuild index e1f58f62ed52..5333edec323d 100644 --- a/dev-libs/apr/apr-1.6.3-r2.ebuild +++ b/dev-libs/apr/apr-1.6.3-r2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit autotools libtool ltprune multilib toolchain-funcs +inherit autotools libtool multilib toolchain-funcs DESCRIPTION="Apache Portable Runtime Library" HOMEPAGE="https://apr.apache.org/" @@ -140,7 +140,9 @@ src_install() { # Prallel install breaks since apr-1.5.1 #make -j1 DESTDIR="${D}" install || die - prune_libtool_files --all + if ! use static-libs; then + find "${ED%/}" -name '*.la' -delete || die + fi if use doc; then docinto html