sci-libs/cxsparse: Call einstalldocs in multilib_src_install_all
authorDavid Seifert <soap@gentoo.org>
Wed, 1 Mar 2017 20:29:40 +0000 (21:29 +0100)
committerDavid Seifert <soap@gentoo.org>
Wed, 1 Mar 2017 20:35:01 +0000 (21:35 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

sci-libs/cxsparse/cxsparse-3.1.2-r1.ebuild [moved from sci-libs/cxsparse/cxsparse-3.1.2.ebuild with 85% similarity]

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 0ee9ba903304b55cc8bc2ce97b1ebf0ded1b625b..7ebc9be5c789e87010f80c4ba5d4dabd945a14a2 100644 (file)
@@ -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
 }