From: Matthias Maier Date: Wed, 20 Nov 2019 16:04:59 +0000 (-0600) Subject: sci-libs/hypre: remove insinto X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a441b12a60451670041c6e9746f2c492f96182d3;p=gentoo.git sci-libs/hypre: remove insinto Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Matthias Maier --- diff --git a/sci-libs/hypre/hypre-2.18.0.ebuild b/sci-libs/hypre/hypre-2.18.0.ebuild index e8e6dd2d154a..7f9dd4cc4b14 100644 --- a/sci-libs/hypre/hypre-2.18.0.ebuild +++ b/sci-libs/hypre/hypre-2.18.0.ebuild @@ -94,8 +94,8 @@ src_install() { HYPRE_INSTALL_DIR="${ED}" \ HYPRE_LIB_INSTALL="${ED}/usr/$(get_libdir)" \ HYPRE_INC_INSTALL="${ED}$/usr/include/hypre" + if use examples; then - insinto /usr/share/doc/${PF} - doins -r src/examples + dodoc -r src/examples fi } diff --git a/sci-libs/hypre/hypre-2.18.2.ebuild b/sci-libs/hypre/hypre-2.18.2.ebuild index e8e6dd2d154a..6a972afc092d 100644 --- a/sci-libs/hypre/hypre-2.18.2.ebuild +++ b/sci-libs/hypre/hypre-2.18.2.ebuild @@ -95,7 +95,6 @@ src_install() { HYPRE_LIB_INSTALL="${ED}/usr/$(get_libdir)" \ HYPRE_INC_INSTALL="${ED}$/usr/include/hypre" if use examples; then - insinto /usr/share/doc/${PF} - doins -r src/examples + dodoc -r src/examples fi }