From a86ad55de4ad64caeac2f6ca29a6bf0316894191 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Wed, 1 Mar 2017 21:29:40 +0100 Subject: [PATCH] sci-libs/cxsparse: Call einstalldocs in multilib_src_install_all Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- ...{cxsparse-3.1.2.ebuild => cxsparse-3.1.2-r1.ebuild} | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename sci-libs/cxsparse/{cxsparse-3.1.2.ebuild => cxsparse-3.1.2-r1.ebuild} (85%) diff --git a/sci-libs/cxsparse/cxsparse-3.1.2.ebuild b/sci-libs/cxsparse/cxsparse-3.1.2-r1.ebuild similarity index 85% rename from sci-libs/cxsparse/cxsparse-3.1.2.ebuild rename to sci-libs/cxsparse/cxsparse-3.1.2-r1.ebuild index 0ee9ba903304..7ebc9be5c789 100644 --- a/sci-libs/cxsparse/cxsparse-3.1.2.ebuild +++ b/sci-libs/cxsparse/cxsparse-3.1.2-r1.ebuild @@ -19,13 +19,13 @@ DEPEND="${RDEPEND} virtual/pkgconfig" multilib_src_configure() { - ECONF_SOURCE="${S}" \ - econf \ + ECONF_SOURCE="${S}" econf \ $(use_enable static-libs static) } multilib_src_install_all() { - if ! use static-libs; then - find "${ED}" -name "*.la" -delete || die - fi + einstalldocs + + # package provides .pc files + find "${D}" -name '*.la' -delete || die } -- 2.26.2