commit:     a86ad55de4ad64caeac2f6ca29a6bf0316894191
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  1 20:29:40 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Mar  1 20:35:01 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a86ad55d

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(-)

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 0ee9ba90330..7ebc9be5c78 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
 }

Reply via email to